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", "name": "@switchboard-xyz/solana.js",
"version": "2.0.37", "version": "2.0.38",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@switchboard-xyz/solana.js", "name": "@switchboard-xyz/solana.js",
"version": "2.0.37", "version": "2.0.38",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@project-serum/anchor": "^0.25.0", "@project-serum/anchor": "^0.25.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@switchboard-xyz/solana.js", "name": "@switchboard-xyz/solana.js",
"version": "2.0.37", "version": "2.0.38",
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"description": "API wrapper for integrating with the Switchboard V2 program on Solana", "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( const testEnvironment = await SwitchboardTestContext.createEnvironment(
payerKeypairPath payerKeypairPath
); );
console.log(testEnvironment.anchorToml);
console.log(testEnvironment.envFileString);
} catch (error) { } catch (error) {
console.warn(`SwitchboardTestContext test failed, network issues?`); console.warn(`SwitchboardTestContext test failed, network issues?`);
console.error(error); console.error(error);