BrightID verification success page links to fake tx hash
samajammin opened this issue · 0 comments
samajammin commented
The tx we link out to Etherscan is incorrect:
You can see here we never implemented this functionality:
https://github.com/ethereum/clrfund/blob/develop/vue-app/src/views/Verified.vue#L51
This should mimic the tx success page, getting the hash from the route param:
https://github.com/ethereum/clrfund/blob/develop/vue-app/src/router/index.ts#L186
Then grabbing that for the component:
https://github.com/ethereum/clrfund/blob/develop/vue-app/src/views/TransactionSuccess.vue#L50