solana.js: published 2.0.84
This commit is contained in:
parent
7c0211da0e
commit
10a03aefc2
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/solana.js",
|
||||
"version": "2.0.83",
|
||||
"version": "2.0.84",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@switchboard-xyz/solana.js",
|
||||
"version": "2.0.83",
|
||||
"version": "2.0.84",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.26.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/solana.js",
|
||||
"version": "2.0.83",
|
||||
"version": "2.0.84",
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"description": "API wrapper for integrating with the Switchboard V2 program on Solana",
|
||||
|
|
|
@ -15,7 +15,7 @@ import {
|
|||
} from '../const';
|
||||
import { SwitchboardNetwork } from '../SwitchboardNetwork';
|
||||
|
||||
export const LATEST_DOCKER_VERSION = 'dev-v2-RC_12_05_22_22_48';
|
||||
export const LATEST_DOCKER_VERSION = 'dev-v2-RC_01_05_23_03_24';
|
||||
|
||||
/** Get the program data address for a given programId
|
||||
* @param programId the programId for a given on-chain program
|
||||
|
|
Loading…
Reference in New Issue