Skip to content

Commit

Permalink
Merge pull request #670 from threshold-network/remove-goerli
Browse files Browse the repository at this point in the history
Remove support for Goerli testnet
  • Loading branch information
lukasz-zimnoch authored Jan 29, 2024
2 parents e45d1e6 + 5f85d7f commit 1efa0ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/threshold-ts/multicall/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const MULTICALL_ABI = [
]
export const MULTICALL_ADDRESSESS = {
1: "0xeefba1e63905ef1d7acba5a8513c70307c1ce441",
5: "0x77dca2c955b15e9de4dbbcf1246b4b85b651e50e",
11155111: "0xcA11bde05977b3631167028862bE2a173976CA11",
1337: process.env.REACT_APP_MULTICALL_ADDRESS || AddressZero,
} as Record<number | string, string>
Expand Down

0 comments on commit 1efa0ed

Please sign in to comment.