Skip to content

Commit

Permalink
adds Avail to data/walletconnect.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack authored and Zack committed Jan 15, 2024
1 parent 95d7ba3 commit 4da9bf5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/walletconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,18 @@ export const web3modal_puzzle_props = {
universal: 'https://walletconnect.puzzle.online/',
},
},
{
id: 'avail',
name: 'Avail Wallet',
links: {
native: 'avail://',
universal: 'https://avail.global',
},
},
],
walletImages: {
puzzle: 'https://i.imgur.com/p9tHaFC.png',
avail: 'https://i.imgur.com/GxNn8BO.png'
},
};

Expand Down

0 comments on commit 4da9bf5

Please sign in to comment.