Skip to content

Commit b10d9f1

Browse files
committed
fix failing tests and disable basilisk
1 parent 81dac87 commit b10d9f1

File tree

10 files changed

+423
-620
lines changed

10 files changed

+423
-620
lines changed

networks/acala.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
},
5353
PolkadotXcm: {
5454
// avoid sending xcm version change notifications to makes things faster
55-
$removePrefix: ['versionNotifyTargets', 'versionNotifiers', 'supportedVersion'],
55+
$removePrefix: ['versionNotifyTargets', 'versionNotifiers'],
5656
},
5757
},
5858
}),

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"update-env": "tsx scripts/update-env.ts"
1111
},
1212
"resolutions": {
13-
"@polkadot/api": "^12.4.2",
14-
"@polkadot/api-derive": "^12.4.2",
15-
"@polkadot/types": "^12.4.2",
13+
"@polkadot/api": "15.10.2",
14+
"@polkadot/api-derive": "15.10.2",
15+
"@polkadot/types": "15.10.2",
1616
"@acala-network/api": "^6.1.3",
1717
"@acala-network/sdk": "4.1.14",
1818
"@acala-network/sdk-core": "4.1.14"
1919
},
2020
"dependencies": {
2121
"@acala-network/chopsticks": "^1.0.5-1",
2222
"@acala-network/chopsticks-testing": "^1.0.5-1",
23-
"@acala-network/sdk": "4.1.11",
24-
"@acala-network/sdk-core": "4.1.11",
25-
"@polkadot/api": "12.4.2",
26-
"@polkadot/util": "13.0.2",
23+
"@acala-network/sdk": "4.1.14",
24+
"@acala-network/sdk-core": "4.1.14",
25+
"@polkadot/api": "15.10.2",
26+
"@polkadot/util": "13.4.4",
2727
"@polkawallet/bridge": "^0.1.7-13",
2828
"@swc/core": "^1.6.1",
2929
"axios": "^1.7.2",

0 commit comments

Comments
 (0)