Skip to content

Commit

Permalink
feat: add declare-kakarot-cairo-contract script
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Sep 28, 2024
1 parent 29ac451 commit 6c8e8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"start-kakarot": "cd contracts && make start",
"deploy-kakarot-l1-messaging-contracts": "cd contracts && make deploy-l1",
"deploy-kakarot-evm-contract": "cd contracts && forge create ${npm_config_contract_path} --rpc-url ${npm_config_rpc_url} --private-key ${npm_config_private_key}",
"build-kakarot-cairo-contracts": "cd contracts/cairo_contracts && scarb build"
"build-kakarot-cairo-contracts": "cd contracts/cairo_contracts && scarb build",
"declare-kakarot-cairo-contract": "cd contracts && starkli declare ${npm_config_class_file} --account ${npm_config_account} --key-store ${npm_config_keystore} --rpc ${npm_config_rpc}"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c8e8bf

Please sign in to comment.