gpu-compute-chain/config.yml

45 lines
1012 B
YAML

genesis:
app_state:
bank:
denom_metadata:
- name: Colinear
symbol: CLR
description: "Native utility coin of the Colinear blockchain"
display: clr
base: uclr
denom_units:
- denom: uclr
exponent: "0"
- denom: clr
exponent: "6"
- name: "USD Coin"
symbol: USDC
description: "Mock USDC"
display: usdc
base: uusdc
denom_units:
- denom: uusdc
exponent: "0"
- denom: usdc
exponent: "6"
staking:
params:
bond_denom: "uclr"
accounts:
- name: alice
coins: ["20000000000uusdc", "200000000000uclr"]
- name: bob
coins: ["10000000000uusdc", "100000000000uclr"]
validator:
name: alice
staked: "100000000uclr"
client:
openapi:
path: "docs/static/openapi.yml"
# vuex:
# path: "vue/src/store"
faucet:
name: bob
coins: ["500uusdc", "100000000uclr"]