Skip to content

Commit

Permalink
remove stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jul 10, 2024
1 parent b30bf96 commit 22cb756
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/arb-token-bridge-ui/synpress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,6 @@ async function deployERC20ToL1() {
async function deployERC20ToL2(erc20L1Address: string) {
console.log('Deploying ERC20 to L2...')
const bridger = await Erc20Bridger.fromProvider(arbProvider)

const parentStandardGatewayAddressFromChainConfig =
bridger.childChain.tokenBridge.parentErc20Gateway

const parentGatewayAddressFromParentGatewayRouter =
await bridger.getParentGatewayAddress(erc20L1Address, ethProvider)

console.log({ parentStandardGatewayAddressFromChainConfig })
console.log({ parentGatewayAddressFromParentGatewayRouter })

const deploy = await bridger.deposit({
amount: BigNumber.from(0),
erc20ParentAddress: erc20L1Address,
Expand Down

0 comments on commit 22cb756

Please sign in to comment.