Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jul 15, 2024
1 parent 072653e commit 7474bc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/l1l3Bridger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ async function fundActualL1CustomFeeToken(

const tokenContract = ERC20__factory.connect(l1FeeToken, deployerWallet)

const bal = await tokenContract.balanceOf(deployerWallet.address)

console.warn('BAL: ', bal.toString())

const tx = await tokenContract.transfer(
await l1Signer.getAddress(),
utils.parseUnits('10', decimals)
Expand Down

0 comments on commit 7474bc9

Please sign in to comment.