Skip to content

Commit

Permalink
feat: use StoreMemory from w3up-client
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Jan 17, 2024
1 parent 2558968 commit 9c44442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/how-to/upload.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ w3 delegation create <did_from_ucan-key_command_above> | base64
Then, when you initialize and configure the client, you can pass in this Agent and UCAN.

```javascript
import { StoreMemory } from '@web3-storage/access/stores/store-memory'
import * as Client from '@web3-storage/w3up-client'
import { StoreMemory } from '@web3-storage/w3up-client/stores'
import { importDAG } from '@ucanto/core/delegation'
import { CarReader } from '@ipld/car'
import * as Signer from '@ucanto/principal/ed25519'
Expand Down

0 comments on commit 9c44442

Please sign in to comment.