@flaunch/sdk
Version:
Flaunch SDK to easily interact with the Flaunch protocol
9 lines • 471 B
TypeScript
export declare function isMultichainDeployment(chainId: number): boolean;
export declare function isChainSupported(chainId: number): boolean;
/**
* Whether the DynamicAddressFeeSplitManager is deployed
* on the given chain. Split-manager flaunches revert on chains without a
* deployment, so callers should gate on this before using them.
*/
export declare function doesChainSupportSplitManager(chainId: number): boolean;
//# sourceMappingURL=supportedChains.d.ts.map