Update address prefix in integration test setup
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m27s
Unit Tests / test-unit (pull_request) Successful in 1m34s
E2E Tests / test-e2e (pull_request) Successful in 2m29s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 5m35s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 11m9s
SDK Tests / sdk_tests (pull_request) Successful in 15m0s
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m27s
Unit Tests / test-unit (pull_request) Successful in 1m34s
E2E Tests / test-e2e (pull_request) Successful in 2m29s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 5m35s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 11m9s
SDK Tests / sdk_tests (pull_request) Successful in 15m0s
This commit is contained in:
parent
271d832245
commit
62fb99ad54
@ -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(),
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user