git.delta.rocks / unique-network / refs/commits / 5ef5e6b4aa6d

difftreelog

source

.docker/forkless-config/zombienet-forkless-data.toml2.2 KiBsourcehistory
1[settings]2provider = "native"34[relaychain]5default_command = "/polkadot/target/release/polkadot"6default_args = [ "-lparachain::candidate_validation=debug", "-lxcm=trace", ]7chain = "{{ RELAY_CHAIN_TYPE }}-local"89  [[relaychain.nodes]]10  name = "relay-alice"11  rpc_port = 984412  p2p_port = 3044413  prometheus_port = 3304414  prometheus = false15  # Zombienet does not grant the default balance to nodes created with [[nodes]].16  balance = 20000000000001718  [[relaychain.nodes]]19  name = "relay-bob"20  rpc_port = 985521  p2p_port = 3055522  prometheus_port = 3305523  prometheus = false24  # Zombienet does not grant the default balance to nodes created with [[nodes]].25  balance = 20000000000002627  [[relaychain.nodes]]28  name = "relay-charlie"29  rpc_port = 986630  p2p_port = 3066631  prometheus_port = 3306632  prometheus = false33  # Zombienet does not grant the default balance to nodes created with [[nodes]].34  balance = 20000000000003536  [[relaychain.nodes]]37  name = "relay-dave"38  rpc_port = 987739  p2p_port = 3077740  prometheus_port = 3307741  prometheus = false42  # Zombienet does not grant the default balance to nodes created with [[nodes]].43  balance = 20000000000004445  [[relaychain.nodes]]46  name = "relay-eve"47  rpc_port = 988848  p2p_port = 308849  prometheus_port = 3308850  prometheus = false51  # Zombienet does not grant the default balance to nodes created with [[nodes]].52  balance = 20000000000005354[[parachains]]55id = 100056chain_spec_modifier_commands = [[57  "chainql",58  "--tla-code=rawSpec=import '{{'raw'|chainSpec}}'",59  "--tla-str=forkFrom={{ REPLICA_FROM }}",60  "fork.jsonnet",61]]6263  [[parachains.collators]]64  name = "alice"65  command = "/unique-chain/current/release/unique-collator"66  rpc_port = 994467  p2p_port = 3120068  prometheus_port = 3314469  prometheus = false70  args = [71    "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",72  ]7374  [[parachains.collators]]75  name = "bob"76  command = "/unique-chain/current/release/unique-collator"77  rpc_port = 994578  p2p_port = 3120179  prometheus_port = 3315580  prometheus = false81  args = [82    "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",83  ]