Skip to content

Commit

Permalink
feat: added missing contracts to mode (#2414)
Browse files Browse the repository at this point in the history
* feat: added missing contracts to mode

* refactor: remove wrong block number
  • Loading branch information
turtlemoji authored Jun 15, 2024
1 parent abbe550 commit 3636c5c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-years-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added `l2OutputOracle`, `portal` and `l1StandardBridge` contracts to `mode` chain.
15 changes: 15 additions & 0 deletions src/chains/definitions/mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ export const mode = /*#__PURE__*/ defineChain({
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 2465882,
},
l2OutputOracle: {
[sourceId]: {
address: '0x4317ba146D4933D889518a3e5E11Fe7a53199b04',
},
},
portal: {
[sourceId]: {
address: '0x8B34b14c7c7123459Cf3076b8Cb929BE097d0C07',
},
},
l1StandardBridge: {
[sourceId]: {
address: '0x735aDBbE72226BD52e818E7181953f42E3b0FF21',
},
},
},
sourceId,
})

0 comments on commit 3636c5c

Please sign in to comment.