diff --git a/src/components/ExchangePage/index.js b/src/components/ExchangePage/index.js index d6afa06a..76fd5505 100644 --- a/src/components/ExchangePage/index.js +++ b/src/components/ExchangePage/index.js @@ -72,10 +72,22 @@ const cards = shuffle([ logo: Genesis, }, { - key: 'kyber', - id: 'kyber', - url: urls.kyber, - logo: KYBER, + key: 'kyberSwap', + id: 'kyberSwap', + url: urls.kyberSwap, + logo: KyberSwap, + }, + { + key: 'changeNow', + id: 'changeNow', + url: urls.changeNow, + logo: ChangeNow, + }, + { + key: 'thorSwap', + id: 'thorSwap', + url: urls.thorSwap, + logo: ThorSwap, }, ]) diff --git a/src/config/urls.js b/src/config/urls.js index 499a7d0a..620ccd83 100644 --- a/src/config/urls.js +++ b/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: { diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index f397cb29..81ffbba1 100644 --- a/static/i18n/en/app.json +++ b/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": { diff --git a/static/images/logos/exchanges/change-now.png b/static/images/logos/exchanges/change-now.png new file mode 100644 index 00000000..fb3f8a77 Binary files /dev/null and b/static/images/logos/exchanges/change-now.png differ diff --git a/static/images/logos/exchanges/kyber-swap.png b/static/images/logos/exchanges/kyber-swap.png new file mode 100644 index 00000000..45472e4f Binary files /dev/null and b/static/images/logos/exchanges/kyber-swap.png differ diff --git a/static/images/logos/exchanges/kyber.svg b/static/images/logos/exchanges/kyber.svg deleted file mode 100644 index 4cc634a0..00000000 --- a/static/images/logos/exchanges/kyber.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - Kyber network - Created with Sketch. - - - - - \ No newline at end of file diff --git a/static/images/logos/exchanges/thor-swap.png b/static/images/logos/exchanges/thor-swap.png new file mode 100644 index 00000000..f3851d66 Binary files /dev/null and b/static/images/logos/exchanges/thor-swap.png differ