update explorer links
This will bring them directly to the tx page, with the publish / tip highlighted.
This commit is contained in:
parent
4d4032c06e
commit
3c4d9e8729
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ function memePublishMessaging(source) {
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
To see Proof of Work (lol) that your meme is on the LBRY blockchain, <a href="https://explorer.lbry.io/address/${source.result.claim_address}" rel="noopener noreferrer" target="_blank" title="Your meme, on our blockchain explorer">check it out</a> on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
|
To see Proof of Work (lol) that your meme is on the LBRY blockchain, <a href="https://explorer.lbry.io/tx/${source.result.txid}?address=${source.result.claim_address}" rel="noopener noreferrer" target="_blank" title="Your meme, on our blockchain explorer">check it out</a> on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@ function memePublishMessaging(source) {
|
||||||
function tipCompletionMessaging(source) {
|
function tipCompletionMessaging(source) {
|
||||||
return `
|
return `
|
||||||
<p class="playground__description success">
|
<p class="playground__description success">
|
||||||
If you want proof of the tip you just gave on behalf of LBRY, <a href="https://explorer.lbry.io/tx/${source.result.txid}" rel="noopener noreferrer" target="_blank" title="Your tip, on our blockchain explorer">check it out</a> on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
|
If you want proof of the tip you just gave on behalf of LBRY, <a href="https://explorer.lbry.io/tx/${source.result.txid}?address=${source.result.outputs[0].address}" rel="noopener noreferrer" target="_blank" title="Your tip, on our blockchain explorer">check it out</a> on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
|
||||||
</p><br/>
|
</p><br/>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue