Skip to content

Commit

Permalink
fix custodial wallet deployment address
Browse files Browse the repository at this point in the history
  • Loading branch information
ssramko committed Dec 2, 2021
1 parent fbb30b4 commit e672a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/custodial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const getCustodialFactoryContractAddress = (chain: Currency, testnet: boolean) =
case Currency.ETH:
return testnet ? (process.env.TESTNET_TYPE === 'ethereum-rinkeby' ? '0x4eC40a4A0dA042d46cC4529f918080957003b531' : '0x3485fdba44736859267789ac9c248cc4c1443956') : '0x4cb7933f595cb081804f8078f7fe7eff717bdc4b';
case Currency.MATIC:
return testnet ? '0x80d8bac9a6901698b3749fe336bbd1385c1f98f2' : '0xb87c97ceb7d75f908fa3045f386474515547c232';
return testnet ? '0x6792a82ffab4890cfbcee6c2c775ae9c898afe71' : '0xb87c97ceb7d75f908fa3045f386474515547c232';
case Currency.BSC:
return testnet ? '0xeac818b4CC468Cf6556f772C4BB86e132E6ac0F3' : '0x85ec2f5d5b53D5140ffCbAfABeDA6525485427Aa';
default:
Expand Down

0 comments on commit e672a88

Please sign in to comment.