vexchange / vexchange-v1

VeChain-based Decentralized Exchange Interface
https://vexchange.io
GNU General Public License v3.0
2 stars 4 forks source link

Link to vechain explorer is broken #25

Open TravisHall opened 3 years ago

TravisHall commented 3 years ago

Bug Description The link to your account and recent transactions on the vechain explorer are broken.

Steps to Reproduce

  1. Go to https://vexchange.io/swap
  2. Click on account
  3. Links to Your account and Recent transactions are broken

Expected Behavior The url to contain: https://explore.vechain.org

Instead of https://explore..vechain.org

Additional Context Bug occurs on Google Chrome Version 85.0.4183.102

LucasBruder commented 3 years ago

https://github.com/Monti/vexchange/blob/9eb4b1fddfcde8d96f1dfeaa50a0b43c9389f1b9/src/utils/index.js#L103 is the culprit

RensR commented 3 years ago

I've created a pull request to fix this issue.