Skip to content

Commit

Permalink
[explorer] Update testnet url (MystenLabs#7803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Mysten authored Jan 28, 2023
1 parent a35b872 commit 273d935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/explorer/src/utils/api/rpcSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export enum Network {
const ENDPOINTS: Record<Network, string> = {
[Network.LOCAL]: 'http://127.0.0.1:9000',
[Network.DEVNET]: 'https://fullnode.devnet.sui.io:443',
[Network.TESTNET]: 'https://fullnode.testnet.sui.io:443',
[Network.TESTNET]: 'https://fullnode-explorer.testnet.sui.io:443',
};

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

0 comments on commit 273d935

Please sign in to comment.