Skip to content

Commit ffaef51

Browse files
committed
2.15.0
1 parent e3e348f commit ffaef51

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/client",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "Client for consuming Pyth price data",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

src/__tests__/Anchor.test.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ test('Anchor', (done) => {
4040
symbol: 'Crypto.ETH/USD',
4141
generic_symbol: 'ETHUSD',
4242
})
43-
.accounts({ fundingAccount: PublicKey.unique(), productAccount: PublicKey.unique(), tailMappingAccount: PublicKey.unique() })
43+
.accounts({
44+
fundingAccount: PublicKey.unique(),
45+
productAccount: PublicKey.unique(),
46+
tailMappingAccount: PublicKey.unique(),
47+
})
4448
.instruction()
4549
.then((instruction) => {
4650
const decoded = pythOracleCoder().instruction.decode(instruction.data)

0 commit comments

Comments
 (0)