Skip to content

Commit 0b67d48

Browse files
committed
feat: add multicall3 for bera testnet as manually
1 parent 98d8235 commit 0b67d48

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/constants/chain.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,13 @@ export const CHAIN_MAP: {
1616
} = {
1717
[CHAIN_IDS.ARBITRUM_SEPOLIA]: arbitrumSepolia,
1818
[CHAIN_IDS.BASE]: base,
19-
[CHAIN_IDS.BERACHAIN_TESTNET]: berachainTestnet,
19+
[CHAIN_IDS.BERACHAIN_TESTNET]: {
20+
...berachainTestnet,
21+
contracts: {
22+
multicall3: {
23+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
24+
blockCreated: 866924,
25+
},
26+
},
27+
},
2028
}

0 commit comments

Comments
 (0)