Skip to content

Commit 13de041

Browse files
authored
Merge pull request #53 from AztecProtocol/jc/76.1
update to 76.1
2 parents a0ecd28 + fa3b333 commit 13de041

File tree

6 files changed

+104
-134
lines changed

6 files changed

+104
-134
lines changed

Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [ "" ]
55
compiler_version = ">=0.18.0"
66

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.76.0", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.76.1", directory = "noir-projects/aztec-nr/aztec" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bash -i <(curl -s https://install.aztec.network)
4040
Install the correct version of the toolkit with:
4141

4242
```bash
43-
aztec-up 0.76.0
43+
aztec-up 0.76.1
4444
```
4545

4646
Start the sandbox with:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
2121
},
2222
"dependencies": {
23-
"@aztec/accounts": "0.76.0",
24-
"@aztec/aztec.js": "0.76.0",
25-
"@aztec/noir-contracts.js": "0.76.0",
23+
"@aztec/accounts": "0.76.1",
24+
"@aztec/aztec.js": "0.76.1",
25+
"@aztec/noir-contracts.js": "0.76.1",
2626
"@types/node": "^22.5.1"
2727
},
2828
"devDependencies": {

src/test/first.nr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ unconstrained fn test_end_vote() {
4444
#[test(should_fail)]
4545
unconstrained fn test_fail_end_vote_by_non_admin() {
4646
let (env, voting_contract_address, _) = utils::setup();
47-
let alice = env.create_account(1);
47+
let alice = env.create_account(2);
4848

4949
env.impersonate(alice);
5050
EasyPrivateVoting::at(voting_contract_address).end_vote().call(&mut env.public());
@@ -53,7 +53,7 @@ unconstrained fn test_fail_end_vote_by_non_admin() {
5353
#[test]
5454
unconstrained fn test_cast_vote() {
5555
let (env, voting_contract_address, _) = utils::setup();
56-
let alice = env.create_account(1);
56+
let alice = env.create_account(2);
5757
env.impersonate(alice);
5858

5959
let candidate = 1;
@@ -72,8 +72,8 @@ unconstrained fn test_cast_vote() {
7272
#[test]
7373
unconstrained fn test_cast_vote_with_separate_accounts() {
7474
let (env, voting_contract_address, _) = utils::setup();
75-
let alice = env.create_account(1);
76-
let bob = env.create_account(2);
75+
let alice = env.create_account(2);
76+
let bob = env.create_account(3);
7777

7878
let candidate = 101;
7979

@@ -97,7 +97,7 @@ unconstrained fn test_cast_vote_with_separate_accounts() {
9797
#[test(should_fail)]
9898
unconstrained fn test_fail_vote_twice() {
9999
let (env, voting_contract_address, _) = utils::setup();
100-
let alice = env.create_account(1);
100+
let alice = env.create_account(2);
101101

102102
let candidate = 101;
103103

src/test/utils.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::EasyPrivateVoting;
55
pub unconstrained fn setup() -> (&mut TestEnvironment, AztecAddress, AztecAddress) {
66
let mut env = TestEnvironment::new();
77

8-
let admin = env.create_account(0);
8+
let admin = env.create_account(1);
99

1010
let initializer_call_interface = EasyPrivateVoting::interface().constructor(admin);
1111
let voting_contract = env.deploy_self("EasyPrivateVoting").with_public_void_initializer(

yarn.lock

Lines changed: 93 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@aztec/[email protected].0":
19-
version "0.76.0"
20-
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.76.0.tgz#cfbea5beb4bdd02da3d80b60fc2d6c738f4d18bc"
21-
integrity sha512-A38+86qfYf6gfousK1589SCfe+usHCCh12rR1SkAPq/yh/NmGOZ0u0RGK+EGI84opTaelg/pofkrycQSS6/1WA==
22-
dependencies:
23-
"@aztec/aztec.js" "0.76.0"
24-
"@aztec/circuit-types" "0.76.0"
25-
"@aztec/circuits.js" "0.76.0"
26-
"@aztec/entrypoints" "0.76.0"
27-
"@aztec/ethereum" "0.76.0"
28-
"@aztec/foundation" "0.76.0"
29-
"@aztec/types" "0.76.0"
18+
"@aztec/[email protected].1":
19+
version "0.76.1"
20+
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.76.1.tgz#a084ffa85cd5f303227e2fb9d0f313ba52ee0ec9"
21+
integrity sha512-EIpNYh6o63ILAHnwt/CkjGjXJHLJNYojbpZyn3Xai/VQqHWpl/oIhLiqBzadP4pQ1VKq/c+t5MQ8Lo8VJc9z0w==
22+
dependencies:
23+
"@aztec/aztec.js" "0.76.1"
24+
"@aztec/circuit-types" "0.76.1"
25+
"@aztec/circuits.js" "0.76.1"
26+
"@aztec/entrypoints" "0.76.1"
27+
"@aztec/ethereum" "0.76.1"
28+
"@aztec/foundation" "0.76.1"
29+
"@aztec/types" "0.76.1"
3030
tslib "^2.4.0"
3131

32-
"@aztec/[email protected].0":
33-
version "0.76.0"
34-
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.76.0.tgz#cc264125e5ffd6abf54d06e14bdd8f399fb141d3"
35-
integrity sha512-wV02FrFdUmwyUgdNbjXJmk2RHQAqPKgyZDJddo0AQI1BZL4i7v3OFgPiyfASK2guqLn1qN8sKt6IxlBdEg9OiQ==
36-
dependencies:
37-
"@aztec/circuit-types" "0.76.0"
38-
"@aztec/circuits.js" "0.76.0"
39-
"@aztec/ethereum" "0.76.0"
40-
"@aztec/foundation" "0.76.0"
41-
"@aztec/l1-artifacts" "0.76.0"
42-
"@aztec/protocol-contracts" "0.76.0"
43-
"@aztec/types" "0.76.0"
32+
"@aztec/[email protected].1":
33+
version "0.76.1"
34+
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.76.1.tgz#ccc440a9cabfb884b08d4e8ec63fb2514d050fcc"
35+
integrity sha512-TrZIR4Ak7wTwTtwriQ1R4PhkQDhpJ5T9V6M9IhK7DcC0poHPEqNZq9YoQqTFB6+d+RYL63U4+6xqAquhwbMrfg==
36+
dependencies:
37+
"@aztec/circuit-types" "0.76.1"
38+
"@aztec/circuits.js" "0.76.1"
39+
"@aztec/ethereum" "0.76.1"
40+
"@aztec/foundation" "0.76.1"
41+
"@aztec/l1-artifacts" "0.76.1"
42+
"@aztec/protocol-contracts" "0.76.1"
43+
"@aztec/types" "0.76.1"
4444
axios "^1.7.2"
4545
tslib "^2.4.0"
4646
viem "2.22.8"
4747

48-
"@aztec/bb.js@0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2", "@aztec/bb.js@0.76.0":
49-
version "0.76.0"
50-
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.76.0.tgz#320922ad007183333eb891b8dd24ef5dcfc67256"
51-
integrity sha512-YhRPn4Weo2q+Y/Ng+KAUHaHqjPCwsW2VkH5vDzOa85+J6mPH99LladxqxYb0Vb3rOgF50ou6ARvasmPhOgvpTA==
48+
"@aztec/[email protected].1":
49+
version "0.76.1"
50+
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.76.1.tgz#2f2e94b4e5bc96e8bc1dbf2ea058b5b0e4ae9d77"
51+
integrity sha512-2lbxA5wNb53AfdN41NHz0mGW4GnQjNRHK3GIhNb9qBN+/bw2fBg1kNUaN6vICcYI25Q55jft+CHtQPmCnh7jzA==
5252
dependencies:
5353
comlink "^4.4.1"
5454
commander "^12.1.0"
@@ -57,77 +57,77 @@
5757
pako "^2.1.0"
5858
tslib "^2.4.0"
5959

60-
"@aztec/[email protected].0":
61-
version "0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2"
62-
resolved "https://registry.yarnpkg.com/@aztec/blob-lib/-/blob-lib-0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2.tgz#e086de4bb158b0b370414f99bdff5dd9d49276db"
63-
integrity sha512-PEwajALJ1BtwjA5rxR6hF0fups80G97gLwXdaYZWfkW1yqaMde0CpQYxAnLZ/xycrh+2B1mhEGh6NXCf7D6jyQ==
60+
"@aztec/[email protected].1":
61+
version "0.76.1"
62+
resolved "https://registry.yarnpkg.com/@aztec/blob-lib/-/blob-lib-0.76.1.tgz#bde0e52ec1d1d22ad82a7327e9dcaf8d948f4236"
63+
integrity sha512-IXu3X/LFWwLCFjSIA482HBA4bBevLyMIDxAn/tja/gRwdTA/oPUeYDubnbBjbNr+s83luZX+abXd38TKbUDz0A==
6464
dependencies:
65-
"@aztec/foundation" "0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2"
65+
"@aztec/foundation" "0.76.1"
6666
c-kzg "4.0.0-alpha.1"
6767
tslib "^2.4.0"
6868

69-
"@aztec/[email protected].0":
70-
version "0.76.0"
71-
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.76.0.tgz#73f12479fa62f6f7800a18bcdb6a61c42e1ee724"
72-
integrity sha512-syc/Xd7Uwg8yqz+17QbvJNInnYRY8J8LwclZDyupyRU4gmfNHy6DXV6dLAcS2OUKYEd8YfubpH9ckX4ylZENaA==
69+
"@aztec/[email protected].1":
70+
version "0.76.1"
71+
resolved "https://registry.yarnpkg.com/@aztec/circuit-types/-/circuit-types-0.76.1.tgz#f3106ebde63a2701bb99fb3b66a653597f21a49f"
72+
integrity sha512-h3ZX57vx5hNmQSpVHddzsOL6r3hIXZ2gt+WwlMxX6kBezMU0O2+RtYYFsUyqqww0WYcmzd5Gzog0KNxQEfSLmw==
7373
dependencies:
74-
"@aztec/circuits.js" "0.76.0"
75-
"@aztec/ethereum" "0.76.0"
76-
"@aztec/foundation" "0.76.0"
77-
"@aztec/types" "0.76.0"
74+
"@aztec/circuits.js" "0.76.1"
75+
"@aztec/ethereum" "0.76.1"
76+
"@aztec/foundation" "0.76.1"
77+
"@aztec/types" "0.76.1"
7878
browserify-cipher "^1.0.1"
7979
lodash.clonedeep "^4.5.0"
8080
lodash.isequal "^4.5.0"
8181
lodash.times "^4.3.2"
8282
tslib "^2.5.0"
8383
zod "^3.23.8"
8484

85-
"@aztec/[email protected].0":
86-
version "0.76.0"
87-
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.76.0.tgz#e753626753f60c63e5b70d4ec4f69245d2f0b78e"
88-
integrity sha512-KK4baawPEpZid/Z08zoMIY/ukAVn/kHnyCUcR8asf5/IJJFGIkeW5diFWSCh+/Y2xdSa4IdW3RcTuxhuCMkUZw==
85+
"@aztec/[email protected].1":
86+
version "0.76.1"
87+
resolved "https://registry.yarnpkg.com/@aztec/circuits.js/-/circuits.js-0.76.1.tgz#a0e48a23e3c189567e805f4123f2e7cf5972a180"
88+
integrity sha512-KxvDCpVvTOvEfyZj62K5xL0ModbsmzRrRAiiM91WKhG3K6TtMXZ5a6Gwjl5Iw1A20AHZfmjqtgJy0xmrRyZqyA==
8989
dependencies:
90-
"@aztec/bb.js" "0.76.0"
91-
"@aztec/blob-lib" "0.76.0"
92-
"@aztec/ethereum" "0.76.0"
93-
"@aztec/foundation" "0.76.0"
94-
"@aztec/types" "0.76.0"
90+
"@aztec/bb.js" "0.76.1"
91+
"@aztec/blob-lib" "0.76.1"
92+
"@aztec/ethereum" "0.76.1"
93+
"@aztec/foundation" "0.76.1"
94+
"@aztec/types" "0.76.1"
9595
msgpackr "^1.11.2"
9696
tslib "^2.4.0"
9797
zod "^3.23.8"
9898

99-
"@aztec/[email protected].0":
100-
version "0.76.0"
101-
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.76.0.tgz#e84a1c7a87808e592da42d0dbdb8e18f4f3daad7"
102-
integrity sha512-koGVwsLPw4tF92V3E0hdUp2ImYEhXtpxcrl/lLDeCVfNg+5B3q1RAjqt76HOrzpSI6NMalqqUu4TXubE1TnRiw==
99+
"@aztec/[email protected].1":
100+
version "0.76.1"
101+
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.76.1.tgz#d2f3f63c7f14b495afdd4bb55731c62f1b54e63d"
102+
integrity sha512-aG2TdF6EI5lf1tYTf+pU499ky7wOl5APe9Al15svdxCf2jixk9uRQZfD8AiSI03DnrZTvDwwGx5GIWIJSWUEog==
103103
dependencies:
104-
"@aztec/aztec.js" "0.76.0"
105-
"@aztec/circuit-types" "0.76.0"
106-
"@aztec/circuits.js" "0.76.0"
107-
"@aztec/foundation" "0.76.0"
108-
"@aztec/protocol-contracts" "0.76.0"
104+
"@aztec/aztec.js" "0.76.1"
105+
"@aztec/circuit-types" "0.76.1"
106+
"@aztec/circuits.js" "0.76.1"
107+
"@aztec/foundation" "0.76.1"
108+
"@aztec/protocol-contracts" "0.76.1"
109109
tslib "^2.4.0"
110110

111-
"@aztec/[email protected].0":
112-
version "0.76.0"
113-
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.76.0.tgz#e84280262427a3ee1082756e24eaf950760ee186"
114-
integrity sha512-412tsy+/z8nuRvYWiTs7Ft4qqD03VGnVMv5w6KRyurpc097IoWW+Z1/qZo6EudEIy3WYObIzGZDVSMnPX7EV3w==
111+
"@aztec/[email protected].1":
112+
version "0.76.1"
113+
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.76.1.tgz#c8fe3115ed0e78d71c798b31a7f8c6b9b30e5920"
114+
integrity sha512-bjdtfRluyV64PX8InE0V1akReCqEE1Sr2GueRVqKkO2Whr26w+/fsqgx/N2ROZX7+4onBwObt2uUX10IhiZNnA==
115115
dependencies:
116-
"@aztec/blob-lib" "0.76.0"
117-
"@aztec/foundation" "0.76.0"
118-
"@aztec/l1-artifacts" "0.76.0"
116+
"@aztec/blob-lib" "0.76.1"
117+
"@aztec/foundation" "0.76.1"
118+
"@aztec/l1-artifacts" "0.76.1"
119119
"@viem/anvil" "^0.0.10"
120120
dotenv "^16.0.3"
121121
tslib "^2.4.0"
122122
viem "2.22.8"
123123
zod "^3.23.8"
124124

125-
"@aztec/foundation@0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2":
126-
version "0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2"
127-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2.tgz#1169873f160c9a4ed46792ae567b27fe3b7cb630"
128-
integrity sha512-/zx5bTEO3fN6lzcAW3Aw2gIomo3P4JZOhEgFnkMTQJ1XtzRGqKT58bB4gbeQfYUh9PATq7VStKHav7VlWGGU7w==
125+
"@aztec/foundation@0.76.1":
126+
version "0.76.1"
127+
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.76.1.tgz#aecfac1f561065e84f4fbc29a057bb4cb59cc86c"
128+
integrity sha512-r04+FYfK09KjVuSQIl5vvjF9uVjqYdJPEuDBACSjXBbHbiUvBvJ+ZNs2DDJjZf6tmwk72KyWdwDo7tvZQ/u6GQ==
129129
dependencies:
130-
"@aztec/bb.js" "0.75.0-commit.c03ba01a2a4122e43e90d5133ba017e54b90e9d2"
130+
"@aztec/bb.js" "0.76.1"
131131
"@koa/cors" "^5.0.0"
132132
"@noble/curves" "^1.2.0"
133133
bn.js "^5.2.1"
@@ -152,70 +152,40 @@
152152
sha3 "^2.1.4"
153153
zod "^3.23.8"
154154

155-
156-
version "0.76.0"
157-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.76.0.tgz#d6545d3a96786c0958109b2cebbca50f9785c34e"
158-
integrity sha512-Y8S7l0FrOxTW8Kj7Lq2AbZHsvpwVt45DWisbp63rlyKUGwOZcouW8zI5m/wUGUPDDvXo/tDCTA9aUB15GW+DNQ==
159-
dependencies:
160-
"@aztec/bb.js" "0.76.0"
161-
"@koa/cors" "^5.0.0"
162-
"@noble/curves" "^1.2.0"
163-
bn.js "^5.2.1"
164-
c-kzg "4.0.0-alpha.1"
165-
colorette "^2.0.20"
166-
debug "^4.3.4"
167-
detect-node "^2.1.0"
168-
elliptic "^6.5.4"
169-
hash.js "^1.1.7"
170-
koa "^2.14.2"
171-
koa-bodyparser "^4.4.0"
172-
koa-compress "^5.1.0"
173-
koa-router "^12.0.0"
174-
leveldown "^6.1.1"
175-
levelup "^5.1.1"
176-
lodash.chunk "^4.2.0"
177-
lodash.clonedeepwith "^4.5.0"
178-
memdown "^6.1.1"
179-
pako "^2.1.0"
180-
pino "^9.5.0"
181-
pino-pretty "^13.0.0"
182-
sha3 "^2.1.4"
183-
zod "^3.23.8"
184-
185-
186-
version "0.76.0"
187-
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.76.0.tgz#7e41fdd0919608cc8c12dce961cf5e497caf97c9"
188-
integrity sha512-LEr5e8d42gNbW0hYsbzcT9qxQIiKZQWfHn3fwRCM+HYbiAS7OgtlRmFpv+xLRClruJP9CgYsbiweFjQ2xxmWIA==
155+
156+
version "0.76.1"
157+
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.76.1.tgz#b70f2198968879697115046e944d5ff2904f6e7b"
158+
integrity sha512-7qdMF+4qHmZK7MR73LaCWRJ09WNth1xYT5Wq1Wxdjub48odtDianxR51J1yOwHT9gyO6CA0qekYeonl+hhhtfw==
189159
dependencies:
190160
tslib "^2.4.0"
191161

192-
"@aztec/[email protected].0":
193-
version "0.76.0"
194-
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.76.0.tgz#0d5a32bf87b61aff89f0625b308a0adf1628029e"
195-
integrity sha512-IyXWmpHInbZYMVYQj0Qy43gx4InJi+byENWYVi0IPd33GdyWqdQmoafoRoUPDaxbimLsoh5MtvvkuCL3a/T+WQ==
162+
"@aztec/[email protected].1":
163+
version "0.76.1"
164+
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.76.1.tgz#ddfb1e3955f472831ed2d547fd5da7f8ce530796"
165+
integrity sha512-niWcDk4MeBf+Xd47z1AH+g2Sewjccui6ySCQK6EjDBb3akhMI5Bd5lKdoGD5lMBnNbdUjAJcYM9vmsTxYhaibw==
196166
dependencies:
197-
"@aztec/aztec.js" "0.76.0"
167+
"@aztec/aztec.js" "0.76.1"
198168
tslib "^2.4.0"
199169

200-
"@aztec/[email protected].0":
201-
version "0.76.0"
202-
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.76.0.tgz#3cdc51362d9d9ee7810c7dd42b3007a27b6c361b"
203-
integrity sha512-3yt1O9jQnLXFobPO85Iau4EXWm7f3PUqVvYAH8bRWlVm9dBe4SCNIMsEV7sX/llVRo+0xF2FgW61o4Xc2w7Bfg==
170+
"@aztec/[email protected].1":
171+
version "0.76.1"
172+
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.76.1.tgz#bce8465f85d7b5eacc174541be14aa053a549c41"
173+
integrity sha512-6lQZd1PGckt9kSQtHPAFAWuM+2PQ89qL4xmMDmkGaz7pQxSi5LrqTNgOqkLLoTwimb0l3EzHQGv8YCE4RHotvw==
204174
dependencies:
205-
"@aztec/circuits.js" "0.76.0"
206-
"@aztec/foundation" "0.76.0"
207-
"@aztec/types" "0.76.0"
175+
"@aztec/circuits.js" "0.76.1"
176+
"@aztec/foundation" "0.76.1"
177+
"@aztec/types" "0.76.1"
208178
lodash.chunk "^4.2.0"
209179
lodash.omit "^4.5.0"
210180
tslib "^2.4.0"
211181

212-
"@aztec/[email protected].0":
213-
version "0.76.0"
214-
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.76.0.tgz#f22567d4f649c3924212082de48a02156283c041"
215-
integrity sha512-AGTbfsBQceciVkTErTPC/P+Z4rCJnjUlKxDEFa5Qr9osuamqwWTJOlOKIj2axu9Sw2F6Ll2zfGAyXAM3VMtr5g==
182+
"@aztec/[email protected].1":
183+
version "0.76.1"
184+
resolved "https://registry.yarnpkg.com/@aztec/types/-/types-0.76.1.tgz#50e21009b42c19f25d4d7c2f8d2c6d2dc4f6cca2"
185+
integrity sha512-YPBw+YAMGtv6l+hg4bIpsR17u8u+MW+2Nb+Mu0Esx+ac45usCTqq/1D8PD504uMZovlIJ03mpuf527MTeUYFPg==
216186
dependencies:
217-
"@aztec/ethereum" "0.76.0"
218-
"@aztec/foundation" "0.76.0"
187+
"@aztec/ethereum" "0.76.1"
188+
"@aztec/foundation" "0.76.1"
219189

220190
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
221191
version "7.24.7"

0 commit comments

Comments
 (0)