viem
Version:
36 lines • 1.29 kB
TypeScript
export declare const plumeMainnet: {
blockExplorers: {
readonly default: {
readonly name: "Blockscout";
readonly url: "https://phoenix-explorer.plumenetwork.xyz";
readonly apiUrl: "https://phoenix-explorer.plumenetwork.xyz/api";
};
};
contracts: {
readonly multicall3: {
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
readonly blockCreated: 39679;
};
};
ensTlds?: readonly string[] | undefined;
id: 98866;
name: "Plume";
nativeCurrency: {
readonly name: "Plume";
readonly symbol: "PLUME";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://phoenix-rpc.plumenetwork.xyz"];
readonly webSocket: readonly ["wss://phoenix-rpc.plumenetwork.xyz"];
};
};
sourceId: 1;
testnet?: boolean | undefined | undefined;
custom?: Record<string, unknown> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
};
//# sourceMappingURL=plumeMainnet.d.ts.map