solana.js: published 2.0.38

This commit is contained in:
Conner Gallagher 2022-12-08 14:38:29 -07:00
parent e15c83a801
commit 9f7b0740db
3 changed files with 3 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@switchboard-xyz/solana.js",
"version": "2.0.37",
"version": "2.0.38",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@switchboard-xyz/solana.js",
"version": "2.0.37",
"version": "2.0.38",
"license": "MIT",
"dependencies": {
"@project-serum/anchor": "^0.25.0",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/solana.js",
"version": "2.0.37",
"version": "2.0.38",
"author": "",
"license": "MIT",
"description": "API wrapper for integrating with the Switchboard V2 program on Solana",

View File

@ -65,8 +65,6 @@ describe('SwitchboardTestContext Tests', () => {
const testEnvironment = await SwitchboardTestContext.createEnvironment(
payerKeypairPath
);
console.log(testEnvironment.anchorToml);
console.log(testEnvironment.envFileString);
} catch (error) {
console.warn(`SwitchboardTestContext test failed, network issues?`);
console.error(error);