@0xsquid/squid-types
Advanced tools
Comparing version 0.1.39 to 0.1.40
@@ -14,3 +14,3 @@ import { Token } from "../tokens"; | ||
percentage?: string; | ||
gasLimit?: number; | ||
gasLimit?: string; | ||
gasMultiplier?: number; | ||
@@ -17,0 +17,0 @@ token: Token; |
@@ -17,3 +17,3 @@ import { ChainType } from "../index"; | ||
subGraphOnly?: boolean; | ||
subGraphId?: string; | ||
subGraphIds?: string[]; | ||
feeOnTransfer?: boolean; | ||
@@ -20,0 +20,0 @@ isLpToken?: boolean; |
{ | ||
"name": "@0xsquid/squid-types", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"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
44595