We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9916426 commit 500e522Copy full SHA for 500e522
examples/authorize_and_store_papi.js
@@ -1,6 +1,6 @@
1
import assert from "assert";
2
import { createClient } from 'polkadot-api';
3
-import { getWsProvider } from 'polkadot-api/ws-provider';
+import { getWsProvider } from 'polkadot-api/ws-provider/node';
4
import { cryptoWaitReady } from '@polkadot/util-crypto';
5
import { authorizeAccount, fetchCid, store} from './api.js';
6
import { setupKeyringAndSigners, cidFromBytes } from './common.js';
0 commit comments