Skip to content

Commit d5faf3a

Browse files
ltfschoenChristian Groeschel
andauthored
fix: Change node id for brickable (#197)
* 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 <ltfschoen@gmail.com> * remove brickable specific stuff. address comments. tweaks * change node id Co-authored-by: Christian Groeschel <christian@mxc.org>
1 parent 275e1d3 commit d5faf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/chain_spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ pub fn datahighway_testnet_brickable_config() -> Result<ChainSpec, String> {
448448
true,
449449
),
450450
vec![
451-
"/ip4/3.67.117.245/tcp/30333/p2p/12D3KooWMkhKjaWyJ2Qt4zcQSc1YijnwPFzUQ6R9xfQk9AqWJKiq"
451+
"/ip4/3.67.117.245/tcp/30333/p2p/12D3KooWBjSUFeT4RrkaTNH5da5LEzZ7M8KNQc9q5s1biNvBD42c"
452452
.parse()
453453
.unwrap(),
454454
],

0 commit comments

Comments
 (0)