You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { XaiSepolia } from "@thirdweb-dev/chains";
import dotenv from "dotenv";
dotenv.config();
const run = async () => {
// connect to the SDK with the wallet using the relayer URL for the Mumbai testnet
const sdk = ThirdwebSDK.fromPrivateKey(process.env.THIRDWEB_ADMIN_PRIVATE_KEY as string, XaiSepolia,{secretKey: process.env.THIRDWEB_SECRET_KEY as string});