Skip to content

Commit

Permalink
Fixed exponents for bigdipper
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Dec 9, 2021
1 parent 854f173 commit f42c466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion persistent_chains/explorer/bigdipperv1-mainnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bech32PrefixConsAddr": "cheqdvalcons",
"bech32PrefixConsPub": "cheqdvalconspub",
"bondDenom": "ncheq",
"powerReduction": 1000000000,
"powerReduction": 1000000,
"coins": [
{
"denom": "ncheq",
Expand Down
2 changes: 1 addition & 1 deletion persistent_chains/explorer/bigdipperv1-testnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bech32PrefixConsAddr": "cheqdvalcons",
"bech32PrefixConsPub": "cheqdvalconspub",
"bondDenom": "ncheq",
"powerReduction": 1000000000,
"powerReduction": 1000000,
"coins": [
{
"denom": "ncheq",
Expand Down

0 comments on commit f42c466

Please sign in to comment.