Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace default url from http://localhost:9850 to https://main-seed.s…
  • Loading branch information
wk3368 committed Oct 23, 2022
1 parent b8fb3e8 commit 750b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/jsonrpc-provider.ts
Expand Up @@ -418,7 +418,7 @@ export class JsonRpcProvider extends BaseProvider {
}

static defaultUrl(): string {
return 'http://localhost:9850';
return 'https://main-seed.starcoin.org';
}

async detectNetwork(): Promise<Network> {
Expand Down

0 comments on commit 750b403

Please sign in to comment.