@bloks/constants
Advanced tools
Comparing version 3.5.64 to 3.5.66
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.64", | ||
"version": "3.5.66", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "8f4c209943b403c83621e467734d85fafe1a56ed" | ||
"gitHead": "fa39c69ab49f2d99806bdc375f10b356af7cf3ee" | ||
} |
@@ -141,3 +141,3 @@ export const dapps = [ | ||
app: 'https://dapp.dragonoption.io', | ||
logo: 'https://dragonoption.io/images/Dapp_Logo_Dragon.svg', | ||
logo: 'https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/DRAGON.png', | ||
website: 'https://dragonoption.io', | ||
@@ -197,3 +197,3 @@ telegram: 'https://t.me/dragonoption', | ||
app: 'https://dappspinach.io', | ||
logo: 'https://dappspinach.io/dapp/icon1.png', | ||
logo: 'https://cocos.blob.core.windows.net/dapp/icon.jpg', | ||
website: 'https://dappspinach.io', | ||
@@ -581,3 +581,3 @@ telegram: 'https://t.me/SpinachE', | ||
accounts: ['eosnameswaps'], | ||
logo: 'https://github.com/eoscafe/eos-dapps/blob/master/logos/eosnameswaps.png?raw=true', | ||
logo: 'https://raw.githubusercontent.com/eoscafe/eos-dapps/master/logos/eosnameswaps.png', | ||
website: 'https://www.eosnameswaps.com/', // ?ref=bloks | ||
@@ -584,0 +584,0 @@ app: 'https://www.eosnameswaps.com/', // ?ref=bloks |
@@ -100,3 +100,11 @@ export const exchanges = { | ||
linkGenerator: (token, pair) => `https://big.one/trade/${pair.pair_base}-${pair.pair_quote}` | ||
}, | ||
'YOLO': { | ||
'name': 'YOLO', | ||
'description': 'Instant Token Swaps on EOS', | ||
'accounts': [], | ||
'logo': '/img/exchanges/yolo.png', | ||
'website': 'https://yoloswap.com', | ||
linkGenerator: (token, pair) => `https://yoloswap.com/swap/${pair.pair_quote.toLowerCase()}-${pair.pair_base.toLowerCase()}` | ||
} | ||
} |
60020
1951