Skip to content

Commit

Permalink
feat: add multicall contract address for X Layer (#2589)
Browse files Browse the repository at this point in the history
* Add multicall contract address for X Layer

* Create violet-starfishes-crash.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
venables and jxom committed Aug 7, 2024
1 parent a6d087e commit 171ede1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-starfishes-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added multicall to X Layer chain.
6 changes: 6 additions & 0 deletions src/chains/definitions/xLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ export const xLayer = /*#__PURE__*/ defineChain({
url: 'https://www.oklink.com/xlayer',
},
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 47416
}
},
})

0 comments on commit 171ede1

Please sign in to comment.