When declaring new contracts, verify them with starkscan. We should do this in a generic way to support future verification implementations. Here is the Starkscan API info: JSON def: https://github.com/starkscan/starkscan-verifier/blob/acf3762c3ede91fe22a661e5b74c2e688289ffee/src/types.ts#L5 Endpoint: https://github.com/starkscan/starkscan-verifier/blob/acf3762c3ede91fe22a661e5b74c2e688289ffee/src/api.ts#L78 Here is the Voyager API repo: https://github.com/NethermindEth/voyager-verify
When declaring new contracts, verify them with starkscan.
We should do this in a generic way to support future verification implementations.
Here is the Starkscan API info:
JSON def:
https://github.com/starkscan/starkscan-verifier/blob/acf3762c3ede91fe22a661e5b74c2e688289ffee/src/types.ts#L5
Endpoint:
https://github.com/starkscan/starkscan-verifier/blob/acf3762c3ede91fe22a661e5b74c2e688289ffee/src/api.ts#L78
Here is the Voyager API repo:
https://github.com/NethermindEth/voyager-verify