Skip to content

Commit

Permalink
feat: pullable (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang authored Feb 8, 2024
1 parent c8f4ec0 commit 1189545
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"candid": "./cycles-ledger/cycles-ledger.did",
"package": "cycles-ledger",
"optimize": "cycles",
"gzip": true
"gzip": true,
"pullable": {
"dependencies": [],
"wasm_url": "https://github.com/dfinity/cycles-ledger/releases/latest/download/cycles-ledger.wasm.gz",
"wasm_hash_url": "https://github.com/dfinity/cycles-ledger/releases/latest/download/cycles-ledger.wasm.gz.sha256",
"init_guide": "(variant{Init=record{max_transactions_per_request=1000}})"
}
},
"depositor": {
"type": "rust",
Expand Down

0 comments on commit 1189545

Please sign in to comment.