opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
34 lines • 1.09 kB
TypeScript
export declare const bob: {
blockExplorers: {
readonly default: {
readonly name: "Blockscout";
readonly url: "https://explorer.gobob.xyz";
};
};
contracts: {
readonly multicall3: {
readonly address: "0x63f8279bccDb75c0F38e0CD6B6A0c72a0a760FF9";
readonly blockCreated: 457045;
};
};
id: 60808;
name: "BOB";
nativeCurrency: {
readonly decimals: 18;
readonly name: "ETH";
readonly symbol: "ETH";
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.gobob.xyz"];
readonly webSocket: readonly ["wss://rpc.gobob.xyz"];
};
};
sourceId?: number | undefined;
testnet: false;
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=bob.d.ts.map