-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto-add
0x
prefix for private key and use `prepareTransactionReque…
…st` instead of `simulateContract`
- Loading branch information
1 parent
8364b82
commit 416eb47
Showing
2 changed files
with
19 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,7 @@ | |
"version": "0.1.1", | ||
"description": "🌸 Self-custodial decentralized deployments", | ||
"type": "module", | ||
"bin": { | ||
"blumen": "./dist/cli.js" | ||
}, | ||
"bin": { "blumen": "./dist/cli.js" }, | ||
"exports": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": { | ||
|
@@ -20,18 +18,13 @@ | |
"prepublishOnly": "pnpm build" | ||
}, | ||
"keywords": [ | ||
"ipfs", | ||
"filecoin", | ||
"deploy", | ||
"cli" | ||
"ipfs", "filecoin", "deploy", "cli" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "v1rtl <[email protected]>", | ||
"engines": { | ||
"node": ">=16.8" | ||
}, | ||
"engines": { "node": ">=16.8" }, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ensdomains/content-hash": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters