Additional auction module commands #3

Merged
ashwin merged 8 commits from pm-bid-commands into main 2024-02-15 06:56:20 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit de742a5a84 - Show all commits

View File

@ -17,7 +17,7 @@ modules:
- name: auth - name: auth
config: config:
"@type": cosmos.auth.module.v1.Module "@type": cosmos.auth.module.v1.Module
bech32_prefix: photon bech32_prefix: laconic
module_account_permissions: module_account_permissions:
- account: fee_collector - account: fee_collector
- account: distribution - account: distribution

View File

@ -15,7 +15,7 @@ const (
DefaultBondDenom = CoinUnit DefaultBondDenom = CoinUnit
// Bech32PrefixAccAddr defines the Bech32 prefix of an account's address. // Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccAddr = "photon" Bech32PrefixAccAddr = "laconic"
) )
var ( var (