Skip to content

Commit

Permalink
Updater address change. (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSasaPrsic authored May 19, 2023
1 parent 23e57f6 commit da91630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,15 @@ pub fn testnet_genesis(
],
},
updater_manager: UpdaterManagerConfig {
updater: "0x7eB31daE170c1Cb25A7257524e98273e89F32DdC"
updater: "0x695dFcFc604F9b2992642BDC5b173d1a1ed60b03"
.parse()
.unwrap(),
_phantom: Default::default(),
},
nomad_home: NomadHomeConfig {
local_domain: 2000,
committed_root: Default::default(),
updater: "0x7eB31daE170c1Cb25A7257524e98273e89F32DdC"
updater: "0x695dFcFc604F9b2992642BDC5b173d1a1ed60b03"
.parse()
.unwrap(),
_phantom: Default::default(),
Expand Down

0 comments on commit da91630

Please sign in to comment.