export interface ISetup {
    currentAddress: string;
    currentProvider: string;
    chainId: string;
}
