@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
11 lines • 701 B
TypeScript
import { ethers } from "ethers";
export declare const FlareContractRegistryAddress = "0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019";
export declare const nameToAddress: (name: string, network: string, provider: ethers.Provider) => Promise<string>;
export declare const namesToAddresses: (names: string[], network: string, provider: ethers.Provider) => Promise<string[]>;
export declare const nameToAbi: (name: string, network: string) => any;
export declare const interfaceToAbi: (name: string, network: string) => any;
export * as coston from "./coston";
export * as coston2 from "./coston2";
export * as flare from "./flare";
export * as songbird from "./songbird";
//# sourceMappingURL=index.d.ts.map