Skip to content

Commit

Permalink
Merge pull request #204 from interlay/fix-xcm-relay-and-asset-hub
Browse files Browse the repository at this point in the history
Fix XCM relay and asset hub
  • Loading branch information
bvotteler authored Jul 3, 2024
2 parents 66ed2ee + 3142ed9 commit 675e4a2
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 1,229 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcm-assethub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.10.1 \
npx --yes @acala-network/chopsticks@0.12.2 \
xcm \
-r scripts/configs/kusama.yml \
-p scripts/configs/kintsugi.yml \
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.10.1 \
npx --yes @acala-network/chopsticks@0.12.2 \
xcm \
-r scripts/configs/polkadot.yml \
-p scripts/configs/interlay.yml \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.10.1 \
npx --yes @acala-network/chopsticks@0.12.2 \
xcm \
-r scripts/configs/kusama.yml \
-p scripts/configs/kintsugi.yml \
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Launch chopsticks
timeout-minutes: 3
run: |
npx --yes @acala-network/chopsticks@0.10.1 \
npx --yes @acala-network/chopsticks@0.12.2 \
xcm \
-r scripts/configs/polkadot.yml \
-p scripts/configs/interlay.yml \
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/bridge",
"version": "0.5.2",
"version": "0.6.0",
"description": "polkawallet bridge sdk",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down Expand Up @@ -41,12 +41,12 @@
"@polkadot/api": "^10"
},
"dependencies": {
"@acala-network/api": "^5",
"@acala-network/api": "^5.1.1",
"@acala-network/sdk": "^4.1.9-7",
"@acala-network/sdk-core": "^4.1.9-7",
"@polkadot/api": "^10.9.1",
"@polkadot/apps-config": "^0.132.1",
"@polkadot/types": "^10.9.1",
"@polkadot/api": "^11.0.2",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/types": "^11.0.2",
"axios": "^1.6.2",
"lodash": "^4.17.20"
},
Expand All @@ -61,8 +61,8 @@
"typescript": "^4.7.4"
},
"resolutions": {
"@polkadot/api": "^10.9.1",
"@polkadot/types": "^10.9.1"
"@polkadot/api": "^11.0.2",
"@polkadot/types": "^11.0.2"
},
"versions": {
"git": "0.0.5-4",
Expand Down
Loading

0 comments on commit 675e4a2

Please sign in to comment.