Skip to content

Commit 1efa0ed

Browse files
Merge pull request #670 from threshold-network/remove-goerli
Remove support for Goerli testnet
2 parents e45d1e6 + 5f85d7f commit 1efa0ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/threshold-ts/multicall/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const MULTICALL_ABI = [
4040
]
4141
export const MULTICALL_ADDRESSESS = {
4242
1: "0xeefba1e63905ef1d7acba5a8513c70307c1ce441",
43-
5: "0x77dca2c955b15e9de4dbbcf1246b4b85b651e50e",
4443
11155111: "0xcA11bde05977b3631167028862bE2a173976CA11",
4544
1337: process.env.REACT_APP_MULTICALL_ADDRESS || AddressZero,
4645
} as Record<number | string, string>

0 commit comments

Comments
 (0)