ci(deps): bump actions/cache from 3 to 5 in gpu-benchmark.yml
Resolves remaining Dependabot PR #42
This commit is contained in:
29
cli/config/genesis_ait_devnet_proper.yaml
Normal file
29
cli/config/genesis_ait_devnet_proper.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
description: Genesis configuration for AITBC Development Network
|
||||
genesis:
|
||||
accounts:
|
||||
- address: "aitbc1genesis"
|
||||
balance: "1000000000000000000000000"
|
||||
type: "regular"
|
||||
- address: "aitbc1faucet"
|
||||
balance: "100000000000000000000000"
|
||||
type: "faucet"
|
||||
chain_type: main
|
||||
consensus:
|
||||
algorithm: poa
|
||||
authorities:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
block_time: 5
|
||||
max_validators: 100
|
||||
contracts: []
|
||||
description: Development network for AITBC multi-chain testing
|
||||
name: AITBC Development Network
|
||||
parameters:
|
||||
block_reward: "2000000000000000000"
|
||||
max_block_size: 1048576
|
||||
max_gas_per_block: 10000000
|
||||
min_gas_price: 1000000000
|
||||
privacy:
|
||||
access_control: open
|
||||
require_invitation: false
|
||||
visibility: public
|
||||
purpose: development
|
||||
22
cli/config/genesis_multi_chain_dev.yaml
Normal file
22
cli/config/genesis_multi_chain_dev.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
description: Genesis template for multi-chain-dev
|
||||
genesis:
|
||||
accounts: []
|
||||
chain_type: topic
|
||||
consensus:
|
||||
algorithm: pos
|
||||
authorities: []
|
||||
block_time: 5
|
||||
max_validators: 100
|
||||
contracts: []
|
||||
description: A multi-chain-dev chain for AITBC
|
||||
name: Multi-Chain-Dev Chain
|
||||
parameters:
|
||||
block_reward: '2000000000000000000'
|
||||
max_block_size: 1048576
|
||||
max_gas_per_block: 10000000
|
||||
min_gas_price: 1000000000
|
||||
privacy:
|
||||
access_control: open
|
||||
require_invitation: false
|
||||
visibility: public
|
||||
purpose: multi-chain-dev
|
||||
Reference in New Issue
Block a user