Skip to content

Commit

Permalink
fix: Send tron tokens at All Networks (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkudasov authored Dec 23, 2024
1 parent 1a649c7 commit b64b5e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ export const TransactionConfirmationScreen = observer(() => {
setDisabled(true);

const ethNetworkProvider = new EthNetwork();

const networkProvider = Provider.getByEthChainId(token.chain_id);
const walletProvider = await getProviderInstanceForWallet(
wallet,
false,
networkProvider,
);
const networkProvider = Provider.getByEthChainId(token.chain_id);

if (fee?.calculatedFees) {
let transaction;
Expand Down

0 comments on commit b64b5e8

Please sign in to comment.