diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca460c7b..4c33105d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +- [#383](https://github.com/poanetwork/nifty-wallet/pull/383) - (Chore) Replace POA-ETH Binance link to POA-BTC + ## 5.1.0 Tue May 12 2020 - [#356](https://github.com/poanetwork/nifty-wallet/pull/356) - (Backwards-compatibility feature) Custom derivation paths and access to funds in accounts derived from ETH dPath diff --git a/app/scripts/lib/buy-eth-url.js b/app/scripts/lib/buy-eth-url.js index 58b5eb945..fe72b3a5f 100644 --- a/app/scripts/lib/buy-eth-url.js +++ b/app/scripts/lib/buy-eth-url.js @@ -91,7 +91,7 @@ function getExchanges ({network, amount, address}) { return [ { name: 'Binance', - link: 'https://www.binance.com/en/trade/POA_ETH', + link: 'https://www.binance.com/en/trade/POA_BTC', }, { name: 'BiBox', diff --git a/test/unit/app/buy-eth-url.spec.js b/test/unit/app/buy-eth-url.spec.js index 49ecb229a..78128b757 100644 --- a/test/unit/app/buy-eth-url.spec.js +++ b/test/unit/app/buy-eth-url.spec.js @@ -71,7 +71,7 @@ describe('', function () { assert.deepEqual(exchanges, [ { name: 'Binance', - link: 'https://www.binance.com/en/trade/POA_ETH', + link: 'https://www.binance.com/en/trade/POA_BTC', }, { name: 'BiBox',