File tree 4 files changed +237
-237
lines changed
4 files changed +237
-237
lines changed Original file line number Diff line number Diff line change 11
11
"test:coverage" : " vitest --run --coverage"
12
12
},
13
13
"peerDependencies" : {
14
- "@polkadot/api" : " ^12.4.2 "
14
+ "@polkadot/api" : " ^14.3.1 "
15
15
},
16
16
"dependencies" : {
17
17
"@acala-network/eth-providers" : " workspace:*" ,
Original file line number Diff line number Diff line change 11
11
"test:coverage" : " yarn test --run --coverage"
12
12
},
13
13
"peerDependencies" : {
14
- "@acala-network/api" : " 6.1.3 " ,
15
- "@polkadot/api" : " ^14.0 .1"
14
+ "@acala-network/api" : " ~6.2.0 " ,
15
+ "@polkadot/api" : " ^14.3 .1"
16
16
},
17
17
"dependencies" : {
18
18
"@acala-network/contracts" : " 4.3.4" ,
24
24
"lru-cache" : " ~7.8.2"
25
25
},
26
26
"devDependencies" : {
27
- "@acala-network/api" : " 6.1.3 " ,
28
- "@polkadot/api" : " ^14.0 .1" ,
27
+ "@acala-network/api" : " ~6.2.0 " ,
28
+ "@polkadot/api" : " ^14.3 .1" ,
29
29
"@types/bn.js" : " ^5.1.5" ,
30
30
"@types/lru-cache" : " ~7.6.1" ,
31
31
"dotenv" : " ~10.0.0" ,
Original file line number Diff line number Diff line change 18
18
"test:coverage" : " COVERAGE_DIR=${COVERAGE_DIR:-eth-rpc-adapter/coverage} yarn start:coverage && COVERAGE_DIR=${COVERAGE_DIR:-eth-rpc-adapter/coverage} yarn test --run && yarn stop:coverage"
19
19
},
20
20
"peerDependencies" : {
21
- "@polkadot/api" : " ^14.0 .1"
21
+ "@polkadot/api" : " ^14.3 .1"
22
22
},
23
23
"dependencies" : {
24
24
"@acala-network/eth-providers" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments