Skip to content

Commit

Permalink
disable walletconnect + some fixes for allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensV committed Oct 23, 2023
1 parent 264a629 commit fdcf77e
Show file tree
Hide file tree
Showing 5 changed files with 691 additions and 388 deletions.
3 changes: 2 additions & 1 deletion components/BscWallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
</a>
</div>
<div class="column is-half">
<div class="provider has-radius is-mobile" @click="selectWallet('walletconnect')">
<div class="provider has-radius is-mobile has-background-grey">
<img src="@/assets/img/providers/walletconnect.svg">
WalletConnect
</div>
<span>(coming soon)</span>
</div>
</div>
</section>
Expand Down

0 comments on commit fdcf77e

Please sign in to comment.