This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
updating onboard.js library to support gnosis safe wallet #1536
Labels
enhancement
New feature or request
onboard.js added support to gnosis safe wallet.
in order for us to include it we need to:
on this file:
https://github.com/bancorprotocol/webapp/blob/master/src/api/helpers.ts
under this section:
const wallets = [...]
add this:
{ walletName: "gnosis" }
The text was updated successfully, but these errors were encountered: