Skip to content

Commit

Permalink
fix: Change node id for brickable (#197)
Browse files Browse the repository at this point in the history
* add brickable mods

* fix missing harbour testnet keys

* add node id to brickable env sample

* revert rename in favour of approach by Christian

* update entrypoint scripts (#196)

* update entrypoint scripts

* fix variable

* update chain reference

Co-authored-by: Luke Schoen <[email protected]>

* remove brickable specific stuff. address comments. tweaks

* change node id

Co-authored-by: Christian Groeschel <[email protected]>
  • Loading branch information
ltfschoen and cgroeschel authored Jun 1, 2021
1 parent 275e1d3 commit d5faf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ pub fn datahighway_testnet_brickable_config() -> Result<ChainSpec, String> {
true,
),
vec![
"/ip4/3.67.117.245/tcp/30333/p2p/12D3KooWMkhKjaWyJ2Qt4zcQSc1YijnwPFzUQ6R9xfQk9AqWJKiq"
"/ip4/3.67.117.245/tcp/30333/p2p/12D3KooWBjSUFeT4RrkaTNH5da5LEzZ7M8KNQc9q5s1biNvBD42c"
.parse()
.unwrap(),
],
Expand Down

0 comments on commit d5faf3a

Please sign in to comment.