@aquaprotocol/sdk
Advanced tools
Comparing version 0.0.95 to 0.0.96
@@ -21,3 +21,4 @@ /// <reference types="node" /> | ||
export declare const REDEEM_TICK_GAS_CONSUMPTION: bigint; | ||
export declare const defaultMaster: { | ||
export declare const AQUA_START_DATE = "2024-09-16T00:00:00Z"; | ||
export declare const DEFAULT_MASTER: { | ||
mainnet: Address; | ||
@@ -27,3 +28,3 @@ testnet: Address; | ||
}; | ||
export declare const defaultTreasury: { | ||
export declare const DEFAULT_TREASURY: { | ||
mainnet: Address; | ||
@@ -30,0 +31,0 @@ }; |
@@ -5,3 +5,3 @@ import { UIProvider } from '@ton/blueprint'; | ||
export declare const promptAddress: (prompt: string, provider: UIProvider, fallback?: Address) => Promise<Address>; | ||
export declare const promptAmount: (prompt: string, provider: UIProvider) => Promise<string>; | ||
export declare const promptAmount: (prompt: string, provider: UIProvider) => Promise<bigint>; | ||
export declare const promptInt: (prompt: string, provider: UIProvider) => Promise<number>; | ||
@@ -8,0 +8,0 @@ export declare const promptAsset: (prompt: string, network: 'testnet' | 'mainnet' | 'custom', provider: UIProvider) => Promise<{ |
{ | ||
"name": "@aquaprotocol/sdk", | ||
"version": "0.0.95", | ||
"version": "0.0.96", | ||
"license": "MIT", | ||
@@ -49,4 +49,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"bignumber.js": "^9.1.2" | ||
"bignumber.js": "^9.1.2", | ||
"npm": "^10.9.2" | ||
} | ||
} |
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
1432311
11585
5
+ Addednpm@^10.9.2
+ Addednpm@10.9.2(transitive)