Skip to content

Instantly share code, notes, and snippets.

@adrake33
Created April 2, 2019 16:48
Show Gist options
  • Save adrake33/ecdce7ab7eea781d9f3c5ac929ab9550 to your computer and use it in GitHub Desktop.
Save adrake33/ecdce7ab7eea781d9f3c5ac929ab9550 to your computer and use it in GitHub Desktop.
// All of this info should already be accessible
export interface UISyncData {
version: string;
augurNodeVersion: string;
net_version: string;
netId: string;
isSyncFinished: boolean;
addresses: {};
highestBlock: {};
lastProcessedBlock: {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment