New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aquaprotocol/sdk

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aquaprotocol/sdk - npm Package Compare versions

Comparing version 0.0.96 to 0.0.98

1

dist/lib/aqua-math.d.ts

@@ -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;

25

dist/lib/collateral.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc