You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
World options:
--world <WORLD_ADDRESS> The address of the World contract.
Starknet options:
--rpc-url <URL> The Starknet RPC endpoint. [env: STARKNET_RPC_URL=] [default: http://localhost:5050]
Account options:
--account-address <ACCOUNT_ADDRESS>
Signer options - RAW:
--private-key <PRIVATE_KEY> The raw private key associated with the account contract.
Signer options - KEYSTORE:
--keystore <PATH> Use the keystore in the given folder or file.
--password <PASSWORD> The keystore password. Used with --keystore.
Transaction options:
--fee-estimate-multiplier <MULTIPLIER> The multiplier to use for the fee estimate.
os@oss-MacBook-Pro contracts % slot deployments create emoji-man-demo torii
error: the following required arguments were not provided:
--rpc <rpc>
--world <world>
--start-block <START_BLOCK>
Usage: slot deployments create <PROJECT> torii --rpc <rpc> --world <world> --start-block <START_BLOCK>
This needs updating so the param is --rpc-url
The text was updated successfully, but these errors were encountered:
We can update the param to --rpc-url but it still wont fetch from the local Scarb.toml. To be honest, I'm not sure that would make sense in this context
This needs updating so the param is
--rpc-url
The text was updated successfully, but these errors were encountered: