forked from pancakeswap/pancake-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Update nodes address (pancakeswap#178)
* perf: Update nodes address * perf: Update env.development
- Loading branch information
1 parent
b0d8d82
commit 6da55b4
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
REACT_APP_CHAIN_ID = "56" | ||
REACT_APP_GTAG = "GTM-PXLD3XW" | ||
|
||
REACT_APP_NODE_1 = "https://bsc-private-dataseed1.nariox.org" | ||
REACT_APP_NODE_2 = "https://bsc-private-dataseed2.nariox.org" | ||
REACT_APP_NODE_3 = "https://bsc-dataseed.binance.org" | ||
REACT_APP_NODE_1 = "https://bsc-dataseed1.ninicoin.io" // 10+ nodes balanced, US/EU | ||
REACT_APP_NODE_2 = "https://bsc-dataseed1.defibit.io" // 10+ nodes balanced, US/EU | ||
REACT_APP_NODE_3 = "https://bsc-dataseed.binance.org" // 10+ nodes balanced in each region, global |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
REACT_APP_CHAIN_ID = "56" | ||
REACT_APP_GTAG = "GTM-TLF66T4" | ||
|
||
REACT_APP_NODE_1 = "https://bsc-private-dataseed1.nariox.org" | ||
REACT_APP_NODE_2 = "https://bsc-private-dataseed2.nariox.org" | ||
REACT_APP_NODE_3 = "https://bsc-dataseed.binance.org" | ||
REACT_APP_NODE_1 = "https://bsc-dataseed1.ninicoin.io" // 10+ nodes balanced, US/EU | ||
REACT_APP_NODE_2 = "https://bsc-dataseed1.defibit.io" // 10+ nodes balanced, US/EU | ||
REACT_APP_NODE_3 = "https://bsc-dataseed.binance.org" // 10+ nodes balanced in each region, global |