@rarible/types
Advanced tools
Comparing version 0.10.0-alpha.10 to 0.10.0-alpha-mantle.1
@@ -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-mantle.1", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "rarible", | ||
}, | ||
"gitHead": "db86bc82bfc491a74c3717c5c7f1e996306206ef" | ||
"gitHead": "e8d5013f4828edb87adf16994d2150e5cd780fa1" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
64980
827
1