@rarible/types
Advanced tools
Comparing version 0.11.0-alpha.3 to 0.11.0-alpha.4
@@ -24,5 +24,5 @@ "use strict"; | ||
exports.evmBlockchains = [ | ||
BlockchainEnum.ETHEREUM, | ||
BlockchainEnum.POLYGON, | ||
BlockchainEnum.IMMUTABLEX, | ||
BlockchainEnum.POLYGON, | ||
BlockchainEnum.MANTLE, | ||
@@ -29,0 +29,0 @@ BlockchainEnum.ARBITRUM, |
@@ -18,4 +18,4 @@ export declare enum BlockchainLayer1Enum { | ||
} | ||
export type EVMBlockchain = BlockchainEnum.ETHEREUM | BlockchainEnum.POLYGON | BlockchainEnum.IMMUTABLEX | BlockchainEnum.MANTLE | BlockchainEnum.ARBITRUM; | ||
export declare const evmBlockchains: BlockchainEnum[]; | ||
export type EVMBlockchain = (typeof evmBlockchains)[number]; | ||
export declare function isEVMBlockchain(blockchain: BlockchainEnum): blockchain is EVMBlockchain; | ||
@@ -22,0 +22,0 @@ export declare const blockchains: BlockchainEnum[]; |
@@ -21,5 +21,5 @@ export var BlockchainLayer1Enum; | ||
export const evmBlockchains = [ | ||
BlockchainEnum.ETHEREUM, | ||
BlockchainEnum.POLYGON, | ||
BlockchainEnum.IMMUTABLEX, | ||
BlockchainEnum.POLYGON, | ||
BlockchainEnum.MANTLE, | ||
@@ -26,0 +26,0 @@ BlockchainEnum.ARBITRUM, |
{ | ||
"name": "@rarible/types", | ||
"version": "0.11.0-alpha.3", | ||
"version": "0.11.0-alpha.4", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "rarible", | ||
}, | ||
"gitHead": "71c3edc3192c709402a81de38d421a6ccb90fba6" | ||
"gitHead": "a4a3aa3f112404c2095b45cab07446dc7201c775" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
110865