From b6e5cb9236c3af1dd2e91e358cbd809d19a4a323 Mon Sep 17 00:00:00 2001 From: xrsv Date: Fri, 29 Nov 2024 21:10:48 -0800 Subject: [PATCH] chore: bump sor to 4.8.2 - fix(subgraph): include VIRTUAL/GAME pool in V2 Base subgraph (#922) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9585cbad3..eb0350398 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.14.0", "@uniswap/sdk-core": "^5.9.0", - "@uniswap/smart-order-router": "4.8.1", + "@uniswap/smart-order-router": "4.8.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1", @@ -4508,9 +4508,9 @@ } }, "node_modules/@uniswap/smart-order-router": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.1.tgz", - "integrity": "sha512-AeKoX3iAG7oSkXKiyaODwMw6lpEUNncY+TJJJaJwaw+8K6VTVNQ4dIfK8Bzlm5VzMwSRag8jXkIaKSUlhSGKog==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.2.tgz", + "integrity": "sha512-JqK9aKQXWQIweO0nkvskV1flnlvQnB0rZ9OTyf+kXKZfrWNrAMGDDO6yjEcrWAGfxi/m/1ThxTcKj9FvVw/RBA==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -27959,9 +27959,9 @@ } }, "@uniswap/smart-order-router": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.1.tgz", - "integrity": "sha512-AeKoX3iAG7oSkXKiyaODwMw6lpEUNncY+TJJJaJwaw+8K6VTVNQ4dIfK8Bzlm5VzMwSRag8jXkIaKSUlhSGKog==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.2.tgz", + "integrity": "sha512-JqK9aKQXWQIweO0nkvskV1flnlvQnB0rZ9OTyf+kXKZfrWNrAMGDDO6yjEcrWAGfxi/m/1ThxTcKj9FvVw/RBA==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index 1326ebc57..4b9b8c3dc 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.14.0", "@uniswap/sdk-core": "^5.9.0", - "@uniswap/smart-order-router": "4.8.1", + "@uniswap/smart-order-router": "4.8.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1",