From c30ecbb7bb1263b785d67e30f7df582b01b14082 Mon Sep 17 00:00:00 2001 From: tjs Date: Tue, 3 Jan 2023 20:11:55 -0500 Subject: [PATCH] downgrade pyth client --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c4cf28492..2f5b108f4 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "dependencies": { "@project-serum/anchor": "^0.25.0", "@project-serum/serum": "^0.13.65", - "@pythnetwork/client": "^2.7.0", + "@pythnetwork/client": "~2.8.0", "@solana/spl-token": "0.2.0", "@solana/web3.js": "^1.63.1", "@switchboard-xyz/sbv2-lite": "^0.1.6", diff --git a/yarn.lock b/yarn.lock index f881e3820..8b92cac0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -395,10 +395,10 @@ dependencies: buffer "^6.0.1" -"@pythnetwork/client@^2.7.0": - version "2.7.3" - resolved "https://registry.yarnpkg.com/@pythnetwork/client/-/client-2.7.3.tgz#6075a16dc394d1734e76b04e907a680490a61536" - integrity sha512-+2k5JXxv/yUA6WMESSppJlg4T/AP+nZZfBnHmeG3RPCIJx+bargxFLCK4B2KgpQYdeTWb+2z8yRCNF7tHooCFQ== +"@pythnetwork/client@~2.8.0": + version "2.8.0" + resolved "https://registry.yarnpkg.com/@pythnetwork/client/-/client-2.8.0.tgz#1b764d710f17c2f3cd3c9ba0c4ae74d26e72b01b" + integrity sha512-YqqZSDDsEApC/F4H5ejcl8OCr7gsWv0noTK8YABT8pCtFRTQxXBP0r2S8KQMaIw1x97Mue/jkYybdMeFQzPjCw== dependencies: buffer "^6.0.1"