From 224e1b331d4f7bc63b208d3fa8f38f3931826404 Mon Sep 17 00:00:00 2001 From: Sarju Hansaliya Date: Thu, 14 Dec 2023 12:23:55 +0530 Subject: [PATCH] fix: update sdk to use thegraph subgraph --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26a56ce..0fea2ab 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "license": "BSD-3-Clause", "dependencies": { - "@pangolindex/sdk": "5.3.5", + "@pangolindex/sdk": "5.3.8-rc.1", "worktop": "0.8.0-next.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 401cff5..4e7934c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -623,10 +623,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@pangolindex/sdk@5.3.5": - version "5.3.5" - resolved "https://registry.yarnpkg.com/@pangolindex/sdk/-/sdk-5.3.5.tgz#6cf491976493bd24444eae3f24a05ad7c867f36b" - integrity sha512-YMhAwJhvj7U4bpLXCw/X5ePWmNcxrbDCUSFpIN84L04dM8qWTFCF3FXGtYkQRJwoK7Gfqg8XusKIFTEWGwJbrA== +"@pangolindex/sdk@5.3.8-rc.1": + version "5.3.8-rc.1" + resolved "https://registry.yarnpkg.com/@pangolindex/sdk/-/sdk-5.3.8-rc.1.tgz#5c50bdda0680bc86720f0c2a124a987ca3d50d02" + integrity sha512-iavOZgvER6BiDuUWeExT39nb9zFAyIlbBR15XoAjwH2YXu+MhAjZ/lOEIYuxnpFStAT2kFRGP9r+oo76vRe3Sw== dependencies: big.js "^5.2.2" decimal.js-light "^2.5.0"