mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-04 06:03:08 +00:00
19 lines
264 B
TOML
19 lines
264 B
TOML
[dataset]
|
|
days = 1
|
|
block_time_seconds = 30
|
|
name = "quick_test"
|
|
|
|
[network]
|
|
load_name = "light_testnet"
|
|
blobs_per_block = 2
|
|
total_subnets = 2048
|
|
|
|
[validator]
|
|
assigned_subnets = 1
|
|
|
|
[blocks]
|
|
size_bytes = 10000
|
|
|
|
[da]
|
|
share_size_bytes = 512
|
|
commitment_size_bytes = 50000 |