export interface ISeitonEthConfig {
    ip: string;
    port: number;
}
