Skip to content

Commit

Permalink
change default local rpc port to 9000 (MystenLabs#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stella Cannefax authored Jun 16, 2022
1 parent 6f33388 commit 13def2b
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 @@ -7,7 +7,7 @@ export enum Network {
}

const ENDPOINTS = {
[Network.Local]: 'http://127.0.0.1:5001',
[Network.Local]: 'http://127.0.0.1:9000',
[Network.Devnet]: 'https://gateway.devnet.sui.io:443',
};

Expand Down

0 comments on commit 13def2b

Please sign in to comment.