Skip to content

Commit

Permalink
update address on fe
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Jul 19, 2024
1 parent 55d1c78 commit 3bd9472
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const TonInteractionContract = {
[TonNetwork.Mainnet]: {
lightClient: "EQDt5RAUICxUeHaNicwspH8obI__z3X0UHy6vv1xhpi3AbfT",
whitelist: "EQATDM6mfPZjPDMD9TVa6D9dlbmAKY5w6xOJiTXJ9Nqj_dsu",
bridgeAdapter: "EQArWlaBgdGClwJrAkQjQP_8zxIK_bdgbH-6qdl4f5JEfo3r",
bridgeAdapter: "EQC-aFP0rJXwTgKZQJPbPfTSpBFc8wxOgKHWD9cPvOl_DnaY",
},
[TonNetwork.Testnet]: {
lightClient: "",
Expand Down
36 changes: 18 additions & 18 deletions constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export const OraichainTokenList: TokenType[] = [
coingeckoId: "usd-coin",
decimal: 6,
},
{
name: "Ton",
symbol: "TON",
Icon: TonNetworkICon,
contractAddress: CW20_TON_CONTRACT,
denom: "cw20_ton",
coingeckoId: "the-open-network",
decimal: 6,
},
// {
// name: "Ton",
// symbol: "TON",
// Icon: TonNetworkICon,
// contractAddress: CW20_TON_CONTRACT,
// denom: "cw20_ton",
// coingeckoId: "the-open-network",
// decimal: 6,
// },
];

export const TonTokenList = (network: TonNetwork): TokenType[] => [
Expand All @@ -62,13 +62,13 @@ export const TonTokenList = (network: TonNetwork): TokenType[] => [
coingeckoId: "usd-coin",
decimal: 6,
},
{
name: "Ton",
symbol: "TON",
Icon: TonNetworkICon,
contractAddress: TonTokensContract[network].ton,
denom: "ton",
coingeckoId: "the-open-network",
decimal: 9,
},
// {
// name: "Ton",
// symbol: "TON",
// Icon: TonNetworkICon,
// contractAddress: TonTokensContract[network].ton,
// denom: "ton",
// coingeckoId: "the-open-network",
// decimal: 9,
// },
];

0 comments on commit 3bd9472

Please sign in to comment.