From 3f85d5927aba6cacdd7dcd031ad2dfa34702377f Mon Sep 17 00:00:00 2001 From: Ron Date: Thu, 15 Oct 2020 18:54:26 +0300 Subject: [PATCH] repleaced EthereumGenesisContract address --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 9e7ec11..e37158d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,7 +22,7 @@ export interface ServiceConfiguration { export const defaultServiceConfiguration = { BootstrapMode: false, Port: 8080, - EthereumGenesisContract: '0x10bFdCc77E998Eb849a18c79b880F8b9BE06Ad83', + EthereumGenesisContract: '0x5454223e3078Db87e55a15bE541cc925f3702eB0', EthereumFirstBlock: 10503000, DockerNamespace: 'orbsnetwork', DockerRegistry: 'https://registry.hub.docker.com',