Skip to content

Commit

Permalink
Fix post upgrade balance transfer IT test (#1400)
Browse files Browse the repository at this point in the history
* fix post upgrade balance transfer it test

* fix block creation for xcm test

* update dependencies

* use exact dependencies

* use exact dependencies in pnpm lock yaml

* use create block with provider name
  • Loading branch information
Chralt98 authored Dec 13, 2024
1 parent dbd20eb commit 3c63590
Show file tree
Hide file tree
Showing 5 changed files with 4,289 additions and 3,348 deletions.
24 changes: 12 additions & 12 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"author": "Zeitgeist PM <[email protected]>",
"dependencies": {
"@polkadot/keyring": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"sqlite3": "^5.1.7",
"typescript": "^5.4.5",
"ws": "^8.16.0"
"sqlite3": "5.1.7",
"typescript": "5.4.5",
"ws": "8.16.0"
},
"devDependencies": {
"@acala-network/chopsticks": "0.9.10",
"@moonwall/cli": "^5.1.5",
"@moonwall/util": "^5.1.5",
"@polkadot/api": "^10.13.1",
"@polkadot/types": "^10.13.1",
"@types/node": "^20.12.7",
"@acala-network/chopsticks": "0.9.13",
"@moonwall/cli": "5.1.5",
"@moonwall/util": "5.1.5",
"@polkadot/api": "10.13.1",
"@polkadot/keyring": "13.2.3",
"@polkadot/types": "10.13.1",
"@polkadot/util-crypto": "13.2.3",
"@types/node": "22.10.2",
"debug": "4.3.4",
"ts-node": "^10.9.2"
"ts-node": "10.9.2"
},
"description": "Integration tests",
"license": "GPL-3.0",
Expand Down
Loading

0 comments on commit 3c63590

Please sign in to comment.