Skip to content

Commit

Permalink
chore: add Multicall address to Fluence (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangnong authored Nov 29, 2024
1 parent 61a7f24 commit 9de4385
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-badgers-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Multicall address to Fluence.
6 changes: 6 additions & 0 deletions src/chains/definitions/fluence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ export const fluence = /*#__PURE__*/ defineChain({
apiUrl: 'https://blockscout.mainnet.fluence.dev/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 207583,
},
},
})
6 changes: 6 additions & 0 deletions src/chains/definitions/fluenceStage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ export const fluenceStage = /*#__PURE__*/ defineChain({
apiUrl: 'https://blockscout.stage.fluence.dev/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 83227,
},
},
testnet: true,
})
6 changes: 6 additions & 0 deletions src/chains/definitions/fluenceTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ export const fluenceTestnet = /*#__PURE__*/ defineChain({
apiUrl: 'https://blockscout.testnet.fluence.dev/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 96424,
},
},
testnet: true,
})

0 comments on commit 9de4385

Please sign in to comment.