Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
feat: update Multicall3 for Edgeware EdgeEVM (#461)
Browse files Browse the repository at this point in the history
* Update Multicall3 for Edgeware EdgeEVM

* Create lazy-lamps-switch.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
ShankarWarang and jxom authored Aug 9, 2023
1 parent 06cc1b4 commit 408740a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-lamps-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Updated Multicall3 for Edgeware EdgeEVM
4 changes: 2 additions & 2 deletions packages/chains/src/edgeware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const edgeware = {
},
contracts: {
multicall3: {
address: '0xDDF47eEB4e5FF4AA60e063E0Ec4f7C35B47Ed445',
blockCreated: 17126780,
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 18117872,
},
},
} as const satisfies Chain

0 comments on commit 408740a

Please sign in to comment.