From 55e70e16692145220911094eac407fbe314339bb Mon Sep 17 00:00:00 2001 From: mejango Date: Fri, 19 Jul 2024 13:20:55 -0300 Subject: [PATCH] consistent uni version --- package-lock.json | 28 ++++++++++++++++++++++------ package.json | 6 +++--- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c540192..a9403a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@bananapus/permission-ids": "^0.0.11", "@exhausted-pigeon/uniswap-v3-forge-quoter": "^1.0.1", "@openzeppelin/contracts": "^5.0.2", - "@uniswap/v3-core": "1.0.2-solc-0.8-simulate", - "@uniswap/v3-periphery": "github:uniswap/v3-periphery#1.3.0" + "@uniswap/v3-core": "github:Uniswap/v3-core#0.8", + "@uniswap/v3-periphery": "github:Uniswap/v3-periphery#0.8" }, "devDependencies": { "@sphinx-labs/plugins": "^0.33.0" @@ -1632,6 +1632,14 @@ "@uniswap/v3-core": "^1.0.2-solc-0.8-simulate" } }, + "node_modules/@exhausted-pigeon/uniswap-v3-forge-quoter/node_modules/@uniswap/v3-core": { + "version": "1.0.2-solc-0.8-simulate", + "resolved": "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.2-solc-0.8-simulate.tgz", + "integrity": "sha512-ALAZbsb3wvUrRzeAjrTKjv1fH7UrueJ/+D8uX4yintXHxxzbnnp78Kis2pa4D26cFQ72rwM3DrZpUES9rhsEuQ==", + "engines": { + "node": ">=10" + } + }, "node_modules/@fastify/busboy": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", @@ -3854,16 +3862,16 @@ } }, "node_modules/@uniswap/v3-core": { - "version": "1.0.2-solc-0.8-simulate", - "resolved": "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.2-solc-0.8-simulate.tgz", - "integrity": "sha512-ALAZbsb3wvUrRzeAjrTKjv1fH7UrueJ/+D8uX4yintXHxxzbnnp78Kis2pa4D26cFQ72rwM3DrZpUES9rhsEuQ==", + "version": "1.0.1-solc-0.8", + "resolved": "git+ssh://git@github.com/Uniswap/v3-core.git#6562c52e8f75f0c10f9deaf44861847585fc8129", + "license": "BUSL-1.1", "engines": { "node": ">=10" } }, "node_modules/@uniswap/v3-periphery": { "version": "1.4.2-solc-0.8", - "resolved": "git+ssh://git@github.com/uniswap/v3-periphery.git#b325bb0905d922ae61fcc7df85ee802e8df5e96c", + "resolved": "git+ssh://git@github.com/Uniswap/v3-periphery.git#b325bb0905d922ae61fcc7df85ee802e8df5e96c", "license": "GPL-2.0-or-later", "dependencies": { "@openzeppelin/contracts": "4.6.0", @@ -3881,6 +3889,14 @@ "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.6.0.tgz", "integrity": "sha512-8vi4d50NNya/bQqCmaVzvHNmwHvS0OBKb7HNtuNwEE3scXWrP31fKQoGxNMT+KbzmrNZzatE3QK5p2gFONI/hg==" }, + "node_modules/@uniswap/v3-periphery/node_modules/@uniswap/v3-core": { + "version": "1.0.2-solc-0.8-simulate", + "resolved": "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.2-solc-0.8-simulate.tgz", + "integrity": "sha512-ALAZbsb3wvUrRzeAjrTKjv1fH7UrueJ/+D8uX4yintXHxxzbnnp78Kis2pa4D26cFQ72rwM3DrZpUES9rhsEuQ==", + "engines": { + "node": ">=10" + } + }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", diff --git a/package.json b/package.json index bdd9543..b26f1f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bananapus/buyback-hook", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "repository": { "type": "git", @@ -22,8 +22,8 @@ "@bananapus/permission-ids": "^0.0.11", "@exhausted-pigeon/uniswap-v3-forge-quoter": "^1.0.1", "@openzeppelin/contracts": "^5.0.2", - "@uniswap/v3-core": "1.0.2-solc-0.8-simulate", - "@uniswap/v3-periphery": "github:uniswap/v3-periphery#1.3.0" + "@uniswap/v3-core": "github:Uniswap/v3-core#0.8", + "@uniswap/v3-periphery": "github:Uniswap/v3-periphery#0.8" }, "devDependencies": { "@sphinx-labs/plugins": "^0.33.0"