File tree Expand file tree Collapse file tree 4 files changed +536
-555
lines changed Expand file tree Collapse file tree 4 files changed +536
-555
lines changed Original file line number Diff line number Diff line change 1
1
rm -rf .papi
2
- npx papi add devnet -w ws://localhost:9944
2
+ npx -y polkadot-api add devnet -w ws://localhost:9944
3
3
Original file line number Diff line number Diff line change 7
7
"license" : " ISC" ,
8
8
"dependencies" : {
9
9
"@polkadot-api/descriptors" : " file:.papi/descriptors" ,
10
- "@polkadot-labs/hdkd" : " ^0.0.10 " ,
11
- "@polkadot-labs/hdkd-helpers" : " ^0.0.11 " ,
12
- "@polkadot/api" : " 15.1.1 " ,
10
+ "@polkadot-labs/hdkd" : " ^0.0.23 " ,
11
+ "@polkadot-labs/hdkd-helpers" : " ^0.0.23 " ,
12
+ "@polkadot/api" : " ^16.4.6 " ,
13
13
"@types/mocha" : " ^10.0.10" ,
14
- "crypto" : " ^1.0.1" ,
15
- "dotenv" : " 16.4.7" ,
14
+ "dotenv" : " 17.2.1" ,
16
15
"ethers" : " ^6.13.5" ,
17
16
"mocha" : " ^11.1.0" ,
18
17
"polkadot-api" : " ^1.9.5" ,
18
+ "rxjs" : " ^7.8.2" ,
19
19
"scale-ts" : " ^1.6.1" ,
20
20
"viem" : " 2.23.4" ,
21
21
"ws" : " ^8.18.2"
22
22
},
23
23
"devDependencies" : {
24
24
"@types/bun" : " ^1.1.13" ,
25
25
"@types/chai" : " ^5.0.1" ,
26
+ "@types/node" : " ^22.18.0" ,
26
27
"assert" : " ^2.1.0" ,
27
- "chai" : " ^5.2.0 " ,
28
+ "chai" : " ^6.0.1 " ,
28
29
"prettier" : " ^3.3.3" ,
29
30
"ts-node" : " ^10.9.2" ,
30
31
"typescript" : " ^5.7.2" ,
31
- "vite" : " ^5.4.8 "
32
+ "vite" : " ^7.1.4 "
32
33
}
33
34
}
Original file line number Diff line number Diff line change 28
28
29
29
cd evm-tests
30
30
31
- # required for papi in get-metadata.sh, but we cannot run yarn before papi as it adds the descriptors to the package.json which won't resolve
32
- npm i -g polkadot-api
33
-
34
31
bash get-metadata.sh
35
32
36
33
sleep 5
You can’t perform that action at this time.
0 commit comments