21b25a3762
- Update .gitignore for local Claude files and generated artifacts - Add MAINNET_ROADMAP.md with deployment phases - Add zombienet test configuration files - Add Pezkuwi-specific subxt examples for token transfers
25 lines
598 B
TOML
25 lines
598 B
TOML
[settings]
|
|
timeout = 120
|
|
|
|
[relaychain]
|
|
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi"
|
|
chain = "pezkuwichain-dev"
|
|
default_args = ["-lteyrchain=debug", "--unsafe-force-node-key-generation"]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
validator = true
|
|
rpc_port = 9944
|
|
|
|
[[teyrchains]]
|
|
id = 1000
|
|
chain = "asset-hub-pezkuwichain-dev"
|
|
cumulus_based = true
|
|
add_to_genesis = true
|
|
|
|
[[teyrchains.collators]]
|
|
name = "collator-asset-hub"
|
|
command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi-teyrchain"
|
|
rpc_port = 9945
|
|
args = ["-lteyrchain=debug", "--unsafe-force-node-key-generation"]
|