Skip to content

Commit

Permalink
perf: Update nodes address (pancakeswap#178)
Browse files Browse the repository at this point in the history
* perf: Update nodes address

* perf: Update env.development
  • Loading branch information
pancake-swap authored Dec 7, 2020
1 parent b0d8d82 commit 6da55b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .env.development
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
6 changes: 3 additions & 3 deletions .env.production
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

0 comments on commit 6da55b4

Please sign in to comment.