Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDealCompany committed Jan 16, 2024
1 parent 78f7b97 commit 5465138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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://fullnode.intercroneswap.com'
REACT_APP_NETWORK_URL='https://imba-exchange.co/lightnode'
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.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://fullnode.intercroneswap.com'
REACT_APP_NETWORK_URL='https://imba-exchange.co/lightnode'
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://fullnode.intercroneswap.com';
host?: 'https://imba-exchange.co/lightnode';
};
}
interface Window {
Expand Down

0 comments on commit 5465138

Please sign in to comment.