Skip to content

Commit

Permalink
Merge pull request #133 from MonsterEOS/staging
Browse files Browse the repository at this point in the history
Staging merge
  • Loading branch information
leordev authored Oct 7, 2018
2 parents 6d3218b + 684ad28 commit afc937a
Show file tree
Hide file tree
Showing 7 changed files with 24,847 additions and 3,572 deletions.
2 changes: 1 addition & 1 deletion services/frontend/mainnet-build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REACT_APP_CHAIN_HOST=api.cypherglass.com REACT_APP_CHAIN_PORT=443 REACT_APP_CHAIN_PROTOCOL=https REACT_APP_CHAIN_ID=aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906 REACT_APP_GRAPHQL_ENDPOINT=https://monstereos-api.cypherglass.com/graphql REACT_APP_VERSION=0.5.3 REACT_APP_NETWORK="EOS MainNet" yarn build
REACT_APP_CHAIN_HOST=api.cypherglass.com REACT_APP_CHAIN_PORT=443 REACT_APP_CHAIN_PROTOCOL=https REACT_APP_CHAIN_ID=aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906 REACT_APP_GRAPHQL_ENDPOINT=https://monstereos-api.cypherglass.com/graphql REACT_APP_VERSION=0.5.4 REACT_APP_NETWORK="EOS MainNet" yarn build
rm -rf build/images/jungle-animals
2 changes: 1 addition & 1 deletion services/frontend/mainnet-start.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_CHAIN_HOST=api.cypherglass.com REACT_APP_CHAIN_PORT=443 REACT_APP_CHAIN_PROTOCOL=https REACT_APP_CHAIN_ID=aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906 REACT_APP_GRAPHQL_ENDPOINT=https://monstereos-api.cypherglass.com/graphql REACT_APP_VERSION=0.5.3 REACT_APP_NETWORK="EOS MainNet" yarn start
REACT_APP_CHAIN_HOST=api.cypherglass.com REACT_APP_CHAIN_PORT=443 REACT_APP_CHAIN_PROTOCOL=https REACT_APP_CHAIN_ID=aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906 REACT_APP_GRAPHQL_ENDPOINT=https://monstereos-api.cypherglass.com/graphql REACT_APP_VERSION=0.5.4 REACT_APP_NETWORK="EOS MainNet" yarn start
2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monstereos-webapp-ui",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.6",
Expand Down
Loading

0 comments on commit afc937a

Please sign in to comment.