Skip to content

Commit

Permalink
point to ocean-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Oct 9, 2024
1 parent d4db060 commit 8bfc1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion walletkit/walletkit-core/api/whale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export function newOceanOptions(
case EnvironmentNetwork.MainNet:
default:
return {
url: url ?? "https://ocean.defichain.com",
// url: url ?? "https://ocean.defichain.com",
url: url ?? "http://34.143.176.39:3002",
network: "mainnet",
version: "v0",
};
Expand Down

0 comments on commit 8bfc1c5

Please sign in to comment.