@ambitlabs/hyperliquid-sdk
Advanced tools
Comparing version
@@ -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'; |
@@ -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
92834
0.76%1714
1.18%