gpu-compute-chain/config.yml

50 lines
1.1 KiB
YAML
Raw Normal View History

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"
colinearcore:
params:
gpuModels:
gtx-1050-ti: 0
gtx-1650-ti: 0
2022-08-25 16:51:14 -07:00
accounts:
- name: alice
2022-09-07 16:06:28 -07:00
coins: ["20000000000uusdc", "200000000000uclr"]
2022-08-25 16:51:14 -07:00
- name: bob
2022-09-07 16:06:28 -07:00
coins: ["10000000000uusdc", "100000000000uclr"]
2022-08-25 16:51:14 -07:00
validator:
name: alice
staked: "100000000uclr"
2022-08-25 16:51:14 -07:00
client:
openapi:
path: "docs/static/openapi.yml"
# vuex:
# path: "vue/src/store"
2022-08-25 16:51:14 -07:00
faucet:
name: bob
2022-09-07 16:06:28 -07:00
coins: ["500uusdc", "100000000uclr"]