Skip to content

Commit 20b1ed2

Browse files
ersanyakitjxom
andauthored
chore: up chiliz (#3695)
* Update chiliz.ts Multicall3 * Update chiliz.ts * Create honest-needles-draw.md --------- Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
1 parent 63704d0 commit 20b1ed2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/honest-needles-draw.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 multicall3 to Chiliz chain.

src/chains/definitions/chiliz.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ export const chiliz = /*#__PURE__*/ defineChain({
2121
apiUrl: 'https://scan.chiliz.com/api',
2222
},
2323
},
24+
contracts: {
25+
multicall3: {
26+
address: '0xca11bde05977b3631167028862be2a173976ca11',
27+
blockCreated: 8080847,
28+
},
29+
}
2430
})

0 commit comments

Comments
 (0)