Skip to content

Commit a2b006c

Browse files
committed
Adding fuji to chains
1 parent e08e72c commit a2b006c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# v0.4.11 (Unreleased)
1+
# v0.4.11
22
- fix: show error message when `arkive deploy` fails
33
- feat: add maximum retry attempts to handler function. default of 5 retries
4+
- feat: add fuji to chains
45

56
# v0.4.10
67
- fix: emit event when arkiver is synced

src/chains.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
22
arbitrum,
33
avalanche,
4+
avalancheFuji,
45
fantom,
56
localhost,
67
mainnet,
@@ -11,9 +12,11 @@ import {
1112
} from 'npm:viem/chains'
1213

1314
export const supportedChains = {
14-
avalanche,
1515
arbitrum,
16+
avalanche,
17+
avalancheFuji,
1618
mainnet,
19+
ethereum: mainnet,
1720
fantom,
1821
polygon,
1922
optimism,

0 commit comments

Comments
 (0)