Skip to content

Commit 684ec52

Browse files
authored
fix: approve l1 token bridges on L1 (#3195)
Signed-off-by: bennett <bennett@umaproject.org>
1 parent 74071bf commit 684ec52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/adapter/BaseChainAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export class BaseChainAdapter {
290290
this.log("No token bridge approvals needed", { l1Tokens: l1Tokens.map((token) => token.toNative()) });
291291
return;
292292
}
293-
const mrkdwn = await approveTokens(tokensToApprove, this.chainId, this.hubChainId, this.logger);
293+
const mrkdwn = await approveTokens(tokensToApprove, this.hubChainId, this.hubChainId, this.logger);
294294
this.log("Approved whitelisted tokens! 💰", { mrkdwn }, "info");
295295
}
296296

0 commit comments

Comments
 (0)