Merge pull request #47 from planetmint/jmastr/revert-account-address-prefix

Revert AccountAddressPrefix to default
This commit is contained in:
Julian Strobl 2023-07-24 11:01:05 +02:00 committed by GitHub
commit 5a205e1b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ import (
assetmodule "planetmint-go/x/asset"
assetmodulekeeper "planetmint-go/x/asset/keeper"
assetmoduletypes "planetmint-go/x/asset/types"
// this line is used by starport scaffolding # stargate/app/moduleImport
appparams "planetmint-go/app/params"
@ -123,7 +124,7 @@ import (
)
const (
AccountAddressPrefix = "plmt"
AccountAddressPrefix = "cosmos"
Name = "planetmint-go"
)