zircon-sdk
Advanced tools
Comparing version 1.0.11-rc-101 to 1.0.11-rc-102
@@ -23,3 +23,3 @@ import { TokenAmount } from './fractions/tokenAmount'; | ||
static getLiquidityAddresses(tokenA: Token, tokenB: Token): [string, string]; | ||
static calculateParabola(p2x: BigintIsh, p2y: BigintIsh, p3x: BigintIsh, p3y: BigintIsh, decimals: Decimals): Coefficients; | ||
static calculateParabola(p2x: BigintIsh, p2y: BigintIsh, p3x: BigintIsh, p3y: BigintIsh, check: boolean, decimals: Decimals): Coefficients; | ||
constructor(pair: Pair, tokenAmount0: TokenAmount, tokenAmount1: TokenAmount); | ||
@@ -26,0 +26,0 @@ reserveOf(token: Token): TokenAmount; |
{ | ||
"name": "zircon-sdk", | ||
"license": "MIT", | ||
"version": "1.0.11-rc-101", | ||
"version": "1.0.11-rc-102", | ||
"description": "The Pylon SDK for Zircon Finance Platform.", | ||
@@ -6,0 +6,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
2872300