From 65a4f9128bac2973a4beb5abc603de90aec7ab80 Mon Sep 17 00:00:00 2001 From: MiniFrenchBread <103425574+MiniFrenchBread@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:50:02 +0800 Subject: [PATCH] fix: wa0gi key --- x/wrapped-a0gi-base/types/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {