carp
carp copied to clipboard
Change projected NFT task to use script hash instead of address
Currently the project NFT task takes in an address (in hex) as the task parameter
This works, but it's tedious because it means the address specified has to change for testnet compared to mainnet instead of just using the same execution plan for both (which is ideal since we want people to be able to easily test using #187 )