Skip to content

Commit

Permalink
ref: add multicall mainnet contract
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Nov 23, 2023
1 parent 7b8adee commit 4629a99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/core/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,10 @@ export function getPopVerifierContract(
export function getMulticallContract(
chainId: constants.StarknetChainId,
): string {
const starknetIdMainnetContract = "0x0";
const starknetIdMainnetContract =
"0x034ffb8f4452df7a613a0210824d6414dbadcddce6c6e19bf4ddc9e22ce5f970";
const starknetIdTestnetContract =
"0x61e5950f7aeae5cb03589c394b6e759769731772135dc19406a88d4a9690a00";
"0x034ffb8f4452df7a613a0210824d6414dbadcddce6c6e19bf4ddc9e22ce5f970";

switch (chainId) {
case constants.StarknetChainId.SN_MAIN:
Expand Down

0 comments on commit 4629a99

Please sign in to comment.