We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16ddd2 commit 31e1edfCopy full SHA for 31e1edf
1 file changed
packages/token-deposit/scripts/exec.js
@@ -110,8 +110,8 @@ const main = async () => {
110
*/
111
if (isCustomGasTokenChain) {
112
console.log('Giving allowance to the deployed token to transfer the chain native token');
113
- const approvalTransaction = await ethBridger.approveGasToken({
114
- erc20ParentAddress: ethBridger.nativeToken,
+ const approvalTransaction = await erc20Bridger.approveGasToken({
+ erc20ParentAddress: erc20Bridger.nativeToken,
115
parentSigner: parentChainWallet,
116
});
117
0 commit comments