From 25abe3cdea98a8ac5ff7d0d948befa7d65162d25 Mon Sep 17 00:00:00 2001 From: danielalcarraz Date: Wed, 12 Feb 2025 15:08:29 -0500 Subject: [PATCH] update v1-core dependency --- contracts/test/TestPoolViewer.sol | 2 +- package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/contracts/test/TestPoolViewer.sol b/contracts/test/TestPoolViewer.sol index 7cf32fd..59905cc 100644 --- a/contracts/test/TestPoolViewer.sol +++ b/contracts/test/TestPoolViewer.sol @@ -9,7 +9,7 @@ contract TestPoolViewer is PoolViewer { return IGammaPool(pool).loan(tokenId); } - function getLatestPoolData(address pool) external virtual override view returns(IGammaPool.PoolData memory data) { + function getLatestPoolData(address pool) public virtual override view returns(IGammaPool.PoolData memory data) { return IGammaPool(pool).getPoolData(); } diff --git a/package.json b/package.json index 43ba6de..7419f24 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typescript": "^4.7.4" }, "dependencies": { - "@gammaswap/v1-core": "^1.2.9", + "@gammaswap/v1-core": "^1.2.12", "@gammaswap/v1-staking": "^0.9.0", "@openzeppelin/contracts": "^4.7.0" } diff --git a/yarn.lock b/yarn.lock index 59015ad..9e8a9fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -609,6 +609,13 @@ resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8" integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ== +"@gammaswap/v1-core@^1.2.12": + version "1.2.12" + resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.2.12/414f66123c7bc2f1b231c06e559f5d509d8abf49#414f66123c7bc2f1b231c06e559f5d509d8abf49" + integrity sha512-ti59W/jM5/VxLcEj9IP3Qhz6NirNMEqt7HIJNme1QAfD2SThPE+KF1pzfLwNlRYJnyZ2iP3Ye0cItwS2bYEsgQ== + dependencies: + "@openzeppelin/contracts" "^4.7.0" + "@gammaswap/v1-core@^1.2.7": version "1.2.7" resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.2.7/02a1c46dc6d2df88196c3d23b312d37378d7ae54#02a1c46dc6d2df88196c3d23b312d37378d7ae54" @@ -616,13 +623,6 @@ dependencies: "@openzeppelin/contracts" "^4.7.0" -"@gammaswap/v1-core@^1.2.9": - version "1.2.9" - resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.2.9/f04530c73d78435d599645bf53c916d16f1f85cb#f04530c73d78435d599645bf53c916d16f1f85cb" - integrity sha512-IjlSZz6Ln37LWwJqg4OaPRFdQIgIH3ZVpgvpuodpOCz9r6GS0vl8TFUCOtY2gCebWrYwwqxELWWPM3/C+49hBQ== - dependencies: - "@openzeppelin/contracts" "^4.7.0" - "@gammaswap/v1-implementations@^1.2.8": version "1.2.8" resolved "https://npm.pkg.github.com/download/@gammaswap/v1-implementations/1.2.8/075036eb208e3b815ef8c730d7f39547e8aafbb0#075036eb208e3b815ef8c730d7f39547e8aafbb0"