export declare const astarZkatana: {
    blockExplorers: {
        readonly blockscout: {
            readonly name: "Blockscout zKatana chain explorer";
            readonly url: "https://zkatana.blockscout.com";
        };
        readonly default: {
            readonly name: "zKatana Explorer";
            readonly url: "https://zkatana.explorer.startale.com";
        };
    };
    contracts: {
        readonly multicall3: {
            readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
            readonly blockCreated: 31317;
        };
    };
    id: 1261120;
    name: "Astar zkEVM Testnet zKatana";
    nativeCurrency: {
        readonly name: "Ether";
        readonly symbol: "ETH";
        readonly decimals: 18;
    };
    rpcUrls: {
        readonly default: {
            readonly http: readonly ["https://rpc.zkatana.gelato.digital", "https://rpc.startale.com/zkatana"];
        };
    };
    sourceId?: number | undefined;
    testnet: true;
    formatters?: undefined;
    serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
    fees?: import("../../index.js").ChainFees<undefined> | undefined;
    readonly network: "zKatana";
};
//# sourceMappingURL=astarZkatana.d.ts.map