New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coinmasters/types

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinmasters/types - npm Package Compare versions

Comparing version 4.7.6 to 4.7.7

48

dist/index.es.js

@@ -862,10 +862,10 @@ var C = Object.defineProperty;

const p = [
"ETH",
"AVAX",
"BSC",
"ARB",
"BASE",
"OP",
"MATIC"
/* Polygon */
"ETH"
/* Ethereum */
// Chain.Avalanche,
// Chain.BinanceSmartChain,
// Chain.Arbitrum,
// Chain.Base,
// Chain.Optimism,
// Chain.Polygon,
], $ = [

@@ -1017,20 +1017,20 @@ "BTC",

KEEPKEY: [
n.Arbitrum,
n.Avalanche,
// Chain.Arbitrum,
// Chain.Avalanche,
n.Base,
n.Binance,
n.BinanceSmartChain,
// Chain.Binance,
// Chain.BinanceSmartChain,
n.Bitcoin,
n.BitcoinCash,
n.Cosmos,
n.Osmosis,
n.Ripple,
n.Dogecoin,
n.Dash,
n.Mayachain,
n.Ethereum,
n.Litecoin,
n.Optimism,
n.Polygon,
n.THORChain
// Chain.BitcoinCash,
// Chain.Cosmos,
// Chain.Osmosis,
// Chain.Ripple,
// Chain.Dogecoin,
// Chain.Dash,
// Chain.Mayachain,
n.Ethereum
// Chain.Litecoin,
// Chain.Optimism,
// Chain.Polygon,
// Chain.THORChain,
],

@@ -1037,0 +1037,0 @@ METAMASK_SHAPESHIFT: [

@@ -8,3 +8,3 @@ {

"vite": "4.4.9",
"@internal/config": "2.7.6"
"@internal/config": "2.7.7"
},

@@ -37,3 +37,3 @@ "eslintConfig": {

"types": "./dist/index.d.ts",
"version": "4.7.6",
"version": "4.7.7",
"scripts": {

@@ -40,0 +40,0 @@ "build": "vite build",

@@ -209,8 +209,8 @@ export enum Chain {

Chain.Ethereum,
Chain.Avalanche,
Chain.BinanceSmartChain,
Chain.Arbitrum,
Chain.Base,
Chain.Optimism,
Chain.Polygon,
// Chain.Avalanche,
// Chain.BinanceSmartChain,
// Chain.Arbitrum,
// Chain.Base,
// Chain.Optimism,
// Chain.Polygon,
];

@@ -217,0 +217,0 @@

@@ -74,20 +74,20 @@ import { Chain, EVMChainList } from './network';

[WalletOption.KEEPKEY]: [
Chain.Arbitrum,
Chain.Avalanche,
// Chain.Arbitrum,
// Chain.Avalanche,
Chain.Base,
Chain.Binance,
Chain.BinanceSmartChain,
// Chain.Binance,
// Chain.BinanceSmartChain,
Chain.Bitcoin,
Chain.BitcoinCash,
Chain.Cosmos,
Chain.Osmosis,
Chain.Ripple,
Chain.Dogecoin,
Chain.Dash,
Chain.Mayachain,
// Chain.BitcoinCash,
// Chain.Cosmos,
// Chain.Osmosis,
// Chain.Ripple,
// Chain.Dogecoin,
// Chain.Dash,
// Chain.Mayachain,
Chain.Ethereum,
Chain.Litecoin,
Chain.Optimism,
Chain.Polygon,
Chain.THORChain,
// Chain.Litecoin,
// Chain.Optimism,
// Chain.Polygon,
// Chain.THORChain,
],

@@ -94,0 +94,0 @@ [WalletOption.METAMASK_SHAPESHIFT]: [

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