We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f80f5c commit 04ae1e3Copy full SHA for 04ae1e3
examples/authorize_and_store_papi_smoldot.js
@@ -11,12 +11,6 @@ import { bulletin } from './.papi/descriptors/dist/index.mjs';
11
12
async function main() {
13
await cryptoWaitReady();
14
-
15
- // Alice's address - for transaction creation
16
- console.log('Connecting to Alice node for transaction creation...');
17
- const aliceWs = new WsProvider('ws://localhost:10000');
18
- const aliceApi = await ApiPromise.create({ provider: aliceWs });
19
- await aliceApi.isReady;
20
21
// Bob's address - to get the chainspec
22
console.log('Fetching chainspec from Bob node...');
0 commit comments