Skip to content

Commit

Permalink
ID-975 Updated testnet chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenfowler committed Aug 1, 2023
1 parent dde5150 commit fe4e089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/passport/sdk/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class PassportConfiguration {
this.passportDomain = 'https://passport.sandbox.immutable.com';
this.imxPublicApiDomain = 'https://api.sandbox.immutable.com';
this.zkEvmRpcUrl = 'https://rpc.testnet.immutable.com';
this.zkEvmChainId = 'eip155:13392';
this.zkEvmChainId = 'eip155:13372';
this.relayerUrl = 'https://api.sandbox.immutable.com/relayer-mr';
this.multiRollupConfig = multiRollupConfig.getSandbox();
break;
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/sdk/src/zkEvm/sendTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('sendTransaction', () => {

const nonce = '5';
const config: Partial<PassportConfiguration> = {
zkEvmChainId: 'eip155:13392',
zkEvmChainId: 'eip155:13372',
};

const imxFeeOption = {
Expand Down

0 comments on commit fe4e089

Please sign in to comment.