Skip to content

Commit

Permalink
now configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rperez89 committed Aug 31, 2020
1 parent d565f87 commit 0758f29
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions now-rinkeby.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 2,
"public": true,
"build": {
"env": {
"REACT_APP_CHAIN_ID": "4",
"REACT_APP_APP_NAME":"conviction-beta"
}
}
}
12 changes: 12 additions & 0 deletions now-staging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 2,
"public": true,
"build": {
"env": {
"REACT_APP_CHAIN_ID": "4",
"REACT_APP_APP_NAME":"disputable-conviction-voting",
"REACT_APP_APP_RINKEBY_INSTANCE": "staging"
}
}
}

11 changes: 11 additions & 0 deletions now-xdai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 2,
"public": true,
"build": {
"env": {
"REACT_APP_CHAIN_ID": "100",
"REACT_APP_APP_NAME":"conviction-voting"
}
}
}

0 comments on commit 0758f29

Please sign in to comment.