From ddb3a52d4c20715a03796c299ea4c26f58b85e96 Mon Sep 17 00:00:00 2001 From: Siyu Jiang <91580504+jsy1218@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:16:21 +0800 Subject: [PATCH] bump v2-sdk to 4.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20eac5875..17349f4a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uniswap/v2-sdk", "license": "MIT", - "version": "4.1.0", + "version": "4.1.1", "description": "🛠 An SDK for building applications on top of Uniswap V2", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -24,7 +24,7 @@ "dependencies": { "@ethersproject/address": "^5.0.0", "@ethersproject/solidity": "^5.0.0", - "@uniswap/sdk-core": "^4.0.7", + "@uniswap/sdk-core": "^4.1.1", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3" },