@dynamic-amm/sdk
Advanced tools
Comparing version 3.0.14 to 3.0.15
@@ -14,4 +14,3 @@ import JSBI from 'jsbi'; | ||
AVAXTESTNET = 43113, | ||
AVAXMAINNET = 43114, | ||
FANTOM = 250 | ||
AVAXMAINNET = 43114 | ||
} | ||
@@ -18,0 +17,0 @@ export declare enum TradeType { |
@@ -39,3 +39,2 @@ import { ChainId } from '../constants'; | ||
43114: Token; | ||
250: Token; | ||
}; |
import JSBI from 'jsbi'; | ||
import ERC20 from './abis/ERC20.json'; | ||
import DMMFactory from './abis/DMMFactory.json'; | ||
import DMMPool from './abis/DMMPool.json'; | ||
export { JSBI }; | ||
export { ERC20, DMMFactory, DMMPool }; | ||
export { ChainId, TradeType, Rounding, MINIMUM_LIQUIDITY } from './constants'; | ||
export * from './constants'; | ||
export * from './errors'; | ||
@@ -8,1 +13,2 @@ export * from './entities'; | ||
export * from './fetcher'; | ||
export * from './utils'; |
{ | ||
"name": "@dynamic-amm/sdk", | ||
"license": "MIT", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "🛠 An SDK for building applications on top of Dynamic AMM.", | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1052923
7879
78