Skip to content

Commit

Permalink
[Updated] Cosmos RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Dec 7, 2023
1 parent 1c6986c commit 6214d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GENERATE_SOURCEMAP=false

#RPC
REACT_APP_RPC_LUM=https://node0.mainnet.lum.network/rpc
REACT_APP_RPC_ATOM=https://rpc.cosmos.directory/cosmoshub
REACT_APP_RPC_ATOM=http://51.15.197.64:27657

# Firebase
REACT_APP_FIREBASE_API_KEY=AIzaSyA49DTslUcJG2b5TUdI_EbPzugFFXOfO0o
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
REACT_APP_IMPERATOR_API_URL: "https://api-osmosis.imperator.co"
GENERATE_SOURCEMAP: "false"
REACT_APP_RPC_LUM: "https://node0.mainnet.lum.network/rpc"
REACT_APP_RPC_ATOM: "https://rpc.cosmos.directory/cosmoshub"
REACT_APP_RPC_ATOM: "http://51.15.197.64:27657"
REACT_APP_FIREBASE_API_KEY: "AIzaSyA49DTslUcJG2b5TUdI_EbPzugFFXOfO0o"
REACT_APP_FIREBASE_AUTH_DOMAIN: "lum-network.firebaseapp.com"
REACT_APP_FIREBASE_DATABASE_URL: "https://lum-network-default-rtdb.firebaseio.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
REACT_APP_IMPERATOR_API_URL: "https://api-osmosis.imperator.co"
GENERATE_SOURCEMAP: "false"
REACT_APP_RPC_LUM: "https://node0.mainnet.lum.network/rpc"
REACT_APP_RPC_ATOM: "https://rpc.cosmos.directory/cosmoshub"
REACT_APP_RPC_ATOM: "http://51.15.197.64:27657"
REACT_APP_FIREBASE_API_KEY: "AIzaSyA49DTslUcJG2b5TUdI_EbPzugFFXOfO0o"
REACT_APP_FIREBASE_AUTH_DOMAIN: "lum-network.firebaseapp.com"
REACT_APP_FIREBASE_DATABASE_URL: "https://lum-network-default-rtdb.firebaseio.com"
Expand Down

0 comments on commit 6214d52

Please sign in to comment.