Skip to content

Commit

Permalink
fix sdk call
Browse files Browse the repository at this point in the history
  • Loading branch information
souradeep-das committed Apr 16, 2024
1 parent e29d751 commit aac54ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitbook/contents/developer/xdomain-tx-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Internally in all the services and also in the `gateway`, the status of transact
l1SignerOrProvider: l1Wallet,
l2SignerOrProvider: l2Wallet,
l1ChainId: network.chainId,
fastRelayer: false,
l2ChainId,
})

withdrawalTest(
'{tag:other} should withdraw tokens from L2 to the depositor',
async () => {
const tx = await emessenger.withdrawERC20(
const tx = await messenger.withdrawERC20(
L1__ERC20.address,
L2__ERC20.address,
500
Expand Down

0 comments on commit aac54ad

Please sign in to comment.