diff --git a/package.json b/package.json index 8bd1000b6..5020ad0ad 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,15 @@ "pretty": "prettier . '**/*.toml' --write", "pretty:check": "prettier . '**/*.toml' --check", "fetch-deployments": "DEBUG='e2e:*' node e2e/extractCannonState ./e2e/cannon-build.log > /tmp/cannonState.json && DEBUG='e2e:*' node e2e/generateDeployments /tmp/cannonState.json", - "update-prices": "DEBUG='e2e:*' node ./e2e/tasks/doAllPriceUpdates.js 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" + "update-prices": "DEBUG='e2e:*' node ./e2e/tasks/doAllPriceUpdates.js 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", + "cannon:hotfix": "yarn up @usecannon/builder@hotfix @usecannon/cli@hotfix --exact && yarn dedupe", + "cannon:latest": "yarn up @usecannon/builder@latest @usecannon/cli@latest --exact && yarn dedupe", + "cannon:alpha": "yarn up @usecannon/builder@alpha @usecannon/cli@alpha --exact && yarn dedupe" }, "devDependencies": { "@pythnetwork/pyth-evm-js": "^1.67.0", - "@usecannon/builder": "2.17.2", - "@usecannon/cli": "2.17.2", + "@usecannon/builder": "2.17.3", + "@usecannon/cli": "2.17.3", "debug": "^4.3.7", "ethers": "^5.7.2", "hardhat": "^2.22.10", diff --git a/yarn.lock b/yarn.lock index 79e3d2295..2d78524b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1152,9 +1152,9 @@ __metadata: languageName: node linkType: hard -"@usecannon/builder@npm:2.17.2": - version: 2.17.2 - resolution: "@usecannon/builder@npm:2.17.2" +"@usecannon/builder@npm:2.17.3": + version: 2.17.3 + resolution: "@usecannon/builder@npm:2.17.3" dependencies: "@synthetixio/router": "npm:^3.4.0" axios: "npm:^1.7.2" @@ -1170,16 +1170,16 @@ __metadata: typestub-ipfs-only-hash: "npm:^4.0.0" viem: "npm:^2.16.5" zod: "npm:^3.23.6" - checksum: 10/167305f479573215d078aaf6cddeb672325d3d8807ee19dce50abc29a3275585f7867c678448f9fe03eeefd8324b15914d666d669a53e8e2857c9b3fdc208dbe + checksum: 10/5497690e2522ceffe90c7195d912576eb987f44434460b486cf8d98b33782bc029a252c39d057023868254a30a94402d680c1d446f1ea4ca8359a1922f1b6556 languageName: node linkType: hard -"@usecannon/cli@npm:2.17.2": - version: 2.17.2 - resolution: "@usecannon/cli@npm:2.17.2" +"@usecannon/cli@npm:2.17.3": + version: 2.17.3 + resolution: "@usecannon/cli@npm:2.17.3" dependencies: "@iarna/toml": "npm:^3.0.0" - "@usecannon/builder": "npm:2.17.2" + "@usecannon/builder": "npm:2.17.3" abitype: "npm:^1.0.5" chalk: "npm:^4.1.2" commander: "npm:^9.5.0" @@ -1198,7 +1198,7 @@ __metadata: zod: "npm:^3.23.8" bin: cannon: bin/cannon.js - checksum: 10/919925552828c6e976a573cd49e79c2ab9ecc7285223bd3edaaba5d87abe8f066f0ddb68a74b56e7ff4264ffb2359b4d8765e3a7ad4f5cf8a760024bcd7e0ad6 + checksum: 10/d9229e18bd232bdeb04cc23db42b7c6cabae4cf05a4815fc49da8d0aa3037b44c79f19efc3bea29c41c224d0ca5c037e9063e644c423309be606bf2e562438f9 languageName: node linkType: hard @@ -4551,8 +4551,8 @@ __metadata: resolution: "synthetix-deployments@workspace:." dependencies: "@pythnetwork/pyth-evm-js": "npm:^1.67.0" - "@usecannon/builder": "npm:2.17.2" - "@usecannon/cli": "npm:2.17.2" + "@usecannon/builder": "npm:2.17.3" + "@usecannon/cli": "npm:2.17.3" debug: "npm:^4.3.7" ethers: "npm:^5.7.2" hardhat: "npm:^2.22.10"