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

@0xsquid/sdk

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsquid/sdk - npm Package Compare versions

Comparing version 1.1.0-beta.8 to 1.1.0-beta.9

2

dist/index.js

@@ -158,3 +158,3 @@ "use strict";

data: transactionRequest.data,
gasLimit: 70e4 // 700000 gasLimit
gasLimit: transactionRequest.gasLimit
};

@@ -161,0 +161,0 @@ if (transactionRequest.routeType !== "SEND") {

@@ -99,2 +99,6 @@ import { ethers } from "ethers";

value: number;
gasLimit: string;
gasPrice: string;
maxFeePerGas: string;
maxPriorityFeePerGas: string;
};

@@ -124,2 +128,4 @@ export declare type RouteData = SwapData[];

aggregatePriceImpact: string;
feeCosts: FeeCost[];
gasCosts: GasCost[];
};

@@ -200,1 +206,20 @@ export declare type Route = {

};
export declare type GasCost = {
type: string;
token: TokenData;
amount: string;
amountUSD: string;
gasPrice: string;
maxFeePerGas: string;
maxPriorityFeePerGas: string;
estimate: string;
limit: string;
};
export declare type FeeCost = {
name: string;
description: string;
percentage: string;
token: TokenData;
amount: string;
amountUSD: string;
};
{
"name": "@0xsquid/sdk",
"version": "1.1.0-beta.8",
"version": "1.1.0-beta.9",
"description": "🛠 An SDK for building applications on top of 0xsquid",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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