Remove mentions of Ethereum from UI and code, refactor wallet connect #214

Merged
raucao merged 7 commits from chore/remove_last_ethereum_bits into master 2023-08-14 15:53:44 +00:00
Showing only changes of commit 87bf8ff2df - Show all commits
@@ -31,7 +31,7 @@
<div class="actions">
<p>
<a href="https://rinkeby.etherscan.io/address/{{this.model.account}}" class="button small" target="_blank" rel="noopener noreferrer">Inspect Ethereum transactions</a>
<a href="https://explorer.testnet.rsk.co/address/{{this.model.account}}" class="button small" target="_blank" rel="noopener noreferrer">Inspect Rootstock transactions</a>
{{#if this.model.ipfsHash}}
<a href="{{this.ipfsGatewayUrl}}/{{this.model.ipfsHash}}" class="button small" target="_blank" rel="noopener noreferrer">Inspect IPFS profile</a>
{{/if}}