ignite/modules

Invariant: add `AirdropSupply` verification in `claim`

lumtis opened this issue · 0 comments

Initialize claim invariant and add AirdropSupply verification

AirdropSupply must be equal to the remaining claimable amounts in claim records.

We already have this check in types/genesis.go with GenesisState so some code can potentially be factorized