SmallRuralDog / web3modal-vue

A single Web3 / Ethereum provider solution for all Wallets
https://smallruraldog.github.io/web3modal-vue/
MIT License
109 stars 68 forks source link

problem with connectors/walletconnect.js #2

Closed kolirt closed 3 years ago

kolirt commented 3 years ago

connectror must return provider. please fix this

https://github.com/SmallRuralDog/web3modal-vue/blob/master/src/providers/connectors/walletconnect.js#L32

try {
    await provider.enable()

    resolve(provider);
} catch (e) {
    reject(e);
}
kolirt commented 3 years ago

pls merge pull request https://github.com/SmallRuralDog/web3modal-vue/pull/3