Browse Source

Update Buy/Trade list

gre-patch-1
meriadec 6 years ago
parent
commit
73126238e1
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 20
      src/components/ExchangePage/index.js
  2. 5
      src/config/urls.js
  3. 4
      static/i18n/en/app.json
  4. BIN
      static/images/logos/exchanges/change-now.png
  5. BIN
      static/images/logos/exchanges/kyber-swap.png
  6. 13
      static/images/logos/exchanges/kyber.svg
  7. BIN
      static/images/logos/exchanges/thor-swap.png

20
src/components/ExchangePage/index.js

@ -72,10 +72,22 @@ const cards = shuffle([
logo: <img src={i('logos/exchanges/genesis.svg')} alt="Genesis" width={150} />,
},
{
key: 'kyber',
id: 'kyber',
url: urls.kyber,
logo: <img src={i('logos/exchanges/kyber.svg')} alt="KYBER" width={150} />,
key: 'kyberSwap',
id: 'kyberSwap',
url: urls.kyberSwap,
logo: <img src={i('logos/exchanges/kyber-swap.png')} alt="KyberSwap" width={150} />,
},
{
key: 'changeNow',
id: 'changeNow',
url: urls.changeNow,
logo: <img src={i('logos/exchanges/change-now.png')} alt="ChangeNow" width={150} />,
},
{
key: 'thorSwap',
id: 'thorSwap',
url: urls.thorSwap,
logo: <img src={i('logos/exchanges/thor-swap.png')} alt="ThorSwap" width={150} />,
},
])

5
src/config/urls.js

@ -30,7 +30,10 @@ export const urls = {
luno: 'http://luno.go2cloud.org/aff_c?offer_id=4&aff_id=1001&source=ledger',
shapeshift: 'https://shapeshift.io/#/coins?affiliate=ledger',
genesis: 'https://genesistrading.com/ledger-live/',
kyber: 'http://kyber.network/swap?ref=0xE2D8481eeF31CDA994833974FFfEccd576f8D71E',
kyberSwap: 'http://kyber.network/swap?ref=0xE2D8481eeF31CDA994833974FFfEccd576f8D71E',
changeNow: 'https://changenow.io/?utm_source=ledger_wallet',
thorSwap:
'https://www.thorswap.com/?utm_source=Wallet&utm_medium=ledger&utm_campaign=EmbedLink&utm_content=Link1',
// Errors
errors: {

4
static/i18n/en/app.json

@ -171,7 +171,9 @@
"luno": "Luno makes it safe and easy to buy, store and learn about cryptocurrencies like Bitcoin and Ethereum",
"shapeshift": "ShapeShift is an online marketplace where users can buy and sell digital assets. It is a fast and secure way for the world to buy and sell digital assets, with no lengthy signup process, no counterparty risk, and no friction.",
"genesis": "Genesis is an institutional trading firm offering liquidity and borrow for digital currencies, including bitcoin, bitcoin cash, ethereum, ethereum classic, litecoin, and XRP.",
"kyber": "Kyber is a trading platform for exchange and conversion of ERC-20 tokens"
"kyberSwap": "Fast, simple and secure token swap platform. Powered by Kyber Network's on-chain liquidity protocol.",
"thorSwap": "ThorSwap is an instant, safe and fair crypto asset market powered by decentralized atomic swap technologies. It is the most convenient way to start trading, no registration or KYC for small amount transactions.",
"changeNow": "ChangeNOW is one of the leading custody-free instant exchange services"
},
"genuinecheck": {
"modal": {

BIN
static/images/logos/exchanges/change-now.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
static/images/logos/exchanges/kyber-swap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

13
static/images/logos/exchanges/kyber.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.9 KiB

BIN
static/images/logos/exchanges/thor-swap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save