Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #252 from melvinmcrn/master
Browse files Browse the repository at this point in the history
add Multicall3 Addresses for Blast and Mantle
  • Loading branch information
Destiner authored Mar 24, 2024
2 parents 79ca731 + 5542736 commit 6f3105e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ function getMulticall3(chainId: number): Multicall | null {
address,
block: 10228837,
},
5000: {
address: '0xd77b59d4cb13bea71f3cc093e401720867355d6e',
block: 18877383,
},
1666600000: {
address,
block: 24185753,
Expand All @@ -371,6 +375,10 @@ function getMulticall3(chainId: number): Multicall | null {
address: '0x138A85647768815078DF1dD85C6121e611381A0b',
block: 14080843,
},
81457: {
address: '0x23928c6f823e0d78eadc9d2f69ace652ff3cdcb1',
block: 368182,
},
};
const chainAddressMap = addressMap[chainId];
if (!chainAddressMap) {
Expand Down

0 comments on commit 6f3105e

Please sign in to comment.