Skip to content

Commit

Permalink
Merge 1253de1 into 8b61b2f
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada authored Oct 18, 2023
2 parents 8b61b2f + 1253de1 commit 0ed72b8
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 @@ -111,7 +111,7 @@ function getEthRpcUrl(network: EnvironmentNetwork) {
case EnvironmentNetwork.Changi:
return "http://34.34.156.49:20551"; // TODO: add final eth rpc url for changi, devnet and remote playground
case EnvironmentNetwork.TestNet:
return "https://changi.dfi.team"; // TODO: add final eth rpc url for testnet, with proper domain name
return "http://34.38.30.102:18551"; // TODO: add final eth rpc url for testnet, with proper domain name
case EnvironmentNetwork.MainNet:
default:
return "https://changi.dfi.team"; // TODO: add final eth rpc url for mainnet, with proper domain name
Expand Down

0 comments on commit 0ed72b8

Please sign in to comment.