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 3.5.6 to 3.5.7

4

package.json
{
"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}`
}
}
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