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',