Cannon contracts intended for manual and automated testing.
The published packaged can be seen/interacted with here: usecannon.com/packages/test-contracts
- Dry build the package to check everything is correct:
cannon build . --chain-id 11155111 --dry-run --impersonate 0xca111279D6aeEc39849ed5CD2bA3045381643422
- Deploy package:
cannon build . --chain-id 11155111
- Publish:
cannon publish test-contracts:X.X.X@types-tester --chain-id 11155111
- Verify on Etherscan:
cannon verify test-contracts:X.X.X@types-tester --chain-id 11155111 --api-key NB....