You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/mighty-games-brake.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,15 @@ const client = createClient({
24
24
})
25
25
```
26
26
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
+
27
36
### `Account#assignKeyAuthorization` has been removed
28
37
29
38
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