Skip to content

Commit

Permalink
repleaced EthereumGenesisContract address
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnno committed Oct 15, 2020
1 parent 71256a3 commit 3f85d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3f85d59

Please sign in to comment.