Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jul 15, 2024
1 parent 1a45cff commit e563099
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/integration/l1l3Bridger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function fundActualL1CustomFeeToken(
)

const deployerWallet = new Wallet(
utils.sha256(utils.toUtf8Bytes('user_token_bridge_deployer')),
utils.sha256(utils.toUtf8Bytes('user_fee_token_deployer')),
l1Signer.provider!
)

Expand Down Expand Up @@ -239,15 +239,15 @@ describe('L1 to L3 Bridging', () => {
await fundL2(l3Signer, ethers.utils.parseUnits('10', decimals))
console.warn('fund 3')

// if (isL2NetworkWithCustomFeeToken()) {
// await fundActualL1CustomFeeToken(
// l1Signer,
// l1Signer.provider!,
// l3Network.nativeToken!,
// l2Network,
// l2Signer.provider!
// )
// }
if (isL2NetworkWithCustomFeeToken()) {
await fundActualL1CustomFeeToken(
l1Signer,
l1Signer.provider!,
l3Network.nativeToken!,
l2Network,
l2Signer.provider!
)
}

console.warn('fund 4')
})
Expand Down

0 comments on commit e563099

Please sign in to comment.