Skip to content

Commit 6fa07c7

Browse files
committed
chore: up changeset
1 parent c756c40 commit 6fa07c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/mighty-games-brake.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ const client = createClient({
2424
})
2525
```
2626

27+
### Removed `tempo` chain
28+
29+
The `tempo` chain has been removed. Use `tempoTestnet` instead.
30+
31+
```diff
32+
- import { tempo } from 'tempo.ts/chains'
33+
+ import { tempoTestnet } from 'viem/chains'
34+
```
35+
2736
### `Account#assignKeyAuthorization` has been removed
2837

2938
The `Account#assignKeyAuthorization` function has been removed. Instead, you will need to assign the key authorization on a transaction manually on the next transaction.

0 commit comments

Comments
 (0)