Skip to content

Commit

Permalink
fix: Fixed ESM to CJS import issue & tweaks in the publisher logic
Browse files Browse the repository at this point in the history
  • Loading branch information
achal-singh committed Sep 27, 2024
1 parent f29cafe commit 0d28777
Show file tree
Hide file tree
Showing 7 changed files with 1,479 additions and 59 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ archiver-db.idx.db
archiver-logs
data-logs
.direnv/
.secrets
.secrets
src/utils/esm/bundle.js
4 changes: 2 additions & 2 deletions archiver-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"DevPublicKey": "",
"txDigest": {
"web3Storage": {
"root_did": "did:key:REPLACE_ME",
"admin_email": ""
"rootDID": "did:key:REPLACE_ME",
"adminEmail": ""
},
"enableSavingToWeb3Storage": false
}
Expand Down
Loading

0 comments on commit 0d28777

Please sign in to comment.