We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35d841 commit 11a15d5Copy full SHA for 11a15d5
README.md
@@ -66,7 +66,7 @@ import { makeAgoricWalletConnection } from '@agoric/web-components';
66
67
const watcher = makeAgoricChainStorageWatcher(rpc, chainName);
68
const connection = await makeAgoricWalletConnection(watcher);
69
-const [pursesNotifier, publicSubscribersNotifier] = chainConnection;
+const {pursesNotifier, publicSubscribersNotifier} = chainConnection;
70
71
for await (const purses of subscribeLatest(pursesNotifier)) {
72
console.log('Got purses:', purses);
0 commit comments