From 62fb99ad545a6cd4f882b3fed164e636231fd787 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 19 May 2025 14:38:56 +0530 Subject: [PATCH] Update address prefix in integration test setup --- tests/integration/common.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/common.go b/tests/integration/common.go index 5189e67c..15aa3947 100644 --- a/tests/integration/common.go +++ b/tests/integration/common.go @@ -83,8 +83,8 @@ func (tf *TestFixture) Setup() error { runtime.NewKVStoreService(keys[authtypes.StoreKey]), authtypes.ProtoBaseAccount, maccPerms, - addresscodec.NewBech32Codec(sdk.Bech32MainPrefix), - sdk.Bech32MainPrefix, + addresscodec.NewBech32Codec(params.Bech32PrefixAccAddr), + params.Bech32PrefixAccAddr, authority.String(), )