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

@arianee/common-types

Package Overview
Dependencies
Maintainers
8
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arianee/common-types - npm Package Compare versions

Comparing version 1.19.0 to 1.20.0

2

package.json
{
"name": "@arianee/common-types",
"version": "1.19.0",
"version": "1.20.0",
"peerDependencies": {

@@ -5,0 +5,0 @@ "tslib": "2.5.0"

@@ -0,1 +1,14 @@

export declare enum ProtocolName {
testnet = "testnet",
mainnet = "mainnet",
arianeeTestnet = "arianeeTestnet",
mumbai = "mumbai",
polygon = "polygon",
arialabs = "arialabs",
stadetoulousain = "stadetoulousain",
ysl = "ysl",
testnetSbt = "testnetSbt",
arianeeSupernet = "arianeeSupernet",
arianeesbt = "arianeesbt"
}
export type Protocol = {

@@ -5,2 +18,3 @@ name: string;

};
export type ChainID = number;
export type ChainType = 'mainnet' | 'testnet';

@@ -7,0 +21,0 @@ export type ProtocolDetails = ProtocolDetailsV1 | ProtocolDetailsV2;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtocolName = void 0;
var ProtocolName;
(function (ProtocolName) {
ProtocolName["testnet"] = "testnet";
ProtocolName["mainnet"] = "mainnet";
ProtocolName["arianeeTestnet"] = "arianeeTestnet";
ProtocolName["mumbai"] = "mumbai";
ProtocolName["polygon"] = "polygon";
ProtocolName["arialabs"] = "arialabs";
ProtocolName["stadetoulousain"] = "stadetoulousain";
ProtocolName["ysl"] = "ysl";
ProtocolName["testnetSbt"] = "testnetSbt";
ProtocolName["arianeeSupernet"] = "arianeeSupernet";
ProtocolName["arianeesbt"] = "arianeesbt";
})(ProtocolName = exports.ProtocolName || (exports.ProtocolName = {}));
//# sourceMappingURL=protocol.js.map

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