diff --git a/x/wrapped-a0gi-base/types/keys.go b/x/wrapped-a0gi-base/types/keys.go index 47d86e2f..91fec8c1 100644 --- a/x/wrapped-a0gi-base/types/keys.go +++ b/x/wrapped-a0gi-base/types/keys.go @@ -19,7 +19,7 @@ var ( MinterSupplyKeyPrefix = []byte{0x01} // keys - WA0GIKey = []byte{0x00} + WA0GIKey = []byte{0x02} ) func GetMinterKeyFromAccount(account string) ([]byte, error) {