Skip to content

Commit

Permalink
update devnet default gateway rpc port (MystenLabs#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert authored May 18, 2022
1 parent 10c45ca commit 6ece3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/client/src/utils/api/rpcSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const tryGetRpcSetting = (): string | null => {

const ENDPOINTS = {
local: 'http://127.0.0.1:5001',
devnet: 'https://gateway.devnet.sui.io:9000',
devnet: 'https://gateway.devnet.sui.io:443',
};

export function getEndpoint(): string {
Expand Down

0 comments on commit 6ece3f4

Please sign in to comment.