Skip to content

Commit

Permalink
Merge pull request #8 from pawanpaudel93/feat/ao-config
Browse files Browse the repository at this point in the history
feat: ao config
  • Loading branch information
pawanpaudel93 authored Aug 18, 2024
2 parents b2d3ab4 + 95af5c5 commit b7d19a8
Show file tree
Hide file tree
Showing 10 changed files with 383 additions and 382 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Options:
-p, --process-id [processId] Specify process Id of existing process.
--build-only Bundle the contract into a single file and store it in the process-dist directory.
--out-dir [outDir] Used with --build-only to output the single bundle contract file to a specified directory.
--gateway-url [url] Custom Gateway URL to connect to. (default: "https://arweave.net")
--cu-url [url] Custom Compute Unit (CU) URL to connect to. (default: "https://cu.ao-testnet.xyz")
--mu-url [url] Custom Messenger Unit (MU) URL to connect to. (default: "https://mu.ao-testnet.xyz")
--concurrency [limit] Concurrency limit for deploying multiple processes. (default: 5)
--sqlite Use sqlite aos module when spawning new process.
--retry-count [count] Number of retries for deploying contract. (default: 10)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"prepack": "pnpm build"
},
"dependencies": {
"@permaweb/aoconnect": "^0.0.57",
"ardb": "^1.1.10",
"@permaweb/aoconnect": "^0.0.58",
"arweave": "^1.15.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
Expand Down
Loading

0 comments on commit b7d19a8

Please sign in to comment.