-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restore missing .env files (#529)
* fix: restore missing .env files * fix: fix commands at package.json * fix: add mainnet info to .env.production * fix: add eoscr api * test: add netlify.toml file * test: increase heap limit * test: increase heap limit
- Loading branch information
1 parent
3495847
commit 4863119
Showing
7 changed files
with
27 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 |
---|---|---|
|
@@ -34,6 +34,5 @@ keys | |
|
||
__docs | ||
|
||
.env | ||
build_k8s/ | ||
ssl/ |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
NODE_OPTIONS="--max-old-space-size=16384" |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
REACT_APP_GRAPHQL_HTTP_URL=https://graphql-jungle.eosrate.io/v1alpha1/graphql | ||
REACT_APP_API_URL=https://jungle.eosio.cr | ||
REACT_APP_GRAPHQL_WS_URL=wss://graphql-jungle.eosrate.io/v1alpha1/graphql | ||
REACT_APP_EOS_API_URL=https://jungle.eosio.cr | ||
REACT_APP_EOS_API_HOST=jungle.eosio.cr | ||
REACT_APP_EOS_API_PORT=443 | ||
REACT_APP_EOS_API_PROTOCOL=https | ||
REACT_APP_EOS_CHAIN_ID=2a02a0053e5a8cf73a56ba0fda11e4d92e0238a4a2aa74fccf46d5a910746840 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
REACT_APP_GRAPHQL_HTTP_URL=https://graphql.eosrate.io/v1/graphql | ||
REACT_APP_API_URL=https://api.eosio.cr | ||
REACT_APP_GRAPHQL_WS_URL=wss://graphql.eosrate.io/v1/graphql | ||
REACT_APP_EOS_API_URL=https://api.eosio.cr | ||
REACT_APP_EOS_API_HOST=api.eosio.cr | ||
REACT_APP_EOS_API_PORT=443 | ||
REACT_APP_EOS_API_PROTOCOL=https | ||
REACT_APP_EOS_CHAIN_ID=aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
REACT_APP_GRAPHQL_HTTP_URL=https://graphql-jungle.eosrate.io/v1alpha1/graphql | ||
REACT_APP_API_URL=https://jungle.eosio.cr | ||
REACT_APP_GRAPHQL_WS_URL=wss://graphql-jungle.eosrate.io/v1alpha1/graphql | ||
REACT_APP_EOS_API_URL=https://jungle.eosio.cr | ||
REACT_APP_EOS_API_HOST=jungle.eosio.cr | ||
REACT_APP_EOS_API_PORT=443 | ||
REACT_APP_EOS_API_PROTOCOL=https | ||
REACT_APP_EOS_CHAIN_ID=2a02a0053e5a8cf73a56ba0fda11e4d92e0238a4a2aa74fccf46d5a910746840 |
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 |
---|---|---|
|
@@ -12,9 +12,6 @@ | |
# misc | ||
.DS_Store | ||
|
||
.env | ||
.env.* | ||
|
||
.eslintcache | ||
|
||
npm-debug.log* | ||
|
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