Releases: DePayFi/web3-wallets
Releases · DePayFi/web3-wallets
v3.1.1
make sure getWallet() returns undefined if there was not wallet found
v3.1.0
adding connectedTo(blockchain)
v3.0.0
Adding bsc support and renaming package to depay-web3-wallets
v2.5.0
adds assets()
and assets(blockchain)
v2.4.0
assets for multiple blockchains
v2.3.0
Receive supported blockchains
blockchains:Array
: Array containing the names of supported blockchains
let wallet = getWallet();
wallet.name // MetaMask
wallet.blockchains // ['ethereum', 'bsc']
v2.0.0
v2: See https://github.com/DePayFi/depay-crypto-wallets#readme for details
v1.0.0
First release. Check https://github.com/DePayFi/depay-crypto-wallets#readme for details.