UNPKG

viem

Version:

TypeScript Interface for Ethereum

81 lines 3.72 kB
export declare const pgn: { blockExplorers: { readonly default: { readonly name: "PGN Explorer"; readonly url: "https://explorer.publicgoods.network"; readonly apiUrl: "https://explorer.publicgoods.network/api"; }; }; blockTime?: number | undefined | undefined; contracts: { readonly l2OutputOracle: { readonly 1: { readonly address: "0x9E6204F750cD866b299594e2aC9eA824E2e5f95c"; }; }; readonly multicall3: { readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11"; readonly blockCreated: 3380209; }; readonly portal: { readonly 1: { readonly address: "0xb26Fd985c5959bBB382BAFdD0b879E149e48116c"; }; }; readonly l1StandardBridge: { readonly 1: { readonly address: "0xD0204B9527C1bA7bD765Fa5CCD9355d38338272b"; }; }; }; ensTlds?: readonly string[] | undefined; id: 424; name: "PGN"; nativeCurrency: { readonly name: "Ether"; readonly symbol: "ETH"; readonly decimals: 18; }; experimental_preconfirmationTime?: number | undefined | undefined; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.publicgoods.network"]; }; }; 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?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined; verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined; readonly network: "pgn"; }; //# sourceMappingURL=pgn.d.ts.map