Skip to content

Commit ab81fdf

Browse files
authored
update for testnet
1 parent 6841363 commit ab81fdf

File tree

5 files changed

+107
-112
lines changed

5 files changed

+107
-112
lines changed

.env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
L1_URL=""
1+
L1_URL=https://ethereum-sepolia-rpc.publicnode.com
22
BOOTNODE=""
33

44
L1_CHAIN_ID="1337" # Devent

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 = "v0.84.0", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v0.84.0-alpha-testnet.1", directory = "noir-projects/aztec-nr/aztec" }

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,14 @@ bash -i <(curl -s https://install.aztec.network)
4141
Install the correct version of the toolkit with:
4242

4343
```bash
44-
aztec-up 0.84.0
45-
```
46-
47-
Start the sandbox with:
48-
49-
```bash
50-
aztec start --sandbox --no-pxe
44+
aztec-up 0.84.0-alpha-testnet.1
5145
```
5246

5347
Start the PXE with:
5448

5549
```bash
56-
aztec start --port 8081 --pxe --pxe.nodeUrl=http://localhost:8080/ --pxe.proverEnabled false
50+
export BOOTNODE=http://x.x.x.x # also set this in .env
51+
aztec start --port 8081 --pxe --pxe.nodeUrl=$BOOTNODE --pxe.proverEnabled true --l1-rpc-url 11155111
5752
```
5853

5954
---
@@ -94,21 +89,7 @@ yarn codegen
9489

9590
## 🧪 **Test**
9691

97-
**Make sure the sandbox is running before running tests.**
98-
99-
```bash
100-
aztec start --sandbox
101-
```
102-
103-
Then test with:
104-
105-
```bash
106-
yarn test
107-
```
108-
109-
Testing will run the **TypeScript tests** defined in `index.test.ts` inside `./src/test`, as well as the [Aztec Testing eXecution Environment (TXE)](https://docs.aztec.network/developers/guides/smart_contracts/testing) tests defined in [`first.nr`](./src/test/first.nr) (imported in the contract file with `mod test;`).
110-
111-
Note: The Typescript tests spawn an instance of the sandbox to test against, and close it once the TS tests are complete.
92+
You don't want to run tests against testnet. This will take a long time. Run tests against the sandbox, as described on the [main branch](https://github.com/AztecProtocol/aztec-starter).
11293

11394
---
11495

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@
1818
"test": "yarn test:js && yarn test:nr",
1919
"test:js": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --config jest.integration.config.json",
2020
"test:nr": "aztec test",
21-
"update": "aztec update --contract . && ./.github/scripts/update_contract.sh $(grep -oP 'tag\\s*=\\s*\"\\K[^\"]+' \"Nargo.toml\" | head -1) && yarn && yarn update-readme-version",
21+
"update": "./.github/scripts/update_contract.sh $(grep -oP 'tag\\s*=\\s*\"\\K[^\"]+' \"Nargo.toml\" | head -1) && yarn && yarn update-readme-version",
2222
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
2323
},
2424
"dependencies": {
25-
"@aztec/accounts": "0.84.0",
26-
"@aztec/aztec.js": "0.84.0",
27-
"@aztec/noir-contracts.js": "0.84.0",
28-
"@aztec/stdlib": "0.84.0",
29-
"@types/node": "^22.5.1"
25+
"@aztec/accounts": "0.84.0-alpha-testnet.1",
26+
"@aztec/aztec.js": "0.84.0-alpha-testnet.1",
27+
"@aztec/noir-contracts.js": "0.84.0-alpha-testnet.1",
28+
"@aztec/stdlib": "0.84.0-alpha-testnet.1",
29+
"@types/dotenv": "^8.2.3",
30+
"@types/node": "^22.5.1",
31+
"dotenv": "^16.4.7"
3032
},
3133
"devDependencies": {
3234
"@types/jest": "^29.5.11",

yarn.lock

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

18-
19-
version "0.84.0"
20-
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.84.0.tgz#2fe9cc18c0c19d36e7b2242ef121601939d21b26"
21-
integrity sha512-4+AYV/D7hUROHWQLWa9W47ay/CJKJnkjZSWjsWBeWRZ18xXE8TI+44m6hWLazuoqgWGCTLOi9kfBgpxImBoPAQ==
22-
dependencies:
23-
"@aztec/aztec.js" "0.84.0"
24-
"@aztec/entrypoints" "0.84.0"
25-
"@aztec/ethereum" "0.84.0"
26-
"@aztec/foundation" "0.84.0"
27-
"@aztec/stdlib" "0.84.0"
18+
"@aztec/[email protected]-alpha-testnet.1":
19+
version "0.84.0-alpha-testnet.1"
20+
resolved "https://registry.yarnpkg.com/@aztec/accounts/-/accounts-0.84.0-alpha-testnet.1.tgz#55a802e7a64a8e47655824ca4de8a8a2919ffedc"
21+
integrity sha512-J2uZL2LXYn2ZN30RokEJj+EtYW55tFOaXNraUvH6RPEyMCaiHYgASZpHXc8XPXSW5PebcTZgWm4YAKNPhsgIlA==
22+
dependencies:
23+
"@aztec/aztec.js" "0.84.0-alpha-testnet.1"
24+
"@aztec/entrypoints" "0.84.0-alpha-testnet.1"
25+
"@aztec/ethereum" "0.84.0-alpha-testnet.1"
26+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
27+
"@aztec/stdlib" "0.84.0-alpha-testnet.1"
2828
tslib "^2.4.0"
2929

30-
31-
version "0.84.0"
32-
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.84.0.tgz#b64d4ed322b16be6f39abfdc8ccf0d34025d3b9a"
33-
integrity sha512-91HkDeChm8s8Gg73NsNvGgvj9RSpN2mF+20DbT7Fe0ZAEpGc9A2yyXMBS+iXzjrxYu8vfGGFhXCj4+tN/pQzVw==
34-
dependencies:
35-
"@aztec/constants" "0.84.0"
36-
"@aztec/entrypoints" "0.84.0"
37-
"@aztec/ethereum" "0.84.0"
38-
"@aztec/foundation" "0.84.0"
39-
"@aztec/l1-artifacts" "0.84.0"
40-
"@aztec/protocol-contracts" "0.84.0"
41-
"@aztec/stdlib" "0.84.0"
30+
"@aztec/[email protected]-alpha-testnet.1":
31+
version "0.84.0-alpha-testnet.1"
32+
resolved "https://registry.yarnpkg.com/@aztec/aztec.js/-/aztec.js-0.84.0-alpha-testnet.1.tgz#fe773207454c85e5257b073463f9044ceafe5563"
33+
integrity sha512-Gad0B+lsUVXgByUWJWeUuFrudSyMLGc2Hfy0dto9khGuXQU3mV1hUY7+61J2bPspFhrVzR5aFBHSnopweqQCMA==
34+
dependencies:
35+
"@aztec/constants" "0.84.0-alpha-testnet.1"
36+
"@aztec/entrypoints" "0.84.0-alpha-testnet.1"
37+
"@aztec/ethereum" "0.84.0-alpha-testnet.1"
38+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
39+
"@aztec/l1-artifacts" "0.84.0-alpha-testnet.1"
40+
"@aztec/protocol-contracts" "0.84.0-alpha-testnet.1"
41+
"@aztec/stdlib" "0.84.0-alpha-testnet.1"
4242
axios "^1.7.2"
4343
tslib "^2.4.0"
4444
viem "2.23.7"
4545

46-
47-
version "0.84.0"
48-
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.84.0.tgz#58ef86587160ff559d39bbc3068b1cd25ef91917"
49-
integrity sha512-jNx35PCtevQnIBAyld90JjI+fGTrhcbXH6FkcZoRRpBPvnlZVTmIAU3j16q136m+mFgIBlCuzjOE6ND4cOgnQQ==
46+
"@aztec/[email protected]-alpha-testnet.1":
47+
version "0.84.0-alpha-testnet.1"
48+
resolved "https://registry.yarnpkg.com/@aztec/bb.js/-/bb.js-0.84.0-alpha-testnet.1.tgz#9ed749b3d1d02b411552bba30f523258a8bef85e"
49+
integrity sha512-/u0JptC1i3ABigC5I9DRPbQik3F1sUUVdkkZt8tz1SnvqWAcuAWxbil+Fv5KRGIXREfZiAXpuMEr+MebS8yP7g==
5050
dependencies:
5151
comlink "^4.4.1"
5252
commander "^12.1.0"
@@ -55,54 +55,54 @@
5555
pako "^2.1.0"
5656
tslib "^2.4.0"
5757

58-
59-
version "0.84.0"
60-
resolved "https://registry.yarnpkg.com/@aztec/blob-lib/-/blob-lib-0.84.0.tgz#259efa7ae3ad2a20fb686f3885f6074bef457d2a"
61-
integrity sha512-jAol1pTGvzSDCMOMq4IG4Fgce/bE6U3FNWWB8cn8+mpZuSLhp2d8rQSAjHzkEmB7EaNbD9poXPZqNVYygRBz3w==
58+
"@aztec/[email protected]-alpha-testnet.1":
59+
version "0.84.0-alpha-testnet.1"
60+
resolved "https://registry.yarnpkg.com/@aztec/blob-lib/-/blob-lib-0.84.0-alpha-testnet.1.tgz#27d365ffceeed87667f58a1cc2b63019d94c2e49"
61+
integrity sha512-CcLO7v6OD2MlLsKrdXE1aTKpwV8S9nBbHa5tyiPwq38nRv7d9HnSVvgMv6RVHVR32eDninUH3ZEqDmKfnnzJKQ==
6262
dependencies:
63-
"@aztec/constants" "0.84.0"
64-
"@aztec/foundation" "0.84.0"
63+
"@aztec/constants" "0.84.0-alpha-testnet.1"
64+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
6565
c-kzg "4.0.0-alpha.1"
6666
tslib "^2.4.0"
6767

68-
69-
version "0.84.0"
70-
resolved "https://registry.yarnpkg.com/@aztec/constants/-/constants-0.84.0.tgz#6578ef6dd0884d72d9f4191382f46e9a6d0e0f1b"
71-
integrity sha512-BGlUkqz3r+0IZJD9w3tLe9Qmj5iFLmj9TW9BtXTlSg3nmAg53Mz9jOnvX8f8HXCIDJb0RnBWVfbSIj380FLSuQ==
68+
"@aztec/[email protected]-alpha-testnet.1":
69+
version "0.84.0-alpha-testnet.1"
70+
resolved "https://registry.yarnpkg.com/@aztec/constants/-/constants-0.84.0-alpha-testnet.1.tgz#943ad87857f07a66a0616aa48aba95ca9b93f3cf"
71+
integrity sha512-5i6+FVI+ax8tjD2Y583i6b7RRVG7lvKwBpPj7BLR7D9i+KBc0gCMCE1GdedjUB/M+SJ1fIMoroTt4VF0qN+k3Q==
7272
dependencies:
7373
tslib "^2.4.0"
7474

75-
76-
version "0.84.0"
77-
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.84.0.tgz#4d59f3da119dbc36a2173e275f2d9256b522f512"
78-
integrity sha512-hb3+TpSjs9X9R21CBtNlC2jHrJNgP84lUaY5YfOzargmtCX/KTLoTZf3amhSyR5NR1uoQH4TD1q0GvuxnGgk3g==
75+
"@aztec/[email protected]-alpha-testnet.1":
76+
version "0.84.0-alpha-testnet.1"
77+
resolved "https://registry.yarnpkg.com/@aztec/entrypoints/-/entrypoints-0.84.0-alpha-testnet.1.tgz#f049c9ab715b3a00eae652412827cf8ffeb3a16d"
78+
integrity sha512-PuTsVLOQpMruvXfoAf73ObdEP1Q7YB/V7PBM35zvfPXqFXdxI+6UL5iRxbk+Ge5+UX3umpVcEw/viI7y4124yg==
7979
dependencies:
80-
"@aztec/constants" "0.84.0"
81-
"@aztec/foundation" "0.84.0"
82-
"@aztec/protocol-contracts" "0.84.0"
83-
"@aztec/stdlib" "0.84.0"
80+
"@aztec/constants" "0.84.0-alpha-testnet.1"
81+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
82+
"@aztec/protocol-contracts" "0.84.0-alpha-testnet.1"
83+
"@aztec/stdlib" "0.84.0-alpha-testnet.1"
8484
tslib "^2.4.0"
8585

86-
87-
version "0.84.0"
88-
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.84.0.tgz#e199d51a2679ec90286a7114a02ec8cf6ed6d3d6"
89-
integrity sha512-eDJuC8MASEIgdgicJkLL5Y+E4/HNikB4FRF4CRoiy/i+BO2fDOTW5j7Qowq9MmZOJwQkyK+ogNWr0vTHjbHyEQ==
86+
"@aztec/[email protected]-alpha-testnet.1":
87+
version "0.84.0-alpha-testnet.1"
88+
resolved "https://registry.yarnpkg.com/@aztec/ethereum/-/ethereum-0.84.0-alpha-testnet.1.tgz#bca1b8d5dfff68cd4de95ec2874e554ee4ae79f7"
89+
integrity sha512-K8u0woGrdtfFuhT2tWZsvFQQ46oiuonKV37j9SMZ7fZQKlyaZG6e1US5kOb+fvAffvv/67nblS/mqWrUbkH2UQ==
9090
dependencies:
91-
"@aztec/blob-lib" "0.84.0"
92-
"@aztec/foundation" "0.84.0"
93-
"@aztec/l1-artifacts" "0.84.0"
91+
"@aztec/blob-lib" "0.84.0-alpha-testnet.1"
92+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
93+
"@aztec/l1-artifacts" "0.84.0-alpha-testnet.1"
9494
"@viem/anvil" "^0.0.10"
9595
dotenv "^16.0.3"
9696
tslib "^2.4.0"
9797
viem "2.23.7"
9898
zod "^3.23.8"
9999

100-
101-
version "0.84.0"
102-
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.84.0.tgz#93a24b590211036d27b2fef662b2ead8779216c6"
103-
integrity sha512-5hxVYNucyvZ+YCtluhpd3aNLCtsYSWQ85YdID4ZwihLkFNs2A0/klB2EmYZGLVCxXJa1o8I8QIbaRg+idBG2EA==
100+
"@aztec/[email protected]-alpha-testnet.1":
101+
version "0.84.0-alpha-testnet.1"
102+
resolved "https://registry.yarnpkg.com/@aztec/foundation/-/foundation-0.84.0-alpha-testnet.1.tgz#99f268129697d80509b54928c09cc899b3162919"
103+
integrity sha512-+OG9jKlg4SnUituZf3uG0QCubLL7syb+1pHXHCLldO2e4CG+Vatb+SFE6YNx5COA36Q1TTORG1LecEEYR/TRFA==
104104
dependencies:
105-
"@aztec/bb.js" "0.84.0"
105+
"@aztec/bb.js" "0.84.0-alpha-testnet.1"
106106
"@koa/cors" "^5.0.0"
107107
"@noble/curves" "^1.2.0"
108108
bn.js "^5.2.1"
@@ -128,43 +128,43 @@
128128
undici "^5.28.5"
129129
zod "^3.23.8"
130130

131-
132-
version "0.84.0"
133-
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.84.0.tgz#acae5f4b1dfdf453d50d3b39252180a5309401ed"
134-
integrity sha512-OKoZ50C2M4oD64GYoooV6QBwDaEcyGqnE/k3URiEQloK+h0ybgPRurzrqwKIRaS2qSkQsHoDzEjxUkCtnYX28Q==
131+
"@aztec/[email protected]-alpha-testnet.1":
132+
version "0.84.0-alpha-testnet.1"
133+
resolved "https://registry.yarnpkg.com/@aztec/l1-artifacts/-/l1-artifacts-0.84.0-alpha-testnet.1.tgz#f783c465f8d2f04c049f5bed6514dfa2af4ddbcd"
134+
integrity sha512-Nds9GfCBM+lbV8jdWuwEAhoyWp/gB9PNHaMhCGXrNB7GFqyJo2T1reD7wDV7uf/3+NsvCkUEgzhT67i7KRw/1w==
135135
dependencies:
136136
tslib "^2.4.0"
137137

138-
139-
version "0.84.0"
140-
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.84.0.tgz#60d8a4834f838d89a276137accc27e7028d76287"
141-
integrity sha512-b4vUnNZrJpDzjA3aCnMnhlYIc1dPjrFmeLy7EPeL7QeTDj5tSzdu18/owHV2sSzGB/PYlmFEELoTGbPJ4Npqrg==
138+
"@aztec/[email protected]-alpha-testnet.1":
139+
version "0.84.0-alpha-testnet.1"
140+
resolved "https://registry.yarnpkg.com/@aztec/noir-contracts.js/-/noir-contracts.js-0.84.0-alpha-testnet.1.tgz#b34028d5757bb12c9be63cf7fe18379f9120d502"
141+
integrity sha512-18C3ljev5xseX9peeGy6PeneeQk+5//VQSwE57AKZoPUGJ8T74eeu7tOovwzpRukfrQUEQUuhnC4h/HOVuNkMg==
142142
dependencies:
143-
"@aztec/aztec.js" "0.84.0"
143+
"@aztec/aztec.js" "0.84.0-alpha-testnet.1"
144144
tslib "^2.4.0"
145145

146-
147-
version "0.84.0"
148-
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.84.0.tgz#6086ce45108f8ef6caf07b21fcccf44d0e1b6c82"
149-
integrity sha512-U7+MMDnmcyhvhgTeHM4ZoACJtaE9geJXpKWvK1VOzKnEIvIcM7vG/0Z14AkXsZ93RsCyqq/gG2mf5WvNQbBG2w==
146+
"@aztec/[email protected]-alpha-testnet.1":
147+
version "0.84.0-alpha-testnet.1"
148+
resolved "https://registry.yarnpkg.com/@aztec/protocol-contracts/-/protocol-contracts-0.84.0-alpha-testnet.1.tgz#e44043c87fe0eb87162fb9a5c4cef99838f63941"
149+
integrity sha512-kh4wlx80R8vyi2x7d1VlSdZyzaM/r1JJ1Oxrb/QFtsGnR5P+6c71CbCputiG0/A73nHQdjyuKTw73UZuV+WtPQ==
150150
dependencies:
151-
"@aztec/constants" "0.84.0"
152-
"@aztec/foundation" "0.84.0"
153-
"@aztec/stdlib" "0.84.0"
151+
"@aztec/constants" "0.84.0-alpha-testnet.1"
152+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
153+
"@aztec/stdlib" "0.84.0-alpha-testnet.1"
154154
lodash.chunk "^4.2.0"
155155
lodash.omit "^4.5.0"
156156
tslib "^2.4.0"
157157

158-
159-
version "0.84.0"
160-
resolved "https://registry.yarnpkg.com/@aztec/stdlib/-/stdlib-0.84.0.tgz#bd540ad41e23e239667274c55de9b037217235be"
161-
integrity sha512-D2GECWBf0jembRamDF1eRYGMtGIyvYnhEcEkbJwk3OEmFRLiIjCMUh3ZJoLYDFCNlnSjO2WGghaJDm6UrflyGA==
158+
"@aztec/[email protected]-alpha-testnet.1":
159+
version "0.84.0-alpha-testnet.1"
160+
resolved "https://registry.yarnpkg.com/@aztec/stdlib/-/stdlib-0.84.0-alpha-testnet.1.tgz#aa124f19bf4de704702ea5474051fefb05c621bf"
161+
integrity sha512-odmKvr31ZlWoIWPcJ8VrQd+5F0kxqEXy6/8m18HtDytEbInUglbV5fnEGBepeTRnMH+7rVEcpwdskMq4HaKzLg==
162162
dependencies:
163-
"@aztec/bb.js" "0.84.0"
164-
"@aztec/blob-lib" "0.84.0"
165-
"@aztec/constants" "0.84.0"
166-
"@aztec/ethereum" "0.84.0"
167-
"@aztec/foundation" "0.84.0"
163+
"@aztec/bb.js" "0.84.0-alpha-testnet.1"
164+
"@aztec/blob-lib" "0.84.0-alpha-testnet.1"
165+
"@aztec/constants" "0.84.0-alpha-testnet.1"
166+
"@aztec/ethereum" "0.84.0-alpha-testnet.1"
167+
"@aztec/foundation" "0.84.0-alpha-testnet.1"
168168
"@google-cloud/storage" "^7.15.0"
169169
lodash.chunk "^4.2.0"
170170
lodash.isequal "^4.5.0"
@@ -926,6 +926,13 @@
926926
resolved "https://registry.yarnpkg.com/@types/caseless/-/caseless-0.12.5.tgz#db9468cb1b1b5a925b8f34822f1669df0c5472f5"
927927
integrity sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==
928928

929+
"@types/dotenv@^8.2.3":
930+
version "8.2.3"
931+
resolved "https://registry.yarnpkg.com/@types/dotenv/-/dotenv-8.2.3.tgz#c97b3c5b2e97ff3873793a000999e86cd66ff354"
932+
integrity sha512-g2FXjlDX/cYuc5CiQvyU/6kkbP1JtmGzh0obW50zD7OKeILVL0NSpPWLXVfqoAGQjom2/SLLx9zHq0KXvD6mbw==
933+
dependencies:
934+
dotenv "*"
935+
929936
"@types/graceful-fs@^4.1.3":
930937
version "4.1.9"
931938
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -1664,6 +1671,11 @@ diff@^4.0.1:
16641671
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
16651672
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
16661673

1674+
dotenv@*, dotenv@^16.4.7:
1675+
version "16.4.7"
1676+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
1677+
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
1678+
16671679
dotenv@^16.0.3:
16681680
version "16.4.5"
16691681
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"

0 commit comments

Comments
 (0)