afa8bba099
Docker Hub personal account namespace must match the username. Updated all docker.io image references across workflows, actions, docker-compose files, and zombienet configs.
39 lines
873 B
TOML
39 lines
873 B
TOML
[settings]
|
|
timeout = 1500
|
|
|
|
[relaychain]
|
|
default_image = "pezkuwi/pezkuwi:latest"
|
|
default_command = "pezkuwi"
|
|
chain = "pezkuwichain-local"
|
|
default_args = [
|
|
"--pool-kbytes 2048000",
|
|
"--pool-limit 100000",
|
|
"--pool-type=fork-aware",
|
|
"--rpc-max-connections 15000",
|
|
"--rpc-max-response-size 150",
|
|
"--rpc-max-subscriptions-per-connection=128000",
|
|
"--state-pruning=1024",
|
|
"-lsync=info",
|
|
"-ltxpool=debug",
|
|
"-ltxpoolstat=debug",
|
|
]
|
|
[relaychain.genesis.runtimeGenesis.patch.balances]
|
|
devAccounts = [100000, 1000000000000000000, "//Sender//{}"]
|
|
|
|
[[relaychain.nodes]]
|
|
# command = "/home/miszka/parity/14-txpool-forks/pezkuwi-sdk-master-02/target/release-tokio-console/pezkuwi"
|
|
name = "alice"
|
|
rpc_port = 9944
|
|
validator = false
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
rpc_port = 9945
|
|
validator = true
|
|
|
|
|
|
[[relaychain.nodes]]
|
|
name = "charlie"
|
|
rpc_port = 9946
|
|
validator = true
|