solana.js: published 2.0.38
This commit is contained in:
parent
e15c83a801
commit
9f7b0740db
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue