UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

65 lines 2.09 kB
export declare const towns: { blockExplorers: { readonly default: { readonly name: "Towns Chain Explorer"; readonly url: "https://explorer.towns.com/"; }; }; contracts: { readonly multicall3: { readonly address: "0x4920EF7722b73Fdc9f6391829cfB3844f39393B3"; readonly blockCreated: 12653370; }; }; id: 550; name: "Towns Mainnet"; nativeCurrency: { readonly decimals: 18; readonly name: "Ether"; readonly symbol: "ETH"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://mainnet.rpc.towns.com/"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; }; export declare const townsTestnet: { blockExplorers: { readonly default: { readonly name: "Towns Chain Explorer"; readonly url: "https://testnet.explorer.towns.com/"; }; }; contracts: { readonly multicall3: { readonly address: "0xcaBdE26Efcf78d31040Dc57F85484e786E0a1E13"; readonly blockCreated: 20137781; }; }; id: 6524490; name: "Towns Testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "Ether"; readonly symbol: "ETH"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://testnet.rpc.towns.com/http"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; }; //# sourceMappingURL=chain.d.ts.map