Skip to content

Commit

Permalink
Fix development setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Dec 6, 2020
1 parent 9e7b3e3 commit f3f0942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion script/react.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export REACT_APP_CHAIN_NAME="Secret localhost"
export REACT_APP_LCD_URL=http://localhost:1338
export REACT_APP_RPC_URL=http://localhost:26657
export REACT_APP_CONTRACT="$CONTRACT"
docker-compose up -f docker-development.yaml --build
docker-compose -f docker-development.yaml up --build
1 change: 1 addition & 0 deletions web/.env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
REACT_APP_SUGGEST_CHAIN=true
REACT_APP_FAUCET=https://faucet.secrettestnet.io/
REACT_APP_ENABLE_LOCAL_WALLET=true

0 comments on commit f3f0942

Please sign in to comment.