Skip to content

Commit

Permalink
[Updated] CI/CD to use community RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Sep 15, 2023
1 parent f088038 commit 2364984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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.cosmoshub.strange.love"
REACT_APP_RPC_ATOM: "https://rpc.cosmos.directory/cosmoshub"
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 @@ -28,7 +28,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.cosmoshub.strange.love/"
REACT_APP_RPC_ATOM: "https://rpc.cosmos.directory/cosmoshub"
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 2364984

Please sign in to comment.