@aquaprotocol/sdk
Advanced tools
Comparing version 0.0.96 to 0.0.98
@@ -25,2 +25,3 @@ import { BigNumber } from 'bignumber.js'; | ||
get collateral(): BigNumber; | ||
get collateralValue(): BigNumber; | ||
get debt(): BigNumber; | ||
@@ -27,0 +28,0 @@ get lastBorrowingFee(): BigNumber; |
@@ -15,2 +15,3 @@ export declare enum CollateralAsset { | ||
ton = 10, | ||
usdt = 34, | ||
tsTon = 104, | ||
@@ -29,19 +30,19 @@ staked = 102, | ||
tsTON: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
stTON: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
hTON: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
staked: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
tonSlp: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
@@ -51,3 +52,3 @@ vault: string; | ||
usdtSlp: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
@@ -57,11 +58,11 @@ vault: string; | ||
tonUsdt: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
tsTonUsdt: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
stTonUsdt: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
@@ -72,3 +73,3 @@ }; | ||
tsTON: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
@@ -78,7 +79,7 @@ pool: string; | ||
stTON: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
}; | ||
hTON: { | ||
index: number; | ||
index: AssetIndex; | ||
master: string; | ||
@@ -85,0 +86,0 @@ treasury: string; |
/// <reference types="node" /> | ||
import { Address } from '@ton/ton'; | ||
export declare const BASE_URL = "https://app.aquaprotocol.xyz"; | ||
export declare const STORMTRADE = "https://oracle.stormtrade.dev"; | ||
export declare const APP_URL = "https://app.aquaprotocol.xyz"; | ||
export declare const BACKEND_URL = "https://api.aquaprotocol.xyz"; | ||
export declare const AQUAUSD_METADATA: string; | ||
@@ -6,0 +6,0 @@ export declare const PRECISION = 1000000000; |
{ | ||
"name": "@aquaprotocol/sdk", | ||
"version": "0.0.96", | ||
"version": "0.0.98", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
1430896
11555