@bancor/carbon-sdk
Advanced tools
Comparing version 0.0.78-DEV to 0.0.79-DEV
@@ -215,3 +215,3 @@ import EventEmitter from 'events'; | ||
addPair(token0, token1, strategies, noPairAddedEvent = false) { | ||
logger$1.debug('Adding pair to cache', token0, token1); | ||
logger$1.debug('Adding pair with', strategies.length, ' strategies to cache', token0, token1); | ||
const key = toPairKey(token0, token1); | ||
@@ -218,0 +218,0 @@ if (this._strategiesByPair[key]) { |
@@ -5,3 +5,3 @@ { | ||
"source": "src/index.ts", | ||
"version": "0.0.78-DEV", | ||
"version": "0.0.79-DEV", | ||
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1055544
24076