Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jul 15, 2024
1 parent 7474bc9 commit 1a45cff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/integration/l1l3Bridger.test.ts
Original file line number Diff line number Diff line change
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 1a45cff

Please sign in to comment.