Skip to content

Commit

Permalink
fix: list token balance
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Jul 19, 2024
1 parent 5cc95f2 commit 11a0e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ export const TonTokensContract = {
// btc: "EQDcBkGHmC4pTf34x3Gm05XvepO5w60DNxZ-XT4I6-UGG5L5",
// dai: "EQDo_ZJyQ_YqBzBwbVpMmhbhIddKtRP99HugZJ14aFscxi7B",
usdc: "EQB-MPwrd1G6WKNkLz_VnV6WqBDd142KMQv-g1O-8QUA3728",
ton: TON_ADDRESS_CONTRACT,
// ton: TON_ADDRESS_CONTRACT,
},
[TonNetwork.Testnet]: {
usdt: "EQA5FnPP13uZPJQq7aj6UHLEukJJZSZW053cU1Wu6R6BpYYB",
// btc: "",
// dai: "",
usdc: "",
ton: null,
// ton: null,
},
};

Expand Down

0 comments on commit 11a0e57

Please sign in to comment.