Skip to content

Commit

Permalink
RegionX parachain reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 11, 2024
1 parent 5ac6a2a commit 5b2c829
Show file tree
Hide file tree
Showing 14 changed files with 626 additions and 492 deletions.
548 changes: 505 additions & 43 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"main": "index.js",
"scripts": {
"chopsticks": "npx @acala-network/chopsticks@latest -c ./configs/coretime-rococo.yml",
"zombienet:full": "./scripts/run_zombienet.sh full",
"zombienet": "./scripts/run_zombienet.sh full",
"chopsticks-init": "npx ts-node src/chopsticks.init.ts",
"zombienet-init": "npx ts-node src/zombienet.init.ts",
"zombienet-init:full": "npx ts-node src/zombienet.init.ts --fullNetwork",
"zombienet-init:local": "npx ts-node src/zombienet.init.ts --local",
"init": "npx ts-node src/zombienet.init.ts",
"prettier": "prettier --write src/",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix"
Expand All @@ -19,13 +17,11 @@
"license": "ISC",
"dependencies": {
"@acala-network/chopsticks": "0.9.4",
"@polkadot/api": "^10.11.1",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/api": "^11.0.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"bn.js": "^5.2.1",
"commander": "^11.1.0",
"coretime-utils": "^0.2.3",
"coretime-utils": "^0.3.2",
"ts-node": "^10.9.2"
},
"devDependencies": {
Expand Down
25 changes: 0 additions & 25 deletions scripts/full_init.sh

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/minimal_init.sh

This file was deleted.

13 changes: 1 addition & 12 deletions scripts/run_zombienet.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
#!/bin/bash

start_full="-p native spawn ./zombienet/full_network.toml"
start_minimal="-p native spawn ./zombienet/minimal_network.toml"

# Check the mode and set the appropriate arguments
if [ "$1" == "full" ]; then
zombienet_args=$start_full
elif [ "$1" == "minimal" ]; then
zombienet_args=$start_minimal
else
echo "Invalid mode. Please specify 'full' or 'minimal'."
exit 1
fi
zombienet_args="-p native spawn ./zombienet/network.toml"

if which zombienet-macos &> /dev/null; then
zombienet-macos $zombienet_args
Expand Down
164 changes: 0 additions & 164 deletions src/contracts/contract.ts

This file was deleted.

52 changes: 0 additions & 52 deletions src/contracts/index.init.ts

This file was deleted.

83 changes: 0 additions & 83 deletions src/contracts/uniques.ts

This file was deleted.

Loading

0 comments on commit 5b2c829

Please sign in to comment.