Skip to content

Commit 66de42d

Browse files
authored
chore: update dependencies (#2)
1 parent 79947bd commit 66de42d

File tree

2 files changed

+52
-37
lines changed

2 files changed

+52
-37
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
"@commitlint/config-conventional": "^19.8.1",
77
"@noir-lang/noir_js": "1.0.0-beta.6",
88
"@noir-lang/noir_wasm": "1.0.0-beta.6",
9-
"@nomicfoundation/hardhat-ignition": "^0.15.11",
10-
"@nomicfoundation/hardhat-ignition-viem": "^0.15.11",
11-
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
12-
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
9+
"@nomicfoundation/hardhat-ignition": "^0.15.12",
10+
"@nomicfoundation/hardhat-ignition-viem": "^0.15.12",
11+
"@nomicfoundation/hardhat-network-helpers": "^1.0.13",
12+
"@nomicfoundation/hardhat-toolbox-viem": "^4.0.0",
1313
"@nomicfoundation/hardhat-verify": "^2.0.14",
1414
"@nomicfoundation/hardhat-viem": "^2.0.6",
1515
"@types/chai": "^4.3.20",
1616
"@types/chai-as-promised": "^7.1.8",
1717
"@types/mocha": ">=9.1.0",
1818
"@types/node": ">=18.0.0",
1919
"chai": "^4.5.0",
20-
"hardhat": "^2.24.3",
20+
"hardhat": "^2.25.0",
2121
"hardhat-gas-reporter": "^2.3.0",
2222
"husky": "^9.1.7",
2323
"solidity-coverage": "^0.8.16",
2424
"ts-node": ">=10.9.2",
2525
"typescript": "~5.8.3",
26-
"viem": "^2.31.3"
26+
"viem": "^2.31.4"
2727
},
2828
"scripts": {
2929
"vars:list": "npx hardhat vars list",
@@ -33,6 +33,7 @@
3333
"circuit:solidity_verifier": "cd circuit && bb write_solidity_verifier -vk ./target/vk -o ../contracts/VerifierKeccak.sol",
3434
"circuit:prove": "cd circuit && bb prove -b ./target/num_diff.json -w ./target/witness.gz -o ./target --output_format bytes_and_fields --oracle_hash keccak",
3535
"circuit:verify": "cd circuit && bb verify -k ./target/vk -p ./target/proof --oracle_hash keccak",
36+
"circuit:all": "yarn circuit:build && yarn circuit:witness && yarn circuit:vk && yarn circuit:solidity_verifier && yarn circuit:prove && yarn circuit:verify",
3637
"circuit:test": "cd circuit && nargo test",
3738
"contracts:deploy": "npx hardhat ignition deploy ./ignition/modules/SimpleCounter.ts --network sepolia --verify",
3839
"contracts:compile": "npx hardhat compile",

yarn.lock

Lines changed: 45 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -636,35 +636,35 @@
636636
"@nomicfoundation/edr-linux-x64-musl" "0.11.1"
637637
"@nomicfoundation/edr-win32-x64-msvc" "0.11.1"
638638

639-
"@nomicfoundation/hardhat-ignition-viem@^0.15.11":
640-
version "0.15.11"
641-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ignition-viem/-/hardhat-ignition-viem-0.15.11.tgz#bdd4f0be70a2771bc6f14b1b13fde62ffaf6a278"
642-
integrity sha512-Em9D/5uOA4+TKfwHT5r3o4ePQLJg53ooi/yl2K99HT323LNIPIRYuyraIh5IPVthnsanJg0eF5rRCtW2Te9uIQ==
639+
"@nomicfoundation/hardhat-ignition-viem@^0.15.12":
640+
version "0.15.12"
641+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ignition-viem/-/hardhat-ignition-viem-0.15.12.tgz#febb27945a0f033c377d582ad0809274bf765a86"
642+
integrity sha512-IGaF6BFMbKh88yxrBcMSPNogp4Nzo6MSDIdyDTzxj781x7J0JGodspESYbX58ksPAaJ8rbSMUFRvSy6XZR6o6Q==
643643

644-
"@nomicfoundation/hardhat-ignition@^0.15.11":
645-
version "0.15.11"
646-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.15.11.tgz#124a4c5f70eca0f2f161ccfd82cef29793111f48"
647-
integrity sha512-OXebmK9FCMwwbb4mIeHBbVFFicAGgyGKJT2zrONrpixrROxrVs6KEi1gzsiN25qtQhCQePt8BTjjYrgy86Dfxg==
644+
"@nomicfoundation/hardhat-ignition@^0.15.12":
645+
version "0.15.12"
646+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ignition/-/hardhat-ignition-0.15.12.tgz#99dfbb69b9f930b6ef6b33a39f5bc9736fed75ed"
647+
integrity sha512-T03bSjFy8vWeKGvFsR42vzl4PgmW06i1e/84m2oowZzdO3i9ax3XJhRiH4kC08QXzkdAdUPinx68hQea8Wh6Jw==
648648
dependencies:
649-
"@nomicfoundation/ignition-core" "^0.15.11"
649+
"@nomicfoundation/ignition-core" "^0.15.12"
650650
"@nomicfoundation/ignition-ui" "^0.15.11"
651651
chalk "^4.0.0"
652652
debug "^4.3.2"
653653
fs-extra "^10.0.0"
654654
json5 "^2.2.3"
655655
prompts "^2.4.2"
656656

657-
"@nomicfoundation/hardhat-network-helpers@^1.0.12":
658-
version "1.0.12"
659-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-network-helpers/-/hardhat-network-helpers-1.0.12.tgz#2c0abec0c50b75f9d0d71776e49e3b5ef746d289"
660-
integrity sha512-xTNQNI/9xkHvjmCJnJOTyqDSl8uq1rKb2WOVmixQxFtRd7Oa3ecO8zM0cyC2YmOK+jHB9WPZ+F/ijkHg1CoORA==
657+
"@nomicfoundation/hardhat-network-helpers@^1.0.13":
658+
version "1.0.13"
659+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-network-helpers/-/hardhat-network-helpers-1.0.13.tgz#8385f87464a4ca2f1b3cc38f2f72c56a3eaa79d2"
660+
integrity sha512-ptg0+SH8jnfoYHlR3dKWTNTB43HZSxkuy3OeDk+AufEKQvQ7Ru9LQEbJtLuDTQ4HGRBkhl4oJ9RABsEIbn7Taw==
661661
dependencies:
662662
ethereumjs-util "^7.1.4"
663663

664-
"@nomicfoundation/hardhat-toolbox-viem@^3.0.0":
665-
version "3.0.0"
666-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-toolbox-viem/-/hardhat-toolbox-viem-3.0.0.tgz#d50b6e2e3be220ccf6557c5072e999fbb4958aee"
667-
integrity sha512-cr+aRozCtTwaRz5qc9OVY1kegWrnVwyhHZonICmlcm21cvJ31uvJnuPG688tMbjUvwRDw8tpZYZK0kI5M+4CKg==
664+
"@nomicfoundation/hardhat-toolbox-viem@^4.0.0":
665+
version "4.0.0"
666+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-toolbox-viem/-/hardhat-toolbox-viem-4.0.0.tgz#56b9e1c812aad6c17c65e387868e91bc64f11cd9"
667+
integrity sha512-SRpbrF1y3b9Za5cW5SVKUcPyRkJtlWC6LORA77ZtdWId6nEOEnX3nzBAbwvqal1x++0tosSdAsR/7bqDfj4NnA==
668668
dependencies:
669669
chai-as-promised "^7.1.1"
670670

@@ -691,16 +691,16 @@
691691
abitype "^0.9.8"
692692
lodash.memoize "^4.1.2"
693693

694-
"@nomicfoundation/ignition-core@^0.15.11":
695-
version "0.15.11"
696-
resolved "https://registry.yarnpkg.com/@nomicfoundation/ignition-core/-/ignition-core-0.15.11.tgz#315fd4dcde00ae6e44932222b92932bb15fe113a"
697-
integrity sha512-PeYKRlrQ0koT72yRnlyyG66cXMFiv5X/cIB8hBFPl3ekeg5tPXcHAgs/VZhOsgwEox4ejphTtItLESb1IDBw0w==
694+
"@nomicfoundation/ignition-core@^0.15.12":
695+
version "0.15.12"
696+
resolved "https://registry.yarnpkg.com/@nomicfoundation/ignition-core/-/ignition-core-0.15.12.tgz#c09c5aa493e54d82bf1737fa3852428185905f90"
697+
integrity sha512-JJdyoyfM5RXaUqv4c2V/8xpuui4uqJbMCvVnEhgo6FMOK6bqj8wGP6hM4gNE5TLug6ZUCdjIB8kFpofl21RycQ==
698698
dependencies:
699699
"@ethersproject/address" "5.6.1"
700700
"@nomicfoundation/solidity-analyzer" "^0.1.1"
701701
cbor "^9.0.0"
702702
debug "^4.3.2"
703-
ethers "^6.7.0"
703+
ethers "^6.14.0"
704704
fs-extra "^10.0.0"
705705
immer "10.0.2"
706706
lodash "4.17.21"
@@ -1905,10 +1905,10 @@ ethereumjs-util@^7.1.4:
19051905
ethereum-cryptography "^0.1.3"
19061906
rlp "^2.2.4"
19071907

1908-
ethers@^6.7.0:
1909-
version "6.14.3"
1910-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.3.tgz#7c4443c165ee59b2964e691600fd4586004b2000"
1911-
integrity sha512-qq7ft/oCJohoTcsNPFaXSQUm457MA5iWqkf1Mb11ujONdg7jBI6sAOrHaTi3j0CBqIGFSCeR/RMc+qwRRub7IA==
1908+
ethers@^6.14.0:
1909+
version "6.14.4"
1910+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.4.tgz#0f6fbc562a8425c7c888da307fa71ef796be0c04"
1911+
integrity sha512-Jm/dzRs2Z9iBrT6e9TvGxyb5YVKAPLlpna7hjxH7KH/++DSh2T/JVmQUv7iHI5E55hDbp/gEVvstWYXVxXFzsA==
19121912
dependencies:
19131913
"@adraffy/ens-normalize" "1.10.1"
19141914
"@noble/curves" "1.2.0"
@@ -2271,10 +2271,10 @@ hardhat-gas-reporter@^2.3.0:
22712271
sha1 "^1.1.1"
22722272
viem "^2.27.0"
22732273

2274-
hardhat@^2.24.3:
2275-
version "2.24.3"
2276-
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.24.3.tgz#be190a2b3580b0011b7de811871c073992ecedf6"
2277-
integrity sha512-2dhniQ1wW8/Wh3mP91kKcEnVva93mWYRaYLkV+a0ATkUEKrByGF2P5hCrlNHbqYP//D7L0CGYLtDjPQY6ILaVA==
2274+
hardhat@^2.25.0:
2275+
version "2.25.0"
2276+
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.25.0.tgz#473bf07b62a0ea30cf003e4585f71a0ffc70c739"
2277+
integrity sha512-yBiA74Yj3VnTRj7lhnn8GalvBdvsMOqTKRrRATSy/2v0VIR2hR0Jcnmfn4aQBLtGAnr3Q2c8CxL0g3LYegUp+g==
22782278
dependencies:
22792279
"@ethereumjs/util" "^9.1.0"
22802280
"@ethersproject/abi" "^5.1.2"
@@ -3866,7 +3866,7 @@ v8-compile-cache-lib@^3.0.1:
38663866
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
38673867
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
38683868

3869-
viem@^2.27.0, viem@^2.31.3:
3869+
viem@^2.27.0:
38703870
version "2.31.3"
38713871
resolved "https://registry.yarnpkg.com/viem/-/viem-2.31.3.tgz#4157d7c87db5a23eee5f5e230849d5f30e731825"
38723872
integrity sha512-q3JGI5QFB4LEiLfg9f2ZwjUygAn2W0wMLtj++7E/L2i8Y7zKAkR4TEEOhwBn7gyYXpuc7f1vfd26PJbkEKuj5w==
@@ -3880,6 +3880,20 @@ viem@^2.27.0, viem@^2.31.3:
38803880
ox "0.8.1"
38813881
ws "8.18.2"
38823882

3883+
viem@^2.31.4:
3884+
version "2.31.4"
3885+
resolved "https://registry.yarnpkg.com/viem/-/viem-2.31.4.tgz#a8cce5579cc495a2586a16dd4062deecc0f53f1d"
3886+
integrity sha512-0UZ/asvzl6p44CIBRDbwEcn3HXIQQurBZcMo5qmLhQ8s27Ockk+RYohgTLlpLvkYs8/t4UUEREAbHLuek1kXcw==
3887+
dependencies:
3888+
"@noble/curves" "1.9.2"
3889+
"@noble/hashes" "1.8.0"
3890+
"@scure/bip32" "1.7.0"
3891+
"@scure/bip39" "1.6.0"
3892+
abitype "1.0.8"
3893+
isows "1.0.7"
3894+
ox "0.8.1"
3895+
ws "8.18.2"
3896+
38833897
web3-utils@^1.3.6:
38843898
version "1.10.4"
38853899
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.10.4.tgz#0daee7d6841641655d8b3726baf33b08eda1cbec"

0 commit comments

Comments
 (0)