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.3 to 0.11.0-alpha.4

2

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

@@ -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

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