@rarible/types
Advanced tools
Comparing version 0.10.0-alpha.10 to 0.10.0-alpha.11
@@ -7,2 +7,3 @@ import type { EVMAddress } from "../evm"; | ||
[BlockchainEnum.POLYGON]: EVMAddress; | ||
[BlockchainEnum.MANTLE]: EVMAddress; | ||
[BlockchainEnum.IMMUTABLEX]: EVMAddress; | ||
@@ -9,0 +10,0 @@ [BlockchainEnum.FLOW]: FlowAddress; |
@@ -7,2 +7,3 @@ import type { EVMAddress } from "../evm"; | ||
[BlockchainEnum.POLYGON]: EVMAddress; | ||
[BlockchainEnum.MANTLE]: EVMAddress; | ||
[BlockchainEnum.IMMUTABLEX]: EVMAddress; | ||
@@ -9,0 +10,0 @@ [BlockchainEnum.FLOW]: FlowAddress; |
@@ -7,2 +7,3 @@ import type { EVMTransactionHash } from "../evm"; | ||
[BlockchainEnum.POLYGON]: EVMTransactionHash; | ||
[BlockchainEnum.MANTLE]: EVMTransactionHash; | ||
[BlockchainEnum.IMMUTABLEX]: EVMTransactionHash; | ||
@@ -9,0 +10,0 @@ [BlockchainEnum.FLOW]: FlowTransactionHash; |
@@ -14,3 +14,4 @@ export declare enum BlockchainLayer1Enum { | ||
IMMUTABLEX = "IMMUTABLEX", | ||
SOLANA = "SOLANA" | ||
SOLANA = "SOLANA", | ||
MANTLE = "MANTLE" | ||
} | ||
@@ -17,0 +18,0 @@ export declare const evmBlockchains: BlockchainEnum[]; |
@@ -20,4 +20,10 @@ "use strict"; | ||
BlockchainEnum["SOLANA"] = "SOLANA"; | ||
BlockchainEnum["MANTLE"] = "MANTLE"; | ||
})(BlockchainEnum = exports.BlockchainEnum || (exports.BlockchainEnum = {})); | ||
exports.evmBlockchains = [BlockchainEnum.POLYGON, BlockchainEnum.IMMUTABLEX, BlockchainEnum.POLYGON]; | ||
exports.evmBlockchains = [ | ||
BlockchainEnum.POLYGON, | ||
BlockchainEnum.IMMUTABLEX, | ||
BlockchainEnum.POLYGON, | ||
BlockchainEnum.MANTLE, | ||
]; | ||
function isEVMBlockchain(blockchain) { | ||
@@ -24,0 +30,0 @@ return exports.evmBlockchains.includes(blockchain); |
{ | ||
"name": "@rarible/types", | ||
"version": "0.10.0-alpha.10", | ||
"version": "0.10.0-alpha.11", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "rarible", | ||
}, | ||
"gitHead": "db86bc82bfc491a74c3717c5c7f1e996306206ef" | ||
"gitHead": "edaa80c116a6e1c4e9eebd5b476cb64387e392f2" | ||
} |
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
64974
827