sygmaprotocol / sygma-widget

Transfer widget for the sygmaprotocol
5 stars 2 forks source link

feat: enable user to specify wallets #161

Closed saadjhk closed 2 months ago

saadjhk commented 3 months ago

Add functionality to enable users to specify onboard.js wallet modules

Description

Add Widget property wallets that accepts list of WalletInit[] objects from 3rd party app

Related Issue Or Context

Enable adding other web3 wallets

Closes: #87

Types of changes

wainola commented 3 months ago

@saadjhk you are missing some changes that we currently have on main for the wallet context and the manger mainly. connectEvmWallet receives and object for walletConnectOptions as well as appMetadata. You can find those on main branch. In that case it would make sense to rebase from main 😄

saadjhk commented 3 months ago

@wainola I have rebased with dev