Skip to content

Commit 31e1edf

Browse files
committed
resolve request changes
1 parent e16ddd2 commit 31e1edf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/token-deposit/scripts

packages/token-deposit/scripts/exec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ const main = async () => {
110110
*/
111111
if (isCustomGasTokenChain) {
112112
console.log('Giving allowance to the deployed token to transfer the chain native token');
113-
const approvalTransaction = await ethBridger.approveGasToken({
114-
erc20ParentAddress: ethBridger.nativeToken,
113+
const approvalTransaction = await erc20Bridger.approveGasToken({
114+
erc20ParentAddress: erc20Bridger.nativeToken,
115115
parentSigner: parentChainWallet,
116116
});
117117

0 commit comments

Comments
 (0)