Skip to content

Commit

Permalink
fix: Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Dec 12, 2024
1 parent 3aa946f commit 00da095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export function TransferButton({
} else if (transferActionInfo.bridgeType === 'deBridge') {
try {
let deBridgeHash: string | undefined;
const isValidToken = await await bridgeSDK.deBridge.validateDeBridgeToken({
const isValidToken = await bridgeSDK.deBridge.validateDeBridgeToken({
fromChainId: fromChain?.id,
toChainId: toChain?.id,
fromTokenSymbol: selectedToken.symbol,
Expand Down

0 comments on commit 00da095

Please sign in to comment.