@bloks/constants
Advanced tools
Comparing version 3.5.6 to 3.5.7
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.6", | ||
"version": "3.5.7", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "0387081ed08c96e1e317ce27d3d2de496a5404ac" | ||
"gitHead": "e49f81aa683427d40bebae3bdb14010d06c16f0d" | ||
} |
@@ -84,3 +84,19 @@ export const exchanges = { | ||
linkGenerator: (token, pair) => `https://www.chainrift.com/trading?coinpair=${pair.pair_base}/${pair.pair_quote}` | ||
}, | ||
'Eosdaq': { | ||
'name': 'EOSDAQ', | ||
'description': 'A Standard of On-Chain DEX', | ||
'accounts': [], | ||
'logo': '/img/exchanges/eosdaq.png', | ||
'website': 'https://www.eosdaq.com/', | ||
linkGenerator: (token, pair) => `https://eosdaq.com/exchange/${pair.pair_base}_${pair.pair_quote}` | ||
}, | ||
'BigONE': { | ||
'name': 'BigONE', | ||
'description': 'A Standard of On-Chain DEX', | ||
'accounts': [], | ||
'logo': '/img/exchanges/bigONE.jpg', | ||
'website': 'https://big.one', | ||
linkGenerator: (token, pair) => `https://big.one/trade/${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
58071
1911