This commit is contained in:
Armani Ferrante 2022-02-18 11:56:11 -05:00
parent 9ac4587e3c
commit b849c9a685
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
import * as assert from "assert";
//import * as anchor from '@project-serum/anchor';
//import { Program, BorshAccountHeader } from '@project-serum/anchor';
import * as anchor from "../../../ts";
import { Program, BorshAccountHeader } from "../../../ts";
import * as anchor from '@project-serum/anchor';
import { Program, BorshAccountHeader } from '@project-serum/anchor';
import { Keypair } from "@solana/web3.js";
import { DeprecatedLayout } from "../target/types/deprecated_layout";
import { NewLayout } from "../target/types/new_layout";