Skip to content

Commit 5202a9e

Browse files
committed
feat:removed deprecated package, deleted unused imports
1 parent 3166d22 commit 5202a9e

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@openzeppelin/contracts": "^5.2.0",
6363
"@orca-so/common-sdk": "0.6.4",
6464
"@orca-so/whirlpools-sdk": "^0.13.12",
65-
"@project-serum/anchor": "^0.26.0",
6665
"@pythnetwork/hermes-client": "^1.3.0",
6766
"@raydium-io/raydium-sdk-v2": "0.1.95-alpha",
6867
"@solana/spl-token": "^0.4.9",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
CreateSingleOptions,
88
StoreInitOptions,
99
} from "@3land/listings-sdk/dist/types/implementation/implementationTypes";
10-
import { DEFAULT_OPTIONS, TOKENS } from "../constants";
10+
import { DEFAULT_OPTIONS } from "../constants";
1111
import {
1212
deploy_collection,
1313
deploy_token,
@@ -126,7 +126,6 @@ import {
126126
burnTokens,
127127
mergeTokens,
128128
spreadToken,
129-
AssetType,
130129
PriorityFee,
131130
TargetTokenStruct,
132131
InputAssetStruct,
@@ -153,10 +152,8 @@ import {
153152
DasApiAssetList,
154153
GetAssetsByAuthorityRpcInput,
155154
GetAssetsByCreatorRpcInput,
156-
SearchAssetsRpcInput,
157155
} from "@metaplex-foundation/digital-asset-standard-api";
158156
import { AlloraInference, AlloraTopic } from "@alloralabs/allora-sdk";
159-
import { AuthorityType } from "@solana/spl-token";
160157

161158
/**
162159
* Main class for interacting with Solana blockchain

0 commit comments

Comments
 (0)