Clarify totalSupply denom

This commit is contained in:
Simon Warta 2021-07-27 17:34:31 +02:00
parent ba9facfab0
commit 89fbd6745a

View File

@ -59,7 +59,7 @@ export const simapp = {
denomStaking: "ustake",
denomFee: "ucosm",
blockTime: 1_000, // ms
totalSupply: 21000000000,
totalSupply: 21000000000, // ucosm
};
export const slowSimapp = {
@ -70,7 +70,7 @@ export const slowSimapp = {
denomStaking: "ustake",
denomFee: "ucosm",
blockTime: 10_000, // ms
totalSupply: 21000000000,
totalSupply: 21000000000, // ucosm
};
export const faucet = {