We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dc471 commit 8dbcdb7Copy full SHA for 8dbcdb7
.changeset/eleven-chicken-smile.md
@@ -2,4 +2,14 @@
2
"thirdweb": minor
3
---
4
5
-Adds EIP1193 adapters
+Adds EIP1193 adapters that allow conversion between Thirdweb wallets and EIP-1193 providers:
6
+
7
+- `EIP1193.fromProvider()`: Creates a Thirdweb wallet from any EIP-1193 compatible provider (like MetaMask, WalletConnect)
8
+- `EIP1193.toProvider()`: Converts a Thirdweb wallet into an EIP-1193 provider that can be used with any web3 library
9
10
+Key features:
11
+- Full EIP-1193 compliance for seamless integration
12
+- Handles account management (connect, disconnect, chain switching)
13
+- Supports all standard Ethereum JSON-RPC methods
14
+- Comprehensive event system for state changes
15
+- Type-safe interfaces with full TypeScript support
0 commit comments