starknet-foundry
starknet-foundry copied to clipboard
Alias deployed contracts and declared hashes
Which components does the task require to be changed? (think hard pls)
sncast
Description
It would be easier to refer to contracts in a manner that we can distinguish between calls in a human-readable way.
i.e.
sncast call --contract-alias my-swap-contract --function "swap" --calldata 123 123 123
or
sncast declare --class-alias the-custom-account --constructor-calldata ....