cookietrack-types
Advanced tools
Comparing version 1.5.9 to 1.6.0
@@ -7,4 +7,4 @@ /*! | ||
*/ | ||
export declare type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'sol' | 'terra'; | ||
export declare type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000; | ||
export declare type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'cronos' | 'sol' | 'terra'; | ||
export declare type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000 | 25; | ||
export declare type URL = `https://${string}`; | ||
@@ -11,0 +11,0 @@ export declare type Address = `0x${string}`; |
@@ -17,2 +17,3 @@ "use strict"; | ||
one: "harmony", | ||
cronos: "cronos", | ||
sol: "solana", | ||
@@ -19,0 +20,0 @@ terra: "terra" |
{ | ||
"name": "cookietrack-types", | ||
"version": "1.5.9", | ||
"version": "1.6.0", | ||
"description": "Common Typings for CookieTrack.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"prepack": "npm run build", | ||
"build": "tsc" | ||
@@ -8,0 +9,0 @@ }, |
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
15294
431