Skip to content

Commit

Permalink
fix chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Oct 9, 2023
1 parent 0813b79 commit 6af8dd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parachain/chainspec/gargantua.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "gargantuan",
"chainType": "Live",
"bootNodes": [
" /ip4/34.78.130.110/tcp/30333/p2p/12D3KooWMRRsnAgJ1hjxCj3uJXPkauHqhP2BbbP4M5XF8xVJpeLX"
"/ip4/34.78.130.110/tcp/30333/p2p/12D3KooWMRRsnAgJ1hjxCj3uJXPkauHqhP2BbbP4M5XF8xVJpeLX"
],
"telemetryEndpoints": null,
"protocolId": "gargantuan",
Expand Down
2 changes: 1 addition & 1 deletion parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperbridge"
version = "0.1.6"
version = "0.1.7"
authors = ["Polytope Labs <hello@polytope.technology>"]
description = "The hyperbridge coprocessor node"
edition = "2021"
Expand Down

0 comments on commit 6af8dd6

Please sign in to comment.