Skip to content

Commit

Permalink
chore: amend bestWallet connector (#2233)
Browse files Browse the repository at this point in the history
* Add Bestwallet to RainbowKit

* chore: changeset

* feat: updated qr link

* chore: delete .changeset/tough-dolls-run.md

---------

Co-authored-by: PratikPatil10 <[email protected]>
Co-authored-by: Daniel Sinclair <[email protected]>
Co-authored-by: Daniel Sinclair <[email protected]>
  • Loading branch information
4 people authored Oct 28, 2024
1 parent 267f2c3 commit d76bb28
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ export const bestWallet = ({
iconUrl: async () => (await import('./bestWallet.svg')).default,
iconBackground: '#5961FF',
downloadUrls: {
android:
'https://play.google.com/store/apps/details?id=com.bestwallet.mobile',
ios: 'https://apps.apple.com/in/app/best-wallet-buy-sell-crypto/id6451312105',
mobile: 'https://bestwallet.com/',
qrCode: 'https://bestwallet.com/',
android: 'https://best.sng.link/Dnio2/rto7?_smtype=3',
ios: 'https://best.sng.link/Dnio2/rto7?_smtype=3',
mobile: 'https://best.sng.link/Dnio2/rto7?_smtype=3',
qrCode: 'https://best.sng.link/Dnio2/rto7?_smtype=3',
},

mobile: {
Expand All @@ -28,7 +27,7 @@ export const bestWallet = ({
qrCode: {
getUri: (uri: string) => uri,
instructions: {
learnMoreUrl: 'https://bestwallet.com/',
learnMoreUrl: 'https://best.sng.link/Dnio2/rto7?_smtype=3',
steps: [
{
description: 'wallet_connectors.best.qr_code.step1.description',
Expand Down

0 comments on commit d76bb28

Please sign in to comment.