Merge pull request #383 from poanetwork/vb-update-binance-link

Replace POA-ETH Binance link to POA-BTC
This commit is contained in:
Victor Baranov 2020-06-10 10:38:33 +03:00 committed by GitHub
commit 9c78efb175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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',

View File

@ -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',