Skip to content

Commit

Permalink
fix check fee bridge sol
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Dec 28, 2024
1 parent 46a225c commit 94f0eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Balance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ const Balance: React.FC<BalanceProps> = () => {
}

const receiverAddress = ORAICHAIN_RELAYER_ADDRESS;
const listCheckNotBalanceOraichainToSol = [ORAI];
if (!listCheckNotBalanceOraichainToSol.includes(fromToken.denom)) {
const listNotCheckBalanceOraichainToSol = [ORAI];
if (!listNotCheckBalanceOraichainToSol.includes(fromToken.denom)) {
const web3Solana = new Web3SolanaProgramInteraction();
const bridgeBalance =
fromToken.contractAddress === NATIVE_MINT.toBase58()
Expand Down

0 comments on commit 94f0eae

Please sign in to comment.