Skip to content

Commit

Permalink
Merge pull request #17 from starknet-id/feat/add_stark_profile_function
Browse files Browse the repository at this point in the history
ref: add multicall mainnet contract
  • Loading branch information
Th0rgal authored Nov 23, 2023
2 parents 688d2db + 4629a99 commit 8d1cbcd
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 8d1cbcd

Please sign in to comment.