We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08e72c commit a2b006cCopy full SHA for a2b006c
CHANGELOG.md
@@ -1,6 +1,7 @@
1
-# v0.4.11 (Unreleased)
+# v0.4.11
2
- fix: show error message when `arkive deploy` fails
3
- feat: add maximum retry attempts to handler function. default of 5 retries
4
+- feat: add fuji to chains
5
6
# v0.4.10
7
- fix: emit event when arkiver is synced
src/chains.ts
import {
arbitrum,
avalanche,
+ avalancheFuji,
fantom,
localhost,
mainnet,
@@ -11,9 +12,11 @@ import {
11
12
} from 'npm:viem/chains'
13
14
export const supportedChains = {
- avalanche,
15
16
+ avalanche,
17
18
19
+ ethereum: mainnet,
20
21
polygon,
22
optimism,
0 commit comments