cosmology-tech / cosmos-kit

Universal wallet connector for the Cosmos ⚛️
https://cosmology.zone/products/cosmos-kit
BSD 3-Clause Clear License
183 stars 129 forks source link

Web3Auth extension is missing setDefaultSignOptions #412

Open vexxvakan opened 6 months ago

vexxvakan commented 6 months ago

TypeError: Cannot read properties of undefined (reading 'bind') at setDefaultSignOptions [...]

Turns out all other wallet's client.ts have this function and it's getter declared but Web3Auth has not and thus crashes on successful login through any social because the wallet cannot be configured right.