diff --git a/package.json b/package.json index 21ac88a82b..ee630840f8 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@project-serum/serum": "0.13.65", "@project-serum/sol-wallet-adapter": "0.2.6", "@pythnetwork/client": "2.17.0", - "@pythnetwork/staking": "2.2.0", + "@pythnetwork/staking": "2.3.1", "@radix-ui/react-accordion": "1.0.0", "@radix-ui/react-aspect-ratio": "1.0.0", "@radix-ui/react-dialog": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 38836b5f2c..e09747dc59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3209,12 +3209,13 @@ resolved "https://registry.yarnpkg.com/@pythnetwork/staking-wasm/-/staking-wasm-0.3.4.tgz#29c0f47467249a4c66814a8aab9eadf2cc008add" integrity sha512-0ZdaWmueVO5hucdVH4UDfHyBuxtW6UDcrpEFtD/3pq4naQjcgu1u6rK8iL2pgKi8W2UlsB4vwJqay2Sf1sA4mw== -"@pythnetwork/staking@2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@pythnetwork/staking/-/staking-2.2.0.tgz#731f3084be22077e7ce974d1461ca676360bb817" - integrity sha512-+gMKotgB1gNemVTmS7pRLsSfNWTLVMY0SeGSO2Md1nOkMImGCTq0mBa83fJekj8GF79jqx62c/SHKt/iTRnNDA== +"@pythnetwork/staking@2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@pythnetwork/staking/-/staking-2.3.1.tgz#53f7ae9f9941fbea7e1464fe822fad60d2be8b63" + integrity sha512-TX5irBFy+1dhOxdRjC6NbcSCw33ZiAq9lbTb32mA/dnD6HgK9qPNg1TyflM3Bqa76VqlBP8uiGGKQYSuaCFAWw== dependencies: "@coral-xyz/anchor" "^0.29.0" + "@pythnetwork/solana-utils" "^0.4.1" "@pythnetwork/staking-wasm" "*" "@solana/spl-governance" "0.3.26" "@solana/spl-token" "^0.1.8"