Skip to content

Commit

Permalink
fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Oct 21, 2024
1 parent 6372232 commit 54c492f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const EXPLORER_URL: Record<typeof BridgeList[number], string> = {
cBridge: 'https://celerscan.com/tx/',
deBridge: 'https://app.debridge.finance/orders?s=',
// meson: 'https://testnet-explorer.meson.fi/swap/',
meson: 'https://explorer.meson.fi//swap/',
meson: 'https://explorer.meson.fi/swap/',
};

export const STARGATE_QUEUE_URL = 'https://mainnet.stargate-api.com/v1/buses/bus-drive-settings';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export function TransferButton({
!Number(sendValue) ||
!transferActionInfo ||
!isTransferable ||
(isTronTransfer && !isToAddressChecked) ||
(isTronTransfer && (!isToAddressChecked || !toAccount?.address || !isAvailableAccount)) ||
isTronContract === true
}
>
Expand Down

0 comments on commit 54c492f

Please sign in to comment.