Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions ts-tests/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,32 @@
"descriptor": "subtensor"
}
]
},
{
"name": "zombienet_coldkey_swap",
Copy link
Copy Markdown
Collaborator

@evgeny-s evgeny-s Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to add this to the matrix here for CI.

"timeout": 600000,
"testFileDir": ["suites/zombienet_coldkey_swap"],
"runScripts": [
"generate-types.sh",
"build-spec.sh"
],
"foundation": {
"type": "zombie",
"zombieSpec": {
"configPath": "./configs/zombie_node.json",
"skipBlockCheck": []
}
},
"vitestArgs": {
"bail": 1
},
"connections": [
{
"name": "Node",
"type": "papi",
"endpoints": ["ws://127.0.0.1:9947"]
}
]
}, {
"name": "smoke_mainnet",
"testFileDir": ["suites/smoke"],
Expand Down
2 changes: 1 addition & 1 deletion ts-tests/scripts/generate-types.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ if [ "$GENERATE_TYPES" = true ]; then
exit 0
else
echo "==> Types are up-to-date, nothing to do."
fi
fi
Loading
Loading