Skip to content

Commit

Permalink
online voting power fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weichen-qsnetwork committed Mar 5, 2024
1 parent 0ab304e commit c4dd75a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions apps/web-stratos/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extra": {
"profile": true,
"graphqlWs": false,
"votingPowerExponent": 12
"votingPowerExponent": 6
},
"previewImage": "https://raw.githubusercontent.com/stratosnet/big-dipper-2.0-cosmos/web-stratos@2.17.2/apps/web-stratos/public/images/stratos_bigdipper.png",
"themes": {
Expand Down Expand Up @@ -270,7 +270,7 @@
"account": "st"
},
"primaryTokenUnit": "wei",
"votingPowerTokenUnit": "vp",
"votingPowerTokenUnit": "wei",
"tokenUnits": {
"wei": {
"display": "stos",
Expand All @@ -279,10 +279,6 @@
"gwei": {
"display": "stos",
"exponent": 9
},
"vp": {
"display": "VP",
"exponent": 15
}
},
"endpoints": {
Expand Down Expand Up @@ -383,4 +379,4 @@
}
}
]
}
}

0 comments on commit c4dd75a

Please sign in to comment.