Files
pezkuwi-sdk/bizinikiwi/client/transaction-pool/tests/zombienet/network-specs/pezkuwichain-local-high-pool-limit-fatp.toml
T
pezkuwichain afa8bba099 fix(ci): change Docker Hub namespace from pezkuwichain/ to pezkuwi/
Docker Hub personal account namespace must match the username.
Updated all docker.io image references across workflows, actions,
docker-compose files, and zombienet configs.
2026-03-14 15:58:50 +03:00

31 lines
665 B
TOML

[settings]
timeout = 1500
[relaychain]
default_image = "pezkuwi/pezkuwi:latest"
default_command = "pezkuwi"
chain = "pezkuwichain-local"
default_args = [
"--pool-kbytes 2048000",
"--pool-limit 500000",
"--pool-type=fork-aware",
"--rpc-max-connections 15000",
"--rpc-max-response-size 1500",
"--rpc-max-subscriptions-per-connection=128000",
"--state-pruning=1024",
"-lsync=info",
"-ltxpool=debug",
]
[relaychain.genesis.runtimeGenesis.patch.balances]
devAccounts = [1000, 1000000000000000000, "//Sender//{}"]
[[relaychain.nodes]]
name = "alice"
rpc_port = 9944
validator = true
[[relaychain.nodes]]
name = "bob"
rpc_port = 9945
validator = true