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
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user