Skip to content

Commit 500e522

Browse files
committed
fixed commit
1 parent 9916426 commit 500e522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/authorize_and_store_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import assert from "assert";
22
import { createClient } from 'polkadot-api';
3-
import { getWsProvider } from 'polkadot-api/ws-provider';
3+
import { getWsProvider } from 'polkadot-api/ws-provider/node';
44
import { cryptoWaitReady } from '@polkadot/util-crypto';
55
import { authorizeAccount, fetchCid, store} from './api.js';
66
import { setupKeyringAndSigners, cidFromBytes } from './common.js';

0 commit comments

Comments
 (0)