Skip to content

Commit

Permalink
zerion added
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Oct 17, 2023
1 parent d75f321 commit 22c3f67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<small class="text-center text-muted">Bifrost</small>
</div>

<div class="card col-6 cursor-pointer wallet-img-wrapper" @click="connectWalletConnect">
<img src="./assets/wallets/wc.png" class="card-img-top card-img-wallet" alt="Wallet Connect">
<small class="text-center text-muted">WalletConnect</small>
</div>

<div class="card col-6 cursor-pointer wallet-img-wrapper" @click="connectMetaMask">
<img src="./assets/wallets/rabby.png" class="card-img-top card-img-wallet" alt="Rabby">
<small class="text-center text-muted">Rabby</small>
Expand All @@ -40,12 +35,22 @@
<small class="text-center text-muted">Brave</small>
</div>

<!--
<div class="card col-6 cursor-pointer wallet-img-wrapper" @click="connectMetaMask">
<img src="./assets/wallets/zerion.png" class="card-img-top card-img-wallet" alt="Zerion">
<small class="text-center text-muted">Zerion</small>
</div>

<div class="card col-6 cursor-pointer wallet-img-wrapper" @click="connectCoinbase">
<img src="./assets/wallets/coinbase.png" class="card-img-top card-img-wallet" alt="Coinbase">
<small class="text-center text-muted">Coinbase</small>
</div>

<!--
<div class="card col-6 cursor-pointer wallet-img-wrapper" @click="connectWalletConnect">
<img src="./assets/wallets/wc.png" class="card-img-top card-img-wallet" alt="Wallet Connect">
<small class="text-center text-muted">WalletConnect</small>
</div>
<div class="card col-6 cursor-pointer wallet-img-wrapper" @click="connectWalletConnect">
<img src="./assets/wallets/minerva.png" class="card-img-top card-img-wallet" alt="Minerva">
<small class="text-center text-muted">Minerva</small>
Expand Down Expand Up @@ -201,7 +206,7 @@ export default {
});
const mmConnector = new MetaMaskConnector({
appUrl: "Flare Domains",
appUrl: "https://flr.domains/",
});
// wallet connect v2
Expand Down
Binary file added src/assets/wallets/zerion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22c3f67

Please sign in to comment.