@bloks/constants
Advanced tools
Comparing version 3.5.5 to 3.5.6
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.5", | ||
"version": "3.5.6", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "fa0866ce22f2ebd11779aad5646bf0b276c44a1a" | ||
"gitHead": "0387081ed08c96e1e317ce27d3d2de496a5404ac" | ||
} |
@@ -76,3 +76,11 @@ export const exchanges = { | ||
linkGenerator: (token, pair) => `https://www.whaleex.com/trade/${pair.pair_base}_${pair.pair_quote}` | ||
}, | ||
'Chainrift': { | ||
'name': 'Chainrift', | ||
'description': 'A marketplace for digital currencies', | ||
'accounts': [], | ||
'logo': '/img/exchanges/chainrift.png', | ||
'website': 'https://www.chainrift.com/', | ||
linkGenerator: (token, pair) => `https://www.chainrift.com/trading?coinpair=${pair.pair_base}/${pair.pair_quote}` | ||
} | ||
} |
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
57493
1895