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

Commit

Permalink
feat: add multicall3 to cronosTestnet (#360)
Browse files Browse the repository at this point in the history
* Added multicall3 to cronosTestnet

* Changeset

---------

Co-authored-by: 0xArtCro <>
  • Loading branch information
0xartcro authored Jun 25, 2023
1 parent 8b3f5e5 commit 62b8209
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-otters-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": minor
---

Added multicall3 contract to Cronos Testnet
6 changes: 6 additions & 0 deletions packages/chains/src/cronosTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ export const cronosTestnet = {
url: 'https://cronos.org/explorer/testnet3',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 10191251,
},
},
testnet: true,
} as const satisfies Chain

0 comments on commit 62b8209

Please sign in to comment.