@bloks/constants
Advanced tools
Comparing version 3.5.4 to 3.5.5
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "71db53a49418804c211d70a7e93d3b61c72dc344" | ||
"gitHead": "fa0866ce22f2ebd11779aad5646bf0b276c44a1a" | ||
} |
@@ -89,2 +89,22 @@ export const dapps = [ | ||
{ | ||
name: 'Prospectors', | ||
description: 'Massive Multiplayer Online Real-Time Economic Strategy Game MINE GOLD - BUILD YOUR WORLD', | ||
shortDescription: 'Massive Multiplayer Online Real-Time Economic Strategy Game', | ||
symbol: '', | ||
partner: true, | ||
accounts: [ | ||
'prospectorsc' | ||
], | ||
logo: 'https://prospectors.io/wiki/logo.png', | ||
website: 'https://prospectors.io', | ||
app: 'https://prospectors.io', | ||
telegram: 'https://t.me/prospectorsgame', | ||
medium: 'https://medium.com/@prospectorsgame', | ||
twitter: 'https://twitter.com/prospectorsgame', | ||
github: 'https://github.com/prospectors/public/issues', | ||
chains: [ | ||
'eos' | ||
] | ||
}, | ||
{ | ||
name: 'BigGame', | ||
@@ -91,0 +111,0 @@ description: 'Big.game is the most exciting multiplayer gaming platform. So far it has launched Bull Fights, Ultimate Texas Hold’em, Poker War and Dice, all of which are transparent and fair, with results verifiable by everyone with the provided verification tools!', |
@@ -68,3 +68,11 @@ export const exchanges = { | ||
linkGenerator: (token, pair) => `https://hoo.com/trade/${pair.pair_base.toLowerCase()}-${pair.pair_quote.toLowerCase()}` | ||
}, | ||
'Whaleex': { | ||
'name': 'Whaleex', | ||
'description': '#1 Decentralized Exchange in the World', | ||
'accounts': ['whaleextrust'], | ||
'logo': '/img/exchanges/whaleex.png', | ||
'website': 'https://www.whaleex.com', | ||
linkGenerator: (token, pair) => `https://www.whaleex.com/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
57160
1887