UNPKG

@ethda/blobs

Version:
9 lines (8 loc) 173 B
import { Network } from './types'; export declare const configs: { network: Network; accounts: { aliceSecret: any; bobSecret: any; }; };