Skip to content

Commit

Permalink
feat: add multicall3 contracts to Plume (#3121)
Browse files Browse the repository at this point in the history
add multicall3 contracts to Plume
  • Loading branch information
eyqs authored Dec 14, 2024
1 parent 5d81780 commit 591284e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/chains/definitions/plume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ export const plume = /*#__PURE__*/ defineChain({
apiUrl: 'https://explorer.plumenetwork.xyz/api',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 48_577,
},
},
sourceId,
})
6 changes: 6 additions & 0 deletions src/chains/definitions/plumeDevnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ export const plumeDevnet = /*#__PURE__*/ defineChain({
apiUrl: 'https://test-explorer.plumenetwork.xyz/api',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 481_948,
},
},
testnet: true,
sourceId,
})

0 comments on commit 591284e

Please sign in to comment.