viem
Version:
32 lines • 948 B
TypeScript
export declare const bsc: {
blockExplorers: {
readonly default: {
readonly name: "BscScan";
readonly url: "https://bscscan.com";
};
};
contracts: {
readonly multicall3: {
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
readonly blockCreated: 15921452;
};
};
id: 56;
name: "BNB Smart Chain";
nativeCurrency: {
readonly decimals: 18;
readonly name: "BNB";
readonly symbol: "BNB";
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.ankr.com/bsc"];
};
};
sourceId?: number | undefined;
testnet?: boolean | undefined;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
};
//# sourceMappingURL=bsc.d.ts.map