Skip to content

Commit

Permalink
Merge pull request #61 from orbs-network/replace_contract_registry
Browse files Browse the repository at this point in the history
Replace contract registry address - new PoS contracts deployed
  • Loading branch information
ronnno authored Oct 15, 2020
2 parents 71256a3 + 3f85d59 commit 8bdfcc7
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 8bdfcc7

Please sign in to comment.