File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 22
22
"update-proxy" : " hardhat run scripts/update-proxy.js --network $NETWORK"
23
23
},
24
24
"devDependencies" : {
25
- "@api3/contracts" : " 18 .2.0" ,
26
- "@api3/contracts-v9" : " npm:@api3/contracts@9.1 .0" ,
25
+ "@api3/contracts" : " 20 .2.0" ,
26
+ "@api3/contracts-v9" : " npm:@api3/contracts@20.2 .0" ,
27
27
"@nodary/utilities" : " ^5.1.0" ,
28
28
"@nomicfoundation/hardhat-chai-matchers" : " ^1.0.6" ,
29
29
"@nomicfoundation/hardhat-network-helpers" : " ^1.0.12" ,
Original file line number Diff line number Diff line change 20
20
ethers "^5.7.2"
21
21
lodash "^4.17.21"
22
22
23
- " @api3/contracts-v9@npm:@api3/contracts@9.1 .0 " :
24
- version "9.1 .0"
25
- resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-9.1 .0.tgz#2c99465e968dd0a83792d8fa92ee83b32a850724 "
26
- integrity sha512-oXmRtP0CXBC9x3HyKztoOriK9P0c7KhwB3fBVxESQHWXSGWO79kLWrz4XZmrd7+975/p66Z8BJBZl20Wm5npCQ ==
23
+ " @api3/contracts-v9@npm:@api3/contracts@20.2 .0 " :
24
+ version "20.2 .0"
25
+ resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-20.2 .0.tgz#6a6d43e73d57383194456d1f287d8320151515a3 "
26
+ integrity sha512-b3QlQIuvfKdzaepHr2t1KHKEBZE6sanS8aMWCgW+eb4yGj6mKYpXgy9HGjml87Ne2nBVz4+5/99/fHt5Tx04OA ==
27
27
dependencies :
28
28
ethers "^6.13.2"
29
+ viem "^2.23.2"
30
+ yargs "^17.7.2"
31
+ zod "^3.24.2"
29
32
30
- " @api3/contracts@18 .2.0 " :
31
- version "18 .2.0"
32
- resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-18 .2.0.tgz#44c7e360601bb7674bdb02dfe1dd8d6cd56da68e "
33
- integrity sha512-LkELtgelRJEIVgCkdrXQfHIjJBgtwtEgpeBCp3dIgc+e0N4D0YzAzSm5YiURFJJ+IHxxMLjwb6ST4+nJ2/HWug ==
33
+ " @api3/contracts@20 .2.0 " :
34
+ version "20 .2.0"
35
+ resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-20 .2.0.tgz#6a6d43e73d57383194456d1f287d8320151515a3 "
36
+ integrity sha512-b3QlQIuvfKdzaepHr2t1KHKEBZE6sanS8aMWCgW+eb4yGj6mKYpXgy9HGjml87Ne2nBVz4+5/99/fHt5Tx04OA ==
34
37
dependencies :
35
38
ethers "^6.13.2"
36
39
viem "^2.23.2"
You can’t perform that action at this time.
0 commit comments