Skip to content

Commit

Permalink
chore: minor changes related to interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoDex committed Aug 22, 2024
1 parent 42ad192 commit e5a2adb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compolabs/spark-orderbook-ts-sdk",
"version": "1.5.2",
"version": "1.5.3",
"type": "module",
"main": "./dist/index.сjs",
"module": "./dist/index.js",
Expand Down
2 changes: 0 additions & 2 deletions src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export interface OrderbookContracts {
market: string;
orderbook: string;
tokenFactory: string;
pyth: string;
}

export interface Asset {
Expand Down Expand Up @@ -43,7 +42,6 @@ export interface SparkParams {
wallet?: WalletLocked | WalletUnlocked;
gasPrice?: string;
gasLimitMultiplier?: string;
pythUrl?: string;
}

export interface SpotOrderWithoutTimestamp {
Expand Down
2 changes: 0 additions & 2 deletions tests/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export const TEST_TIMEOUT = 60_000; // 1min;

export const PRIVATE_KEY_ALICE = process.env.ALICE ?? "";

export const pythURL = "https://hermes.pyth.network";

export interface TokenAsset {
address: string;
symbol: string;
Expand Down

0 comments on commit e5a2adb

Please sign in to comment.