Skip to content

Commit

Permalink
fix: add link to l1-artifacts (#7940)
Browse files Browse the repository at this point in the history
Fix wallet not working due to missing link to `l1-artifacts`
  • Loading branch information
alexghr authored Aug 22, 2024
1 parent ca58d94 commit dcfd120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"@aztec/aztec.js": "workspace:^",
"@aztec/circuit-types": "workspace:^",
"@aztec/foundation": "workspace:^",
"@aztec/l1-artifacts": "workspace:^",
"@aztec/types": "workspace:^",
"@iarna/toml": "^2.2.5",
"@libp2p/peer-id-factory": "^3.0.4",
Expand All @@ -80,7 +81,6 @@
"@aztec/accounts": "workspace:^",
"@aztec/circuits.js": "workspace:^",
"@aztec/ethereum": "workspace:^",
"@aztec/l1-artifacts": "workspace:^",
"@aztec/protocol-contracts": "workspace:^",
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.0",
Expand Down

0 comments on commit dcfd120

Please sign in to comment.