Skip to content

Commit

Permalink
fix chainId in CustomizedBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Apr 26, 2024
1 parent 1e66681 commit b696c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web3/connections/CustomizedBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import logger from 'lib/logger';

export class CustomizedBridge extends Eip1193Bridge {
chainId = SupportedChainId.TENDERLY;
chainIdHex = '0x7a69';
chainIdHex = '0x1df2041';
address: string;
// chainId = SupportedChainId.GOERLI
// chainIdHex = '0x5'
Expand Down

0 comments on commit b696c22

Please sign in to comment.