Skip to content

Commit

Permalink
refac: modify 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 ceb9f6b commit cf9f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"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",
"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}"
"declare-kakarot-cairo-contract": "cd contracts && starkli declare ${npm_config_class_file} --account ${npm_config_account} --keystore ${npm_config_keystore} --rpc ${npm_config_rpc}"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cf9f0a2

Please sign in to comment.