File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
packages/wrapped-keys-lit-actions Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 66 litActionRepositoryCommon,
77} = require ( './dist/src/index' ) ;
88
9+ /** Usage:
10+ * 1. Ensure you have a valid Pinata IPFS JWT in `LIT_IPFS_JWT` env var
11+ * 2. Make sure you run `yarn build` to ensure that all LIT actions code has been built into the generated directory from the current commit
12+ * 3. `node sync-actions-to-ipfs` -> this will print out JSON of the `LIT_ACTION_CID_REPOSITORY` and LIT_ACTION_CID_REPOSITORY_COMMON
13+ * 4. Copy/paste the CIDs into those objects in `packages/wrapped-keys/src/lib/lit-actions-client/constants.ts`
14+ * 5. Commit the changes and push them to your branch
15+ */
16+
917const JWT = process . env . LIT_IPFS_JWT || '' ;
1018if ( ! JWT ) {
1119 throw new Error ( 'Missing Pinata IPFS JWT in LIT_IPFS_JWT env variable' ) ;
You can’t perform that action at this time.
0 commit comments