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

@bloks/constants

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/constants - npm Package Compare versions

Comparing version 28.7.0 to 28.8.0

8

dist/index.d.ts

@@ -370,2 +370,10 @@ declare const getContractConstants: (chain?: string, systemDomain?: string) => {

};
MetalX: {
name: string;
description: string;
accounts: never[];
logo: string;
website: string;
linkGenerator: (_: Token, __: Pair) => string;
};
Coingecko: {

@@ -372,0 +380,0 @@ name: string;

@@ -586,2 +586,10 @@ "use strict";

},
MetalX: {
name: "Metal X",
description: "Metal X",
accounts: [],
logo: "/img/exchanges/metalx.png",
website: "https://metalx.com",
linkGenerator: (_, __) => "https://app.metalx.com"
},
Coingecko: {

@@ -588,0 +596,0 @@ name: "CoinGecko",

2

package.json
{
"name": "@bloks/constants",
"version": "28.7.0",
"version": "28.8.0",
"author": "Metallicus",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

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