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

feat: add multicall3 for Scroll Sepolia #489

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/big-fishes-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Added multicall3 for Scroll Sepolia
6 changes: 6 additions & 0 deletions packages/chains/src/scrollSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ export const scrollSepolia = {
url: 'https://sepolia-blockscout.scroll.io',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 9473,
},
},
testnet: true,
} as const satisfies Chain
Loading