cookietrack-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -59,2 +59,3 @@ /*! | ||
type: TXType; | ||
token: TXToken; | ||
nativeToken: string; | ||
@@ -64,3 +65,2 @@ } | ||
type: 'approve' | 'revoke'; | ||
token: TXToken; | ||
nativeToken: string; | ||
@@ -72,3 +72,2 @@ } | ||
to: Address; | ||
token: TXToken; | ||
value: number; | ||
@@ -75,0 +74,0 @@ nativeToken: string; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "cookietrack-types", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Common Typings for CookieTrack.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,3 +12,3 @@ /*! | ||
export type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'sol' | 'terra'; | ||
export type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000; | ||
export type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000; | ||
export type URL = `https://${string}`; | ||
@@ -82,2 +82,3 @@ export type Address = `0x${string}`; | ||
type: TXType | ||
token: TXToken | ||
nativeToken: string | ||
@@ -87,3 +88,2 @@ } | ||
type: 'approve' | 'revoke' | ||
token: TXToken | ||
nativeToken: string | ||
@@ -95,3 +95,2 @@ } | ||
to: Address | ||
token: TXToken | ||
value: number | ||
@@ -98,0 +97,0 @@ nativeToken: string |
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
11251
301