UNPKG

@ethersphere/bee-factory

Version:

Local Ethereum Swarm development stack

23 lines 1.37 kB
export declare const DOCKER_NETWORK = "bee-factory-net"; export declare const ANVIL_CONTAINER = "bee-factory-anvil"; export declare const ANVIL_IMAGE = "ghcr.io/foundry-rs/foundry:latest"; export declare const ANVIL_PORT = 8545; export declare const CHAIN_ID = 1337; export declare const DEFAULT_BLOCK_TIME_IN_SECONDS = 1; export declare const BEE_REPO_URL = "https://github.com/ethersphere/bee.git"; export declare const BEE_LOCAL_IMAGE = "bee-factory/bee"; export declare const BEE_TAG_DEFAULT = "master"; export declare const DEPLOYER_KEY = "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"; export declare const BEE_NODE_KEYS: readonly ["0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba", "0x92db14e403b83dfe3df233f83dfa3a0d7096f21ca9b0d6d6b8d88b2b4ec15649", "0x4bbbf85ce3377467afe5d46f804f221813b2bb87f24d81f60f1fcdbf7cbf4356", "0xdbda1821b80551c9d65939329250132c444d73f6a52f3fbdb50866273e8f41f1", "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"]; export declare const BEE_NODE_PASSWORD = "bee-factory"; export interface NodeConfig { index: number; name: string; apiPort: number; p2pPort: number; privateKey: string; } export declare const BEE_NODES: NodeConfig[]; export declare const ETH_FUND_AMOUNT = "1"; export declare const BZZ_FUND_AMOUNT = "100"; //# sourceMappingURL=config.d.ts.map