Skip to content

Commit

Permalink
Merge pull request #227 from nomic-io/config-relayers
Browse files Browse the repository at this point in the history
Add bitcoin relayer addresses to network config
  • Loading branch information
mappum authored Oct 13, 2023
2 parents 760fa76 + 602b59e commit deb756e
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 420 deletions.
3 changes: 3 additions & 0 deletions networks/stakenet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ tendermint_flags = [
[email protected]:26656
""",
]
btc_relayer = [
"https://relayer.nomic.mappum.io:8443"
]

upgrade_height = 9357000
legacy_version = "3.0.2"
Expand Down
3 changes: 3 additions & 0 deletions networks/testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ tendermint_flags = [
[email protected]:26656,\
""",
]
btc_relayer = [
"https://relayer.nomic-testnet.mappum.io:8443"
]

legacy_version = "6.1"

Expand Down
Loading

0 comments on commit deb756e

Please sign in to comment.