Skip to content

Commit

Permalink
use changi rpc for remote pg
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada committed Oct 23, 2023
1 parent 6078302 commit 53a350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-app/app/contexts/CustomServiceProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export function getEthRpcUrl(network: EnvironmentNetwork) {
// TODO: Add proper ethereum RPC URLs for each network
switch (network) {
case EnvironmentNetwork.LocalPlayground:
case EnvironmentNetwork.RemotePlayground:
return "http://localhost:19551";
case EnvironmentNetwork.RemotePlayground:
case EnvironmentNetwork.DevNet:
case EnvironmentNetwork.Changi:
return "http://34.34.156.49:20551"; // TODO: add final eth rpc url for changi, devnet and remote playground
Expand Down

0 comments on commit 53a350a

Please sign in to comment.