Skip to content

Commit 5adc846

Browse files
authored
update doc - "create instance" page (#2456)
poc-3.polkadot.io is not available right now. use rpc.polkadot.io instead.
1 parent 75aa310 commit 5adc846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ApiPromise, WsProvider } from '@polkadot/api';
88

99
...
1010
// Construct
11-
const wsProvider = new WsProvider('wss://poc-3.polkadot.io');
11+
const wsProvider = new WsProvider('wss://rpc.polkadot.io');
1212
const api = await ApiPromise.create({ provider: wsProvider });
1313

1414
// Do something

0 commit comments

Comments
 (0)