Files
pezkuwi-sdk/test-asset-hub.toml
T
pezkuwichain dc94a6dc49 chore: add documentation, test configs and subxt examples
- 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
2026-01-04 21:17:50 +03:00

28 lines
568 B
TOML

[settings]
timeout = 300
provider = "native"
[relaychain]
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi"
chain = "pezkuwichain-local"
default_args = ["-lteyrchain=debug"]
[[relaychain.nodes]]
name = "alice"
validator = true
[[relaychain.nodes]]
name = "bob"
validator = true
[[teyrchains]]
id = 1000
chain = "asset-hub-pezkuwichain-local"
default_command = "/home/mamostehp/pezkuwi-sdk/target/release/pezkuwi-teyrchain"
cumulus_based = true
default_args = ["-lteyrchain=debug"]
[[teyrchains.collators]]
name = "DRQasimlo"
validator = true