getDefaultTimeRangeModuleAddress
Maps a given chain to a specific address of the time range module by its chain ID. If no direct mapping exists, it defaults to returning a specific address.
Import
import { getDefaultTimeRangeModuleAddress } from "@account-kit/smart-contracts";
Usage
import { getDefaultTimeRangeModuleAddress } from "@account-kit/smart-contracts";
import { Chain, Address } from "viem";
const chain: Chain = ...
const timeRangeModuleAddress: Address = getDefaultTimeRangeModuleAddress(chain);
Parameters
chain
Chain
The chain object containing the chain ID to map
Returns
Address
The time range module address associated with the specified chain ID or a default address if no specific mapping exists