Skip to content

Commit

Permalink
node/hack: Update Sui RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
djb15 committed Jul 9, 2024
1 parent f0d6a96 commit 6236a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/hack/governor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ axios
const provider = new JsonRpcProvider(
new Connection({
// fullnode: "https://fullnode.mainnet.sui.io",
fullnode: "https://sui-mainnet-rpc.allthatnode.com",
fullnode: "https://sui-mainnet.g.allthatnode.com/full/json_rpc",
})
);
const result = await getOriginalAssetSui(
Expand Down

0 comments on commit 6236a9a

Please sign in to comment.