Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rarible/types

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/types - npm Package Compare versions

Comparing version 0.11.0-alpha.2 to 0.11.0-alpha.3

2

build/cjs/blockchains/union/enum/index.js

@@ -21,2 +21,3 @@ "use strict";

BlockchainEnum["MANTLE"] = "MANTLE";
BlockchainEnum["ARBITRUM"] = "ARBITRUM";
})(BlockchainEnum = exports.BlockchainEnum || (exports.BlockchainEnum = {}));

@@ -28,2 +29,3 @@ exports.evmBlockchains = [

BlockchainEnum.MANTLE,
BlockchainEnum.ARBITRUM,
];

@@ -30,0 +32,0 @@ function isEVMBlockchain(blockchain) {

@@ -8,2 +8,3 @@ import type { EVMAddress } from "../evm";

[BlockchainEnum.MANTLE]: EVMAddress;
[BlockchainEnum.ARBITRUM]: EVMAddress;
[BlockchainEnum.IMMUTABLEX]: EVMAddress;

@@ -10,0 +11,0 @@ [BlockchainEnum.FLOW]: FlowAddress;

@@ -8,2 +8,3 @@ import type { EVMAddress } from "../evm";

[BlockchainEnum.MANTLE]: EVMAddress;
[BlockchainEnum.ARBITRUM]: EVMAddress;
[BlockchainEnum.IMMUTABLEX]: EVMAddress;

@@ -10,0 +11,0 @@ [BlockchainEnum.FLOW]: FlowAddress;

@@ -8,2 +8,3 @@ import type { EVMTransactionHash } from "../evm";

[BlockchainEnum.MANTLE]: EVMTransactionHash;
[BlockchainEnum.ARBITRUM]: EVMTransactionHash;
[BlockchainEnum.IMMUTABLEX]: EVMTransactionHash;

@@ -10,0 +11,0 @@ [BlockchainEnum.FLOW]: FlowTransactionHash;

3

build/esm/blockchains/union/enum/index.d.ts

@@ -15,3 +15,4 @@ export declare enum BlockchainLayer1Enum {

SOLANA = "SOLANA",
MANTLE = "MANTLE"
MANTLE = "MANTLE",
ARBITRUM = "ARBITRUM"
}

@@ -18,0 +19,0 @@ export declare const evmBlockchains: BlockchainEnum[];

@@ -18,2 +18,3 @@ export var BlockchainLayer1Enum;

BlockchainEnum["MANTLE"] = "MANTLE";
BlockchainEnum["ARBITRUM"] = "ARBITRUM";
})(BlockchainEnum || (BlockchainEnum = {}));

@@ -25,2 +26,3 @@ export const evmBlockchains = [

BlockchainEnum.MANTLE,
BlockchainEnum.ARBITRUM,
];

@@ -27,0 +29,0 @@ export function isEVMBlockchain(blockchain) {

{
"name": "@rarible/types",
"version": "0.11.0-alpha.2",
"version": "0.11.0-alpha.3",
"keywords": [

@@ -33,3 +33,3 @@ "rarible",

},
"gitHead": "92041e2977544cac147dd6dd1b3e28a38f588287"
"gitHead": "71c3edc3192c709402a81de38d421a6ccb90fba6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc