Update default vars values
This commit is contained in:
parent
3a75574a52
commit
ec344f2afb
@ -2,7 +2,7 @@
|
||||
next_public_multichain: false
|
||||
|
||||
# The name of the blockchain registry
|
||||
next_public_registry_name: "laconic"
|
||||
next_public_registry_name: "laconic-mainnet"
|
||||
|
||||
# URL or path to the blockchain's logo
|
||||
next_public_logo: ""
|
||||
@ -25,8 +25,8 @@ next_public_denom: "alnt"
|
||||
# The display denomination of the native token
|
||||
next_public_display_denom: "ALNT"
|
||||
|
||||
# The exponent for the display denomination (e.g., 18 for 10^18).
|
||||
next_public_display_denom_exponent: 18
|
||||
# The exponent for the display denomination
|
||||
next_public_display_denom_exponent: 0
|
||||
|
||||
# JSON array of asset definitions, including denom units, base, name, display, and symbol
|
||||
next_public_assets: '[{"denom_units":[{"denom":"alnt","exponent":0}],"base":"alnt","name":"Laconic Token","display":"ALNT","symbol":"alnt"}]'
|
||||
|
||||
@ -11,7 +11,7 @@ cerc_chain_id: "laconic-mainnet"
|
||||
|
||||
# Set to true to enable TMKMS (Tendermint Key Management System) for this node
|
||||
# If true, the node will use an external TMKMS for signing validator operations
|
||||
tmkms_enabled: false
|
||||
tmkms_enabled:
|
||||
|
||||
# Minimum gas price for transactions, in ALNT (e.g., 0.001alnt)
|
||||
min_gas_price: 0.001
|
||||
|
||||
@ -14,7 +14,7 @@ cerc_peers: ""
|
||||
|
||||
# Set to true to enable TMKMS (Tendermint Key Management System) for this node
|
||||
# If true, the node will use an external TMKMS for signing validator operations
|
||||
tmkms_enabled: false
|
||||
tmkms_enabled:
|
||||
|
||||
# The chain ID for the blockchain network
|
||||
cerc_chain_id: "laconic-mainnet"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user