Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tal-v2 into remove-goerli
  • Loading branch information
adamgoth committed Apr 29, 2024
2 parents 52517d0 + b696c22 commit b2ce440
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 b2ce440

Please sign in to comment.