cookietrack-types
Advanced tools
Comparing version 1.5.8 to 1.5.9
{ | ||
"name": "cookietrack-types", | ||
"version": "1.5.8", | ||
"version": "1.5.9", | ||
"description": "Common Typings for CookieTrack.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -11,4 +11,4 @@ /*! | ||
// Basic Types: | ||
export type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'sol' | 'terra'; | ||
export type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000; | ||
export type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'cronos' | 'sol' | 'terra'; | ||
export type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000 | 25; | ||
export type URL = `https://${string}`; | ||
@@ -31,2 +31,3 @@ export type Address = `0x${string}`; | ||
one: "harmony", | ||
cronos: "cronos", | ||
sol: "solana", | ||
@@ -33,0 +34,0 @@ terra: "terra" |
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
15218
430