Skip to content

Commit

Permalink
2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Feb 13, 2023
1 parent e3e348f commit ffaef51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/client",
"version": "2.14.0",
"version": "2.15.0",
"description": "Client for consuming Pyth price data",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down
6 changes: 5 additions & 1 deletion src/__tests__/Anchor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ test('Anchor', (done) => {
symbol: 'Crypto.ETH/USD',
generic_symbol: 'ETHUSD',
})
.accounts({ fundingAccount: PublicKey.unique(), productAccount: PublicKey.unique(), tailMappingAccount: PublicKey.unique() })
.accounts({
fundingAccount: PublicKey.unique(),
productAccount: PublicKey.unique(),
tailMappingAccount: PublicKey.unique(),
})
.instruction()
.then((instruction) => {
const decoded = pythOracleCoder().instruction.decode(instruction.data)
Expand Down

0 comments on commit ffaef51

Please sign in to comment.