Skip to content

Commit

Permalink
Merge pull request #26 from AvailX/avail-support
Browse files Browse the repository at this point in the history
adds Avail support in web3modal props
  • Loading branch information
lukenewman authored Jan 24, 2024
2 parents 2c5638e + 4da9bf5 commit 179081f
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 179081f

Please sign in to comment.