Removing hardcoding of apiURL value
This commit is contained in:
parent
c94a169c8c
commit
c08e8f0b2a
@ -3870,7 +3870,7 @@
|
||||
Will be listed after confirmation on the blockchain.
|
||||
</p>
|
||||
</div>
|
||||
<a href=${`https://blockbook.ranchimall.net/tx/${txid}`} target="_blank" class="button button--primary">View on explorer</a>
|
||||
<a href="${floBlockchainAPI.apiURL.replace(/\/$/, '')}/tx/${txid}" target="_blank" class="button button--primary">View on explorer</a>
|
||||
</div>
|
||||
`)
|
||||
}).catch((error) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user