@bloks/constants
Advanced tools
Comparing version 28.7.0 to 28.8.0
@@ -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", |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114532
3362