Skip to content

Commit

Permalink
Add everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Sep 25, 2024
1 parent ae64d79 commit 8dcf56d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
# ignore vscode settings
.vscode

**/__pycache__

**/node_modules

runtimes/spiritnet/src/xcm_tests/e2e/out

*.db.sqlite*
chopsticks/**/db.sqlite*
chopsticks/**/extra.yaml
2 changes: 1 addition & 1 deletion chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"internal:spiritnet:ah-setup": "yarn --silent yaml-merge runtimes/spiritnet/ah/config.yaml runtimes/spiritnet/ah/extra.yaml > runtimes/spiritnet/ah/.tmp.yaml",
"internal:spiritnet:ah-teardown": "rm runtimes/spiritnet/ah/.tmp.yaml",
"preperegrine:spawn": "yarn internal:peregrine:relay-setup && yarn internal:peregrine:kilt-setup && yarn internal:peregrine:ah-setup",
"peregrine:spawn": "trap 'yarn cleanup:peregrine' INT; yarn chopsticks xcm -r runtimes/peregrine/relay/.tmp.yaml -p runtimes/peregrine/kilt/.tmp.yaml -p runtimes/peregrine/ah/.tmp.yaml",
"peregrine:spawn": "trap 'yarn peregrine:cleanup' INT; yarn chopsticks xcm -r runtimes/peregrine/relay/.tmp.yaml -p runtimes/peregrine/kilt/.tmp.yaml -p runtimes/peregrine/ah/.tmp.yaml",
"peregrine:cleanup": "yarn internal:peregrine:relay-teardown && yarn internal:peregrine:kilt-teardown && yarn internal:peregrine:ah-teardown",
"prespiritnet:spawn": "yarn internal:spiritnet:relay-setup && yarn internal:spiritnet:kilt-setup && yarn internal:spiritnet:ah-setup",
"spiritnet:spawn": "trap 'yarn cleanup:spiritnet' INT; yarn chopsticks xcm -r runtimes/spiritnet/relay/.tmp.yaml -p runtimes/spiritnet/kilt/.tmp.yaml -p runtimes/peregrine/ah/.tmp.yaml",
Expand Down
6 changes: 3 additions & 3 deletions chopsticks/runtimes/spiritnet/ah/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
endpoint:
- wss://sys.ibp.network/asset-hub-paseo
- wss://asset-hub-paseo.dotters.network
db: db/peregrine/ah/db.sqlite
- wss://sys.ibp.network/asset-hub-polkadot
- wss://asset-hub-polkadot.dotters.network
db: db/spiritnet/ah/db.sqlite
4 changes: 2 additions & 2 deletions chopsticks/runtimes/spiritnet/kilt/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
endpoint:
- wss://peregrine.kilt.io
db: db/peregrine/kilt/db.sqlite
- wss://spiritnet.kilt.io
db: db/spiritnet/kilt/db.sqlite
6 changes: 3 additions & 3 deletions chopsticks/runtimes/spiritnet/relay/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
endpoint:
- wss://rpc.ibp.network/paseo
- wss://paseo.dotters.network
db: db/peregrine/relay/db.sqlite
- wss://rpc.ibp.network/polkadot
- wss://polkadot.dotters.network
db: db/spiritnet/relay/db.sqlite

0 comments on commit 8dcf56d

Please sign in to comment.