Releases: grindery-io/grindery-wallet-sdk
Releases · grindery-io/grindery-wallet-sdk
v0.5.0
Added
Fixed
- Pairing redirect issue when SDK used in the Telegram Mini App
v0.4.2
Minor update
- Added client events tracking
v0.4.1
Fixed
- Fixed Telegram Mini App auto-closing issue on wallet connection.
v0.4.0
Features
- Added
getUserWalletAddress
SDK method, allowing to silently exchange Telegram user ID to EVM wallet address
v0.3.0
Added support for BNB and opBNB chains
- Added
eth_chainId
provider method, as specified by EIP-695
- Added
wallet_addEthereumChain
provider method, as specified by EIP-3085
- Added
wallet_switchEthereumChain
provider method, as specified by EIP-3326
- Added
chainChanged
provider event, as specified by EIP-1193
v0.2.0
Improvements
- Code refactored
- Bundle size reduced
v0.1.1
Features
- Added
window
events to announce injected Wallet Provider, as specified by EIP-6963