UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

14 lines (13 loc) 258 B
export interface ContractsMD { [key: string]: { address: string; network: { name: string; chainId: string; }; transaction: { hash: string; url: string; }; }[]; }