@circle-fin/usdckit - v0.21.0
    Preparing search index...
    • Type Parameters

      • const chains extends (
            | {
                blockchainId: "ARB-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.arbiscan.io/api";
                        name: "Arbiscan";
                        url: "https://sepolia.arbiscan.io";
                    };
                };
                blockTime: 250;
                contracts: {
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 81930;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 421614;
                name: "Arbitrum Sepolia";
                nativeCurrency: {
                    decimals: 18;
                    name: "Arbitrum Sepolia Ether";
                    symbol: "ETH";
                };
                rpcUrls: {
                    default: { http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"] };
                };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "AVAX-FUJI";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-testnet.snowtrace.io";
                        name: "SnowTrace";
                        url: "https://testnet.snowtrace.io";
                    };
                };
                blockTime?: number;
                contracts: {
                    EURC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
                        read: { decimals: () => 6 };
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 7096959;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x5425890298aed601595a70ab815c96711a31bc65";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 43113;
                name: "Avalanche Fuji";
                nativeCurrency: { decimals: 18; name: "Avalanche Fuji"; symbol: "AVAX" };
                rpcUrls: {
                    default: {
                        http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
                    };
                };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "ETH-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.etherscan.io/api";
                        name: "Etherscan";
                        url: "https://sepolia.etherscan.io";
                    };
                };
                blockTime?: number;
                contracts: {
                    ensUniversalResolver: {
                        address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
                        blockCreated: 8928790;
                    };
                    EURC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
                        read: { decimals: () => 6 };
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 751532;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 11155111;
                name: "Sepolia";
                nativeCurrency: { decimals: 18; name: "Sepolia Ether"; symbol: "ETH" };
                rpcUrls: { default: { http: readonly ["https://sepolia.drpc.org"] } };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "MATIC-AMOY";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-amoy.polygonscan.com/api";
                        name: "PolygonScan";
                        url: "https://amoy.polygonscan.com";
                    };
                };
                blockTime?: number;
                contracts: {
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 3127388;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 80002;
                name: "Polygon Amoy";
                nativeCurrency: { decimals: 18; name: "POL"; symbol: "POL" };
                rpcUrls: {
                    default: { http: readonly ["https://rpc-amoy.polygon.technology"] };
                };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "BASE-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.basescan.org/api";
                        name: "Basescan";
                        url: "https://sepolia.basescan.org";
                    };
                };
                blockTime: 2000;
                contracts: {
                    disputeGameFactory: {
                        "11155111": { address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1" };
                    };
                    EURC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x808456652fdb597867f38412077A9182bf77359F";
                        read: { decimals: () => 6 };
                    };
                    gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" };
                    l1Block: { address: "0x4200000000000000000000000000000000000015" };
                    l1StandardBridge: {
                        "11155111": {
                            address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
                            blockCreated: 4446677;
                        };
                    };
                    l2CrossDomainMessenger: {
                        address: "0x4200000000000000000000000000000000000007";
                    };
                    l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" };
                    l2OutputOracle: {
                        "11155111": { address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254" };
                    };
                    l2StandardBridge: {
                        address: "0x4200000000000000000000000000000000000010";
                    };
                    l2ToL1MessagePasser: {
                        address: "0x4200000000000000000000000000000000000016";
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 1059647;
                    };
                    portal: {
                        "11155111": {
                            address: "0x49f53e41452c74589e85ca1677426ba426459e85";
                            blockCreated: 4446677;
                        };
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters: {
                    block: {
                        exclude: undefined | [];
                        format: (
                            args: OpStackRpcBlock<BlockTag, boolean>,
                        ) => {
                            baseFeePerGas: null | bigint;
                            blobGasUsed: bigint;
                            difficulty: bigint;
                            excessBlobGas: bigint;
                            extraData: `0x${string}`;
                            gasLimit: bigint;
                            gasUsed: bigint;
                            hash: null | `0x${string}`;
                            logsBloom: null | `0x${string}`;
                            miner: `0x${string}`;
                            mixHash: `0x${string}`;
                            nonce: null | `0x${string}`;
                            number: null | bigint;
                            parentBeaconBlockRoot?: `0x${string}`;
                            parentHash: `0x${string}`;
                            receiptsRoot: `0x${string}`;
                            sealFields: `0x${string}`[];
                            sha3Uncles: `0x${string}`;
                            size: bigint;
                            stateRoot: `0x${string}`;
                            timestamp: bigint;
                            totalDifficulty: null | bigint;
                            transactions: `0x${string}`[] | OpStackTransaction<boolean>[];
                            transactionsRoot: `0x${string}`;
                            uncles: `0x${string}`[];
                            withdrawals?: Withdrawal[];
                            withdrawalsRoot?: `0x${string}`;
                        };
                        type: "block";
                    };
                    transaction: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransaction<boolean>,
                        ) =>
                            | {
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: boolean;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: bigint;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash: `0x${string}`;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "deposit";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList?: undefined;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId?: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "legacy";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity?: undefined;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip2930";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip1559";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes: readonly `0x${string}`[];
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas: bigint;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip4844";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList: SignedAuthorizationList<number>;
                                blobVersionedHashes?: undefined;
                                blockHash: null | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip7702";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            };
                        type: "transaction";
                    };
                    transactionReceipt: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransactionReceipt,
                        ) => {
                            blobGasPrice?: bigint;
                            blobGasUsed?: bigint;
                            blockHash: `0x${string}`;
                            blockNumber: bigint;
                            contractAddress: undefined | null | `0x${string}`;
                            cumulativeGasUsed: bigint;
                            effectiveGasPrice: bigint;
                            from: `0x${string}`;
                            gasUsed: bigint;
                            l1Fee: null | bigint;
                            l1FeeScalar: null | number;
                            l1GasPrice: null | bigint;
                            l1GasUsed: null | bigint;
                            logs: Log<
                                bigint,
                                number,
                                false,
                                undefined,
                                undefined,
                                undefined,
                                undefined,
                            >[];
                            logsBloom: `0x${string}`;
                            root?: `0x${string}`;
                            status: "success"
                            | "reverted";
                            to: null | `0x${string}`;
                            transactionHash: `0x${string}`;
                            transactionIndex: number;
                            type: TransactionType;
                        };
                        type: "transactionReceipt";
                    };
                };
                id: 84532;
                name: "Base Sepolia";
                nativeCurrency: { decimals: 18; name: "Sepolia Ether"; symbol: "ETH" };
                network: "base-sepolia";
                rpcUrls: { default: { http: readonly ["https://sepolia.base.org"] } };
                serializers: {
                    transaction: (
                        transaction: OpStackTransactionSerializable,
                        signature?: Signature,
                    ) =>
                        | `0x02${string}`
                        | `0x01${string}`
                        | `0x03${string}`
                        | `0x04${string}`
                        | TransactionSerializedLegacy
                        | `0x7e${string}`;
                };
                sourceId: 11155111;
                testnet: true;
            }
            | {
                blockchainId: "OP-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://optimism-sepolia.blockscout.com/api";
                        name: "Blockscout";
                        url: "https://optimism-sepolia.blockscout.com";
                    };
                };
                blockTime: 2000;
                contracts: {
                    disputeGameFactory: {
                        "11155111": { address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1" };
                    };
                    gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" };
                    l1Block: { address: "0x4200000000000000000000000000000000000015" };
                    l1StandardBridge: {
                        "11155111": { address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1" };
                    };
                    l2CrossDomainMessenger: {
                        address: "0x4200000000000000000000000000000000000007";
                    };
                    l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" };
                    l2OutputOracle: {
                        "11155111": { address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F" };
                    };
                    l2StandardBridge: {
                        address: "0x4200000000000000000000000000000000000010";
                    };
                    l2ToL1MessagePasser: {
                        address: "0x4200000000000000000000000000000000000016";
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 1620204;
                    };
                    portal: {
                        "11155111": { address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC" };
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters: {
                    block: {
                        exclude: undefined | [];
                        format: (
                            args: OpStackRpcBlock<BlockTag, boolean>,
                        ) => {
                            baseFeePerGas: null | bigint;
                            blobGasUsed: bigint;
                            difficulty: bigint;
                            excessBlobGas: bigint;
                            extraData: `0x${string}`;
                            gasLimit: bigint;
                            gasUsed: bigint;
                            hash: null | `0x${string}`;
                            logsBloom: null | `0x${string}`;
                            miner: `0x${string}`;
                            mixHash: `0x${string}`;
                            nonce: null | `0x${string}`;
                            number: null | bigint;
                            parentBeaconBlockRoot?: `0x${string}`;
                            parentHash: `0x${string}`;
                            receiptsRoot: `0x${string}`;
                            sealFields: `0x${string}`[];
                            sha3Uncles: `0x${string}`;
                            size: bigint;
                            stateRoot: `0x${string}`;
                            timestamp: bigint;
                            totalDifficulty: null | bigint;
                            transactions: `0x${string}`[] | OpStackTransaction<boolean>[];
                            transactionsRoot: `0x${string}`;
                            uncles: `0x${string}`[];
                            withdrawals?: Withdrawal[];
                            withdrawalsRoot?: `0x${string}`;
                        };
                        type: "block";
                    };
                    transaction: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransaction<boolean>,
                        ) =>
                            | {
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: boolean;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: bigint;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash: `0x${string}`;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "deposit";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList?: undefined;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId?: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "legacy";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity?: undefined;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip2930";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip1559";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes: readonly `0x${string}`[];
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas: bigint;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip4844";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList: SignedAuthorizationList<number>;
                                blobVersionedHashes?: undefined;
                                blockHash: null | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip7702";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            };
                        type: "transaction";
                    };
                    transactionReceipt: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransactionReceipt,
                        ) => {
                            blobGasPrice?: bigint;
                            blobGasUsed?: bigint;
                            blockHash: `0x${string}`;
                            blockNumber: bigint;
                            contractAddress: undefined | null | `0x${string}`;
                            cumulativeGasUsed: bigint;
                            effectiveGasPrice: bigint;
                            from: `0x${string}`;
                            gasUsed: bigint;
                            l1Fee: null | bigint;
                            l1FeeScalar: null | number;
                            l1GasPrice: null | bigint;
                            l1GasUsed: null | bigint;
                            logs: Log<
                                bigint,
                                number,
                                false,
                                undefined,
                                undefined,
                                undefined,
                                undefined,
                            >[];
                            logsBloom: `0x${string}`;
                            root?: `0x${string}`;
                            status: "success"
                            | "reverted";
                            to: null | `0x${string}`;
                            transactionHash: `0x${string}`;
                            transactionIndex: number;
                            type: TransactionType;
                        };
                        type: "transactionReceipt";
                    };
                };
                id: 11155420;
                name: "OP Sepolia";
                nativeCurrency: { decimals: 18; name: "Sepolia Ether"; symbol: "ETH" };
                rpcUrls: { default: { http: readonly ["https://sepolia.optimism.io"] } };
                serializers: {
                    transaction: (
                        transaction: OpStackTransactionSerializable,
                        signature?: Signature,
                    ) =>
                        | `0x02${string}`
                        | `0x01${string}`
                        | `0x03${string}`
                        | `0x04${string}`
                        | TransactionSerializedLegacy
                        | `0x7e${string}`;
                };
                sourceId: 11155111;
                testnet: true;
            }
            | {
                blockchainId: "UNI-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.uniscan.xyz/api";
                        name: "Uniscan";
                        url: "https://sepolia.uniscan.xyz";
                    };
                };
                blockTime: 2000;
                contracts: {
                    disputeGameFactory: {
                        "11155111": { address: "0xeff73e5aa3B9AEC32c659Aa3E00444d20a84394b" };
                    };
                    gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" };
                    l1Block: { address: "0x4200000000000000000000000000000000000015" };
                    l1StandardBridge: {
                        "11155111": { address: "0xea58fcA6849d79EAd1f26608855c2D6407d54Ce2" };
                    };
                    l2CrossDomainMessenger: {
                        address: "0x4200000000000000000000000000000000000007";
                    };
                    l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" };
                    l2StandardBridge: {
                        address: "0x4200000000000000000000000000000000000010";
                    };
                    l2ToL1MessagePasser: {
                        address: "0x4200000000000000000000000000000000000016";
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 0;
                    };
                    portal: {
                        "11155111": { address: "0x0d83dab629f0e0F9d36c0Cbc89B69a489f0751bD" };
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters: {
                    block: {
                        exclude: undefined | [];
                        format: (
                            args: OpStackRpcBlock<BlockTag, boolean>,
                        ) => {
                            baseFeePerGas: null | bigint;
                            blobGasUsed: bigint;
                            difficulty: bigint;
                            excessBlobGas: bigint;
                            extraData: `0x${string}`;
                            gasLimit: bigint;
                            gasUsed: bigint;
                            hash: null | `0x${string}`;
                            logsBloom: null | `0x${string}`;
                            miner: `0x${string}`;
                            mixHash: `0x${string}`;
                            nonce: null | `0x${string}`;
                            number: null | bigint;
                            parentBeaconBlockRoot?: `0x${string}`;
                            parentHash: `0x${string}`;
                            receiptsRoot: `0x${string}`;
                            sealFields: `0x${string}`[];
                            sha3Uncles: `0x${string}`;
                            size: bigint;
                            stateRoot: `0x${string}`;
                            timestamp: bigint;
                            totalDifficulty: null | bigint;
                            transactions: `0x${string}`[] | OpStackTransaction<boolean>[];
                            transactionsRoot: `0x${string}`;
                            uncles: `0x${string}`[];
                            withdrawals?: Withdrawal[];
                            withdrawalsRoot?: `0x${string}`;
                        };
                        type: "block";
                    };
                    transaction: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransaction<boolean>,
                        ) =>
                            | {
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: boolean;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: bigint;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash: `0x${string}`;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "deposit";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList?: undefined;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId?: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "legacy";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity?: undefined;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip2930";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip1559";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes: readonly `0x${string}`[];
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas: bigint;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip4844";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList: SignedAuthorizationList<number>;
                                blobVersionedHashes?: undefined;
                                blockHash: null | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip7702";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            };
                        type: "transaction";
                    };
                    transactionReceipt: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransactionReceipt,
                        ) => {
                            blobGasPrice?: bigint;
                            blobGasUsed?: bigint;
                            blockHash: `0x${string}`;
                            blockNumber: bigint;
                            contractAddress: undefined | null | `0x${string}`;
                            cumulativeGasUsed: bigint;
                            effectiveGasPrice: bigint;
                            from: `0x${string}`;
                            gasUsed: bigint;
                            l1Fee: null | bigint;
                            l1FeeScalar: null | number;
                            l1GasPrice: null | bigint;
                            l1GasUsed: null | bigint;
                            logs: Log<
                                bigint,
                                number,
                                false,
                                undefined,
                                undefined,
                                undefined,
                                undefined,
                            >[];
                            logsBloom: `0x${string}`;
                            root?: `0x${string}`;
                            status: "success"
                            | "reverted";
                            to: null | `0x${string}`;
                            transactionHash: `0x${string}`;
                            transactionIndex: number;
                            type: TransactionType;
                        };
                        type: "transactionReceipt";
                    };
                };
                id: 1301;
                name: "Unichain Sepolia";
                nativeCurrency: { decimals: 18; name: "Ether"; symbol: "ETH" };
                rpcUrls: { default: { http: readonly ["https://sepolia.unichain.org"] } };
                serializers: {
                    transaction: (
                        transaction: OpStackTransactionSerializable,
                        signature?: Signature,
                    ) =>
                        | `0x02${string}`
                        | `0x01${string}`
                        | `0x03${string}`
                        | `0x04${string}`
                        | TransactionSerializedLegacy
                        | `0x7e${string}`;
                };
                sourceId: 11155111;
                testnet: true;
            }
        )[]
      • chain extends
            | {
                blockchainId: "ARB-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.arbiscan.io/api";
                        name: "Arbiscan";
                        url: "https://sepolia.arbiscan.io";
                    };
                };
                blockTime: 250;
                contracts: {
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 81930;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 421614;
                name: "Arbitrum Sepolia";
                nativeCurrency: {
                    decimals: 18;
                    name: "Arbitrum Sepolia Ether";
                    symbol: "ETH";
                };
                rpcUrls: {
                    default: { http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"] };
                };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "AVAX-FUJI";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-testnet.snowtrace.io";
                        name: "SnowTrace";
                        url: "https://testnet.snowtrace.io";
                    };
                };
                blockTime?: number;
                contracts: {
                    EURC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
                        read: { decimals: () => 6 };
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 7096959;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x5425890298aed601595a70ab815c96711a31bc65";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 43113;
                name: "Avalanche Fuji";
                nativeCurrency: { decimals: 18; name: "Avalanche Fuji"; symbol: "AVAX" };
                rpcUrls: {
                    default: {
                        http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
                    };
                };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "ETH-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.etherscan.io/api";
                        name: "Etherscan";
                        url: "https://sepolia.etherscan.io";
                    };
                };
                blockTime?: number;
                contracts: {
                    ensUniversalResolver: {
                        address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
                        blockCreated: 8928790;
                    };
                    EURC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
                        read: { decimals: () => 6 };
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 751532;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 11155111;
                name: "Sepolia";
                nativeCurrency: { decimals: 18; name: "Sepolia Ether"; symbol: "ETH" };
                rpcUrls: { default: { http: readonly ["https://sepolia.drpc.org"] } };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "MATIC-AMOY";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-amoy.polygonscan.com/api";
                        name: "PolygonScan";
                        url: "https://amoy.polygonscan.com";
                    };
                };
                blockTime?: number;
                contracts: {
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 3127388;
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters?: undefined;
                id: 80002;
                name: "Polygon Amoy";
                nativeCurrency: { decimals: 18; name: "POL"; symbol: "POL" };
                rpcUrls: {
                    default: { http: readonly ["https://rpc-amoy.polygon.technology"] };
                };
                serializers?: ChainSerializers<
                    undefined,
                    TransactionSerializable<bigint, number>,
                >;
                sourceId?: number;
                testnet: true;
            }
            | {
                blockchainId: "BASE-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.basescan.org/api";
                        name: "Basescan";
                        url: "https://sepolia.basescan.org";
                    };
                };
                blockTime: 2000;
                contracts: {
                    disputeGameFactory: {
                        "11155111": { address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1" };
                    };
                    EURC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x808456652fdb597867f38412077A9182bf77359F";
                        read: { decimals: () => 6 };
                    };
                    gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" };
                    l1Block: { address: "0x4200000000000000000000000000000000000015" };
                    l1StandardBridge: {
                        "11155111": {
                            address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
                            blockCreated: 4446677;
                        };
                    };
                    l2CrossDomainMessenger: {
                        address: "0x4200000000000000000000000000000000000007";
                    };
                    l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" };
                    l2OutputOracle: {
                        "11155111": { address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254" };
                    };
                    l2StandardBridge: {
                        address: "0x4200000000000000000000000000000000000010";
                    };
                    l2ToL1MessagePasser: {
                        address: "0x4200000000000000000000000000000000000016";
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 1059647;
                    };
                    portal: {
                        "11155111": {
                            address: "0x49f53e41452c74589e85ca1677426ba426459e85";
                            blockCreated: 4446677;
                        };
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters: {
                    block: {
                        exclude: undefined | [];
                        format: (
                            args: OpStackRpcBlock<BlockTag, boolean>,
                        ) => {
                            baseFeePerGas: null | bigint;
                            blobGasUsed: bigint;
                            difficulty: bigint;
                            excessBlobGas: bigint;
                            extraData: `0x${string}`;
                            gasLimit: bigint;
                            gasUsed: bigint;
                            hash: null | `0x${string}`;
                            logsBloom: null | `0x${string}`;
                            miner: `0x${string}`;
                            mixHash: `0x${string}`;
                            nonce: null | `0x${string}`;
                            number: null | bigint;
                            parentBeaconBlockRoot?: `0x${string}`;
                            parentHash: `0x${string}`;
                            receiptsRoot: `0x${string}`;
                            sealFields: `0x${string}`[];
                            sha3Uncles: `0x${string}`;
                            size: bigint;
                            stateRoot: `0x${string}`;
                            timestamp: bigint;
                            totalDifficulty: null | bigint;
                            transactions: `0x${string}`[] | OpStackTransaction<boolean>[];
                            transactionsRoot: `0x${string}`;
                            uncles: `0x${string}`[];
                            withdrawals?: Withdrawal[];
                            withdrawalsRoot?: `0x${string}`;
                        };
                        type: "block";
                    };
                    transaction: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransaction<boolean>,
                        ) =>
                            | {
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: boolean;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: bigint;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash: `0x${string}`;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "deposit";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList?: undefined;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId?: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "legacy";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity?: undefined;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip2930";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip1559";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes: readonly `0x${string}`[];
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas: bigint;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip4844";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList: SignedAuthorizationList<number>;
                                blobVersionedHashes?: undefined;
                                blockHash: null | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip7702";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            };
                        type: "transaction";
                    };
                    transactionReceipt: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransactionReceipt,
                        ) => {
                            blobGasPrice?: bigint;
                            blobGasUsed?: bigint;
                            blockHash: `0x${string}`;
                            blockNumber: bigint;
                            contractAddress: undefined | null | `0x${string}`;
                            cumulativeGasUsed: bigint;
                            effectiveGasPrice: bigint;
                            from: `0x${string}`;
                            gasUsed: bigint;
                            l1Fee: null | bigint;
                            l1FeeScalar: null | number;
                            l1GasPrice: null | bigint;
                            l1GasUsed: null | bigint;
                            logs: Log<
                                bigint,
                                number,
                                false,
                                undefined,
                                undefined,
                                undefined,
                                undefined,
                            >[];
                            logsBloom: `0x${string}`;
                            root?: `0x${string}`;
                            status: "success"
                            | "reverted";
                            to: null | `0x${string}`;
                            transactionHash: `0x${string}`;
                            transactionIndex: number;
                            type: TransactionType;
                        };
                        type: "transactionReceipt";
                    };
                };
                id: 84532;
                name: "Base Sepolia";
                nativeCurrency: { decimals: 18; name: "Sepolia Ether"; symbol: "ETH" };
                network: "base-sepolia";
                rpcUrls: { default: { http: readonly ["https://sepolia.base.org"] } };
                serializers: {
                    transaction: (
                        transaction: OpStackTransactionSerializable,
                        signature?: Signature,
                    ) =>
                        | `0x02${string}`
                        | `0x01${string}`
                        | `0x03${string}`
                        | `0x04${string}`
                        | TransactionSerializedLegacy
                        | `0x7e${string}`;
                };
                sourceId: 11155111;
                testnet: true;
            }
            | {
                blockchainId: "OP-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://optimism-sepolia.blockscout.com/api";
                        name: "Blockscout";
                        url: "https://optimism-sepolia.blockscout.com";
                    };
                };
                blockTime: 2000;
                contracts: {
                    disputeGameFactory: {
                        "11155111": { address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1" };
                    };
                    gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" };
                    l1Block: { address: "0x4200000000000000000000000000000000000015" };
                    l1StandardBridge: {
                        "11155111": { address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1" };
                    };
                    l2CrossDomainMessenger: {
                        address: "0x4200000000000000000000000000000000000007";
                    };
                    l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" };
                    l2OutputOracle: {
                        "11155111": { address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F" };
                    };
                    l2StandardBridge: {
                        address: "0x4200000000000000000000000000000000000010";
                    };
                    l2ToL1MessagePasser: {
                        address: "0x4200000000000000000000000000000000000016";
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 1620204;
                    };
                    portal: {
                        "11155111": { address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC" };
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters: {
                    block: {
                        exclude: undefined | [];
                        format: (
                            args: OpStackRpcBlock<BlockTag, boolean>,
                        ) => {
                            baseFeePerGas: null | bigint;
                            blobGasUsed: bigint;
                            difficulty: bigint;
                            excessBlobGas: bigint;
                            extraData: `0x${string}`;
                            gasLimit: bigint;
                            gasUsed: bigint;
                            hash: null | `0x${string}`;
                            logsBloom: null | `0x${string}`;
                            miner: `0x${string}`;
                            mixHash: `0x${string}`;
                            nonce: null | `0x${string}`;
                            number: null | bigint;
                            parentBeaconBlockRoot?: `0x${string}`;
                            parentHash: `0x${string}`;
                            receiptsRoot: `0x${string}`;
                            sealFields: `0x${string}`[];
                            sha3Uncles: `0x${string}`;
                            size: bigint;
                            stateRoot: `0x${string}`;
                            timestamp: bigint;
                            totalDifficulty: null | bigint;
                            transactions: `0x${string}`[] | OpStackTransaction<boolean>[];
                            transactionsRoot: `0x${string}`;
                            uncles: `0x${string}`[];
                            withdrawals?: Withdrawal[];
                            withdrawalsRoot?: `0x${string}`;
                        };
                        type: "block";
                    };
                    transaction: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransaction<boolean>,
                        ) =>
                            | {
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: boolean;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: bigint;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash: `0x${string}`;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "deposit";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList?: undefined;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId?: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "legacy";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity?: undefined;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip2930";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip1559";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes: readonly `0x${string}`[];
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas: bigint;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip4844";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList: SignedAuthorizationList<number>;
                                blobVersionedHashes?: undefined;
                                blockHash: null | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip7702";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            };
                        type: "transaction";
                    };
                    transactionReceipt: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransactionReceipt,
                        ) => {
                            blobGasPrice?: bigint;
                            blobGasUsed?: bigint;
                            blockHash: `0x${string}`;
                            blockNumber: bigint;
                            contractAddress: undefined | null | `0x${string}`;
                            cumulativeGasUsed: bigint;
                            effectiveGasPrice: bigint;
                            from: `0x${string}`;
                            gasUsed: bigint;
                            l1Fee: null | bigint;
                            l1FeeScalar: null | number;
                            l1GasPrice: null | bigint;
                            l1GasUsed: null | bigint;
                            logs: Log<
                                bigint,
                                number,
                                false,
                                undefined,
                                undefined,
                                undefined,
                                undefined,
                            >[];
                            logsBloom: `0x${string}`;
                            root?: `0x${string}`;
                            status: "success"
                            | "reverted";
                            to: null | `0x${string}`;
                            transactionHash: `0x${string}`;
                            transactionIndex: number;
                            type: TransactionType;
                        };
                        type: "transactionReceipt";
                    };
                };
                id: 11155420;
                name: "OP Sepolia";
                nativeCurrency: { decimals: 18; name: "Sepolia Ether"; symbol: "ETH" };
                rpcUrls: { default: { http: readonly ["https://sepolia.optimism.io"] } };
                serializers: {
                    transaction: (
                        transaction: OpStackTransactionSerializable,
                        signature?: Signature,
                    ) =>
                        | `0x02${string}`
                        | `0x01${string}`
                        | `0x03${string}`
                        | `0x04${string}`
                        | TransactionSerializedLegacy
                        | `0x7e${string}`;
                };
                sourceId: 11155111;
                testnet: true;
            }
            | {
                blockchainId: "UNI-SEPOLIA";
                blockchainVm: "EVM";
                blockExplorers: {
                    default: {
                        apiUrl: "https://api-sepolia.uniscan.xyz/api";
                        name: "Uniscan";
                        url: "https://sepolia.uniscan.xyz";
                    };
                };
                blockTime: 2000;
                contracts: {
                    disputeGameFactory: {
                        "11155111": { address: "0xeff73e5aa3B9AEC32c659Aa3E00444d20a84394b" };
                    };
                    gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" };
                    l1Block: { address: "0x4200000000000000000000000000000000000015" };
                    l1StandardBridge: {
                        "11155111": { address: "0xea58fcA6849d79EAd1f26608855c2D6407d54Ce2" };
                    };
                    l2CrossDomainMessenger: {
                        address: "0x4200000000000000000000000000000000000007";
                    };
                    l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" };
                    l2StandardBridge: {
                        address: "0x4200000000000000000000000000000000000010";
                    };
                    l2ToL1MessagePasser: {
                        address: "0x4200000000000000000000000000000000000016";
                    };
                    multicall3: {
                        address: "0xca11bde05977b3631167028862be2a173976ca11";
                        blockCreated: 0;
                    };
                    portal: {
                        "11155111": { address: "0x0d83dab629f0e0F9d36c0Cbc89B69a489f0751bD" };
                    };
                    USDC: {
                        abi: readonly [
                            {
                                inputs: readonly [
                                    { indexed: true; name: "owner"; type: "address" },
                                    { indexed: true; name: "spender"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Approval";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { indexed: true; name: "from"; type: "address" },
                                    { indexed: true; name: "to"; type: "address" },
                                    { indexed: false; name: "value"; type: "uint256" },
                                ];
                                name: "Transfer";
                                type: "event";
                            },
                            {
                                inputs: readonly [
                                    { name: "owner"; type: "address" },
                                    { name: "spender"; type: "address" },
                                ];
                                name: "allowance";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "spender"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "approve";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [{ name: "account"; type: "address" }];
                                name: "balanceOf";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "decimals";
                                outputs: readonly [{ type: "uint8" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "name";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "symbol";
                                outputs: readonly [{ type: "string" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [];
                                name: "totalSupply";
                                outputs: readonly [{ type: "uint256" }];
                                stateMutability: "view";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transfer";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                            {
                                inputs: readonly [
                                    { name: "sender"; type: "address" },
                                    { name: "recipient"; type: "address" },
                                    { name: "amount"; type: "uint256" },
                                ];
                                name: "transferFrom";
                                outputs: readonly [{ type: "bool" }];
                                stateMutability: "nonpayable";
                                type: "function";
                            },
                        ];
                        address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
                        read: { decimals: () => 6 };
                    };
                };
                custom?: Record<string, unknown>;
                ensTlds?: readonly string[];
                experimental_preconfirmationTime?: number;
                fees?: ChainFees<undefined>;
                formatters: {
                    block: {
                        exclude: undefined | [];
                        format: (
                            args: OpStackRpcBlock<BlockTag, boolean>,
                        ) => {
                            baseFeePerGas: null | bigint;
                            blobGasUsed: bigint;
                            difficulty: bigint;
                            excessBlobGas: bigint;
                            extraData: `0x${string}`;
                            gasLimit: bigint;
                            gasUsed: bigint;
                            hash: null | `0x${string}`;
                            logsBloom: null | `0x${string}`;
                            miner: `0x${string}`;
                            mixHash: `0x${string}`;
                            nonce: null | `0x${string}`;
                            number: null | bigint;
                            parentBeaconBlockRoot?: `0x${string}`;
                            parentHash: `0x${string}`;
                            receiptsRoot: `0x${string}`;
                            sealFields: `0x${string}`[];
                            sha3Uncles: `0x${string}`;
                            size: bigint;
                            stateRoot: `0x${string}`;
                            timestamp: bigint;
                            totalDifficulty: null | bigint;
                            transactions: `0x${string}`[] | OpStackTransaction<boolean>[];
                            transactionsRoot: `0x${string}`;
                            uncles: `0x${string}`[];
                            withdrawals?: Withdrawal[];
                            withdrawalsRoot?: `0x${string}`;
                        };
                        type: "block";
                    };
                    transaction: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransaction<boolean>,
                        ) =>
                            | {
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: boolean;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: bigint;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash: `0x${string}`;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "deposit";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList?: undefined;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId?: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "legacy";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity?: undefined;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice: bigint;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas?: undefined;
                                maxPriorityFeePerGas?: undefined;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip2930";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes?: undefined;
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip1559";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList?: undefined;
                                blobVersionedHashes: readonly `0x${string}`[];
                                blockHash: null
                                | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas: bigint;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip4844";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            }
                            | {
                                accessList: AccessList;
                                authorizationList: SignedAuthorizationList<number>;
                                blobVersionedHashes?: undefined;
                                blockHash: null | `0x${string}`;
                                blockNumber: null | bigint;
                                chainId: number;
                                from: `0x${string}`;
                                gas: bigint;
                                gasPrice?: undefined;
                                hash: `0x${string}`;
                                input: `0x${string}`;
                                isSystemTx?: undefined;
                                maxFeePerBlobGas?: undefined;
                                maxFeePerGas: bigint;
                                maxPriorityFeePerGas: bigint;
                                mint?: undefined;
                                nonce: number;
                                r: `0x${string}`;
                                s: `0x${string}`;
                                sourceHash?: undefined;
                                to: null | `0x${string}`;
                                transactionIndex: null | number;
                                type: "eip7702";
                                typeHex: null | `0x${string}`;
                                v: bigint;
                                value: bigint;
                                yParity: number;
                            };
                        type: "transaction";
                    };
                    transactionReceipt: {
                        exclude: undefined
                        | [];
                        format: (
                            args: OpStackRpcTransactionReceipt,
                        ) => {
                            blobGasPrice?: bigint;
                            blobGasUsed?: bigint;
                            blockHash: `0x${string}`;
                            blockNumber: bigint;
                            contractAddress: undefined | null | `0x${string}`;
                            cumulativeGasUsed: bigint;
                            effectiveGasPrice: bigint;
                            from: `0x${string}`;
                            gasUsed: bigint;
                            l1Fee: null | bigint;
                            l1FeeScalar: null | number;
                            l1GasPrice: null | bigint;
                            l1GasUsed: null | bigint;
                            logs: Log<
                                bigint,
                                number,
                                false,
                                undefined,
                                undefined,
                                undefined,
                                undefined,
                            >[];
                            logsBloom: `0x${string}`;
                            root?: `0x${string}`;
                            status: "success"
                            | "reverted";
                            to: null | `0x${string}`;
                            transactionHash: `0x${string}`;
                            transactionIndex: number;
                            type: TransactionType;
                        };
                        type: "transactionReceipt";
                    };
                };
                id: 1301;
                name: "Unichain Sepolia";
                nativeCurrency: { decimals: 18; name: "Ether"; symbol: "ETH" };
                rpcUrls: { default: { http: readonly ["https://sepolia.unichain.org"] } };
                serializers: {
                    transaction: (
                        transaction: OpStackTransactionSerializable,
                        signature?: Signature,
                    ) =>
                        | `0x02${string}`
                        | `0x01${string}`
                        | `0x03${string}`
                        | `0x04${string}`
                        | TransactionSerializedLegacy
                        | `0x7e${string}`;
                };
                sourceId: 11155111;
                testnet: true;
            }
      • chainId extends 1301 | 43113 | 80002 | 84532 | 421614 | 11155111 | 11155420

      Parameters

      Returns Extract<chain, { id: chainId }>