Skip to content

Commit 28fcb0d

Browse files
mk0walskjxom
andauthored
fix(chains): preserve OP predeploy contracts on Zircuit (#4526)
* fix(chains): preserve OP predeploy contracts on Zircuit * Create fluffy-hats-wait.md --------- Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
1 parent 59b69da commit 28fcb0d

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/fluffy-hats-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added OP Stack chain config to Zircuit.

src/chains/definitions/zircuit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const zircuit = /*#__PURE__*/ defineChain({
2424
},
2525
},
2626
contracts: {
27+
...chainConfig.contracts,
2728
multicall3: {
2829
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
2930
},

src/chains/definitions/zircuitGarfieldTestnet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const zircuitGarfieldTestnet = /*#__PURE__*/ defineChain({
2020
},
2121
},
2222
contracts: {
23+
...chainConfig.contracts,
2324
multicall3: {
2425
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
2526
},

0 commit comments

Comments
 (0)