You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@pythnetwork/client

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pythnetwork/client - npm Package Compare versions

Comparing version

to
2.17.0

8

CHANGELOG.md
# Changelog
## 2.17.0
- Rename initPrice to `setExponent` for clarity
## 2.16.0
- Remove `pythtest` and add `pythtest-crosschain` and `pythtest-conformance`. There are now two oracle instances.
## 2.15.1

@@ -4,0 +12,0 @@

2

lib/anchor/idl.json

@@ -357,3 +357,3 @@ {

{
"name": "initPrice",
"name": "setExponent",
"discriminant": { "value": [2, 0, 0, 0, 9, 0, 0, 0] },

@@ -360,0 +360,0 @@ "accounts": [

@@ -386,3 +386,3 @@ import { PublicKey } from '@solana/web3.js';

{
name: 'initPrice';
name: 'setExponent';
discriminant: {

@@ -389,0 +389,0 @@ value: [2, 0, 0, 0, 9, 0, 0, 0];

{
"name": "@pythnetwork/client",
"version": "2.16.0",
"version": "2.17.0",
"description": "Client for consuming Pyth price data",

@@ -5,0 +5,0 @@ "homepage": "https://pyth.network",