Skip to content

Commit

Permalink
chore(core): added ethrpc url for main net (#4134)
Browse files Browse the repository at this point in the history
* chore(core): added ethrpc url for mainnet

* Update mobile-app/app/contexts/CustomServiceProvider.tsx
  • Loading branch information
fullstackninja864 authored Nov 16, 2023
1 parent 6ff303f commit 5b63897
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 @@ -112,7 +112,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.MainNet:
return "https://changi.dfi.team"; // TODO: add final eth rpc url for mainnet, with proper domain name
return "https://eth.mainnet.ocean.jellyfishsdk.com"; // TODO: add final eth rpc url for mainnet, with proper domain name
case EnvironmentNetwork.TestNet:
default:
return "https://eth.testnet.ocean.jellyfishsdk.com";
Expand Down

0 comments on commit 5b63897

Please sign in to comment.