viem
Version:
108 lines • 4.72 kB
TypeScript
export declare const superseed: {
blockExplorers: {
readonly default: {
readonly name: "Superseed Explorer";
readonly url: "https://explorer.superseed.xyz";
readonly apiUrl: "https://explorer.superseed.xyz/api/v2";
};
};
blockTime: 2000;
contracts: {
readonly disputeGameFactory: {
readonly 1: {
readonly address: "0x8b097CF1f9BbD9cbFD0DD561858a1FCbC8857Be0";
readonly blockCreated: 20737481;
};
};
readonly l2OutputOracle: {
readonly 1: {
readonly address: "0x693A0F8854F458D282DE3C5b69E8eE5EEE8aA949";
readonly blockCreated: 20737481;
};
};
readonly portal: {
readonly 1: {
readonly address: "0x2c2150aa5c75A24fB93d4fD2F2a895D618054f07";
readonly blockCreated: 20737481;
};
};
readonly l1StandardBridge: {
readonly 1: {
readonly address: "0x8b0576E39F1233679109F9b40cFcC2a7E0901Ede";
readonly blockCreated: 20737481;
};
};
readonly multicall3: {
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
};
readonly gasPriceOracle: {
readonly address: "0x420000000000000000000000000000000000000F";
};
readonly l1Block: {
readonly address: "0x4200000000000000000000000000000000000015";
};
readonly l2CrossDomainMessenger: {
readonly address: "0x4200000000000000000000000000000000000007";
};
readonly l2Erc721Bridge: {
readonly address: "0x4200000000000000000000000000000000000014";
};
readonly l2StandardBridge: {
readonly address: "0x4200000000000000000000000000000000000010";
};
readonly l2ToL1MessagePasser: {
readonly address: "0x4200000000000000000000000000000000000016";
};
};
ensTlds?: readonly string[] | undefined;
id: 5330;
name: "Superseed";
nativeCurrency: {
readonly name: "Ether";
readonly symbol: "ETH";
readonly decimals: 18;
};
experimental_preconfirmationTime?: number | undefined | undefined;
rpcUrls: {
readonly default: {
readonly http: readonly ["https://mainnet.superseed.xyz"];
};
};
sourceId: 1;
supportsTransactionReplacementDetection?: boolean | undefined | undefined;
testnet?: boolean | undefined | undefined;
custom?: Record<string, unknown> | undefined;
extendSchema?: Record<string, unknown> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
formatters: {
readonly block: {
exclude: [] | undefined;
format: (args: import("../index.js").OpStackRpcBlock, action?: string | undefined) => import("../index.js").OpStackBlock;
type: "block";
};
readonly transaction: {
exclude: [] | undefined;
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => import("../index.js").OpStackTransaction;
type: "transaction";
};
readonly transactionReceipt: {
exclude: [] | undefined;
format: (args: import("../index.js").OpStackRpcTransactionReceipt, action?: string | undefined) => import("../index.js").OpStackTransactionReceipt;
type: "transactionReceipt";
};
};
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
client: import("../../index.js").Client;
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
client: import("../../index.js").Client;
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
}] | undefined;
serializers: {
readonly transaction: typeof import("../index.js").serializeTransactionOpStack;
};
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
};
//# sourceMappingURL=superseed.d.ts.map