ethereum/clrfund

BrightID verification success page links to fake tx hash

samajammin opened this issue · 0 comments

The tx we link out to Etherscan is incorrect:

clr fund - clr fund 2021-08-27 at 3 38 40 PM

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