Skip to content

Commit

Permalink
feat: add multicall3 to LightLink chain definitions (#3302)
Browse files Browse the repository at this point in the history
Add multicall3 to LightLink definition
  • Loading branch information
NicolasMahe authored Feb 5, 2025
1 parent 7332966 commit 7450095
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-oranges-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall3 to LightLink definition
6 changes: 6 additions & 0 deletions src/chains/definitions/lightlinkPegasus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ export const lightlinkPegasus = /*#__PURE__*/ defineChain({
url: 'https://pegasus.lightlink.io',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 127_188_532,
},
},
testnet: true,
})
6 changes: 6 additions & 0 deletions src/chains/definitions/lightlinkPhoenix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ export const lightlinkPhoenix = /*#__PURE__*/ defineChain({
url: 'https://phoenix.lightlink.io',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 125_499_184,
},
},
testnet: false,
})

0 comments on commit 7450095

Please sign in to comment.