Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDealCompany committed May 25, 2024
1 parent f31f7e3 commit f19ac2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_CHAIN_ID="11111"
REACT_APP_NETWORK_URL='https://mainnet.tron.tronql.com/uo5c40py0q8udu7qje2nyo6ti8fue4/'
REACT_APP_NETWORK_URL='https://uo5c40py0q8udu7qje2nyo6ti8fue4.mainnet.tron.tronql.com'
REACT_APP_TRON_NETWORK="mainnet"
TOKEN_LIST_URL='https://intercroneswap.com/troniswap.json'
#TOKEN_LIST_URL_LOCAL="http://localhost:3000/troniswap.json"
Expand Down
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_CHAIN_ID="1"
REACT_APP_NETWORK_URL='https://mainnet.tron.tronql.com/uo5c40py0q8udu7qje2nyo6ti8fue4/'
REACT_APP_NETWORK_URL='https://uo5c40py0q8udu7qje2nyo6ti8fue4.mainnet.tron.tronql.com'
REACT_APP_TRON_NETWORK="shasta"
TOKEN_LIST_URL='https://dev.intercroneswap.com/troniswap.json'
#TOKEN_LIST_URL_LOCAL="http://localhost:3000/troniswap.json"
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_CHAIN_ID="11111"
REACT_APP_NETWORK_URL='https://mainnet.tron.tronql.com/uo5c40py0q8udu7qje2nyo6ti8fue4/'
REACT_APP_NETWORK_URL='https://uo5c40py0q8udu7qje2nyo6ti8fue4.mainnet.tron.tronql.com'
REACT_APP_TRON_NETWORK="mainnet"
TOKEN_LIST_URL='https://intercroneswap.com/troniswap.json'
#TOKEN_LIST_URL_LOCAL="http://localhost:3000/troniswap.json"
Expand Down
2 changes: 1 addition & 1 deletion src/react-app-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface tronWeb {
};
fullNode?: {
chainType?: '';
host?: 'https://mainnet.tron.tronql.com/uo5c40py0q8udu7qje2nyo6ti8fue4/';
host?: 'https://uo5c40py0q8udu7qje2nyo6ti8fue4.mainnet.tron.tronql.com';
};
}

Expand Down

0 comments on commit f19ac2c

Please sign in to comment.