Any EVM support in TypeScript and React SDKs

The Typescript and React SDKs v3.9 update brings support for connecting and interacting with contracts on any EVM chain!

The Typescript and React SDKs v3.9 update brings support for connecting and interacting with contracts on any EVM chain!

Start building on 700+ EVM compatible chains using our new @thirdweb-dev/chains package, or pass your own chainId and RPC url for your own custom chains!

import { ThirdwebSDK } from "@thirdweb-dev/sdk";
import { Gnosis } from "@thirdweb-dev/chains";

const sdk = new ThirdwebSDK(Gnosis);

Check out the documentation, and the full release notes for the TypeScript SDK and the React SDK to learn more.