@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
14 lines • 352 B
TypeScript
import { Provider } from "ethers";
export declare const interfaceAbis: {
[key: string]: any;
};
export declare const products: {
[key: string]: {
name: string;
interface: string;
registry: string;
abi: any;
getAddress: (provider: Provider) => Promise<string>;
};
};
//# sourceMappingURL=abis.d.ts.map