@ethersphere/bee-factory
Version:
Local Ethereum Swarm development stack
13 lines • 429 B
TypeScript
import { ethers } from 'ethers';
export interface ContractAddresses {
bzzToken: string;
postageStamp: string;
postageStampStartBlock: number;
priceOracle: string;
stakeRegistry: string;
redistribution: string;
swapFactory: string;
swapPriceOracle: string;
}
export declare function deployContracts(provider: ethers.JsonRpcProvider): Promise<ContractAddresses>;
//# sourceMappingURL=deploy.d.ts.map