Skip to content

Commit

Permalink
edit for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
gfant committed Jun 26, 2024
1 parent 4d8e2d8 commit c66a913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const REACT_APP_CHAIN_ID = process.env.REACT_APP_CHAIN_ID
const REACT_APP_CHAIN_RPC = process.env.REACT_APP_CHAIN_RPC
const REACT_APP_REALM_PATH = process.env.REACT_APP_REALM_PATH
const GO_API_EXECUTOR = "https://shikenapi.v0tq0dil0ho1o.us-east-1.cs.amazonlightsail.com:80"
const GO_API_EXECUTOR = "http://localhost:80"

if (!REACT_APP_CHAIN_ID) {
throw new Error('REACT_APP_CHAIN_ID property not found in .env');
Expand Down

0 comments on commit c66a913

Please sign in to comment.