You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ambitlabs/hyperliquid-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambitlabs/hyperliquid-sdk - npm Package Compare versions

Comparing version

to
0.0.1-beta7

5

dist/cjs/HyperliquidSDK.d.ts

@@ -58,3 +58,6 @@ import { Wallet } from 'ethers';

isCanonical: boolean;
evmContract: string;
evmContract?: {
address: string;
evm_extra_wei_decimals: number;
};
fullName: string;

@@ -61,0 +64,0 @@ }>>;

2

dist/cjs/index.d.ts

@@ -6,1 +6,3 @@ export * from './HyperliquidSDK';

export * from './constants';
export * from './InfoEndpoint';
export * from './ExchangeEndpoint';

@@ -22,2 +22,4 @@ "use strict";

__exportStar(require("./constants"), exports);
__exportStar(require("./InfoEndpoint"), exports);
__exportStar(require("./ExchangeEndpoint"), exports);
//# sourceMappingURL=index.js.map

@@ -78,3 +78,6 @@ type Request<T extends string> = {

isCanonical: boolean;
evmContract: string;
evmContract?: {
address: string;
evm_extra_wei_decimals: number;
};
fullName: string;

@@ -81,0 +84,0 @@ }>;

@@ -58,3 +58,6 @@ import { Wallet } from 'ethers';

isCanonical: boolean;
evmContract: string;
evmContract?: {
address: string;
evm_extra_wei_decimals: number;
};
fullName: string;

@@ -61,0 +64,0 @@ }>>;

@@ -6,1 +6,3 @@ export * from './HyperliquidSDK';

export * from './constants';
export * from './InfoEndpoint';
export * from './ExchangeEndpoint';

@@ -6,2 +6,4 @@ export * from './HyperliquidSDK';

export * from './constants';
export * from './InfoEndpoint';
export * from './ExchangeEndpoint';
//# sourceMappingURL=index.js.map

@@ -78,3 +78,6 @@ type Request<T extends string> = {

isCanonical: boolean;
evmContract: string;
evmContract?: {
address: string;
evm_extra_wei_decimals: number;
};
fullName: string;

@@ -81,0 +84,0 @@ }>;

{
"name": "@ambitlabs/hyperliquid-sdk",
"version": "0.0.1-beta6",
"version": "0.0.1-beta7",
"types": "./dist/esm/index.d.ts",

@@ -5,0 +5,0 @@ "module": "./dist/esm/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet