Bump common-sdk to v0.1.12 (#91)

- bump common-sdk to use AddressUtil.toStrings
- remove .only (test case)
This commit is contained in:
yugure-orca 2023-03-16 13:13:22 +09:00 committed by GitHub
parent 840b0ebbfb
commit e554b79a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "1.2.5",
"@orca-so/common-sdk": "^0.1.10",
"@orca-so/common-sdk": "^0.1.12",
"@project-serum/anchor": "~0.25.0",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "1.66.0",

View File

@ -17,7 +17,7 @@ import {
} from "../utils/init-utils";
// TODO: Move these tests to use mock data instead of relying on solana localnet. It's very slow.
describe.only("get_pool_prices", () => {
describe("get_pool_prices", () => {
const provider = anchor.AnchorProvider.env();
const program = anchor.workspace.Whirlpool;
const context = WhirlpoolContext.fromWorkspace(provider, program);