solana.js: published 2.0.84

This commit is contained in:
Conner Gallagher 2023-01-11 19:33:44 -07:00
parent 7c0211da0e
commit 10a03aefc2
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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