Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bancor/carbon-sdk

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bancor/carbon-sdk - npm Package Compare versions

Comparing version 0.0.76-DEV to 0.0.77-DEV

1

dist/contracts-api/Reader.d.ts

@@ -14,2 +14,3 @@ import { BigNumber } from '../utils/numerics';

pairs(): Promise<TokenPair[]>;
private _strategiesByPairWithMulticall;
strategiesByPair(token0: string, token1: string): Promise<EncodedStrategy[]>;

@@ -16,0 +17,0 @@ tokensByOwner(owner: string): Promise<BigNumber[]>;

2

dist/shared/index2.js

@@ -363,3 +363,3 @@ import EventEmitter from 'events';

const logger = new Logger('index.ts');
const logger = new Logger('ChainSync.ts');
const BLOCKS_TO_KEEP = 3;

@@ -366,0 +366,0 @@ class ChainSync {

@@ -221,3 +221,3 @@ import { D as Decimal, t as tenPow, k as formatUnits, p as parseUnits, B as BigNumber, m as mulDiv } from './numerics.js';

const logger = new Logger('index.ts');
const logger = new Logger('Toolkit.ts');
/**

@@ -224,0 +224,0 @@ * Enum representing options for the marginal price parameter of the function.

@@ -5,3 +5,3 @@ {

"source": "src/index.ts",
"version": "0.0.76-DEV",
"version": "0.0.77-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

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