Skip to content

Commit

Permalink
use fullnode on devnet (MystenLabs#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stella Cannefax authored Jun 22, 2022
1 parent 76eb5aa commit 4619289
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 @@ -8,7 +8,7 @@ export enum Network {

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

export function getEndpoint(network: Network | string): string {
Expand Down

0 comments on commit 4619289

Please sign in to comment.