Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
change default denom
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Aug 1, 2023
1 parent c22b17c commit a760dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 1
accounts:
- name: alice
coins:
- 1000000000mycel
- 1000000000000000umycel
mnemonic: album unlock fence mixture little chest concert limb when melody outdoor tool romance kid throw spread bean exercise squeeze syrup saddle year change alone
- name: bob
coins:
- 500000000mycel
- 500000000000000umycel
mnemonic: holiday coil vicious hunt hybrid maximum post spread stomach input more demise garbage slim mouse relief cage hat interest armed promote nerve craft solar
faucet:
name: bob
Expand All @@ -27,4 +27,4 @@ genesis:
app_state:
staking:
params:
bond_denom: "mycel"
bond_denom: "umycel"
2 changes: 1 addition & 1 deletion x/registry/types/tokens.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package types

const (
MycelDenom = "mycel"
MycelDenom = "umycel"
)

0 comments on commit a760dfb

Please sign in to comment.