@0xsquid/squid-types
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -13,3 +13,3 @@ import { ActionStage, ActionType, BridgeDetails, ChainType, CustomCallDetails, SwapDetails, IbcTransferDetails, Token } from "../index"; | ||
toAmountUsd?: string; | ||
slippage?: number; | ||
aggregateSlippage?: number; | ||
} | ||
@@ -16,0 +16,0 @@ export interface QuoteAction { |
@@ -150,2 +150,3 @@ import { ChainData, ChainType } from "chains"; | ||
custom?: Record<string, any>; | ||
pools?: string[]; | ||
} | ||
@@ -152,0 +153,0 @@ export interface SimpleSwapDetails extends BaseSwapDetails { |
{ | ||
"name": "@0xsquid/squid-types", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "JS and TS types relating to 0xsquid related projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
39435
1008