Additional auction module commands (#3)

Reviewed-on: deep-stack/laconic2d#3
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
2024-02-15 06:56:18 +00:00
committed by ashwin
parent cb1f723475
commit a36063aba6
16 changed files with 1010 additions and 37 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ modules:
- name: auth
config:
"@type": cosmos.auth.module.v1.Module
bech32_prefix: photon
bech32_prefix: laconic
module_account_permissions:
- account: fee_collector
- account: distribution
+1 -1
View File
@@ -15,7 +15,7 @@ const (
DefaultBondDenom = CoinUnit
// Bech32PrefixAccAddr defines the Bech32 prefix of an account's address.
Bech32PrefixAccAddr = "photon"
Bech32PrefixAccAddr = "laconic"
)
var (