diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fed4ffc3..7f8319721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ BREAKING CHANGES - [core] Remove Reserve Coin from coin object. All coins should be reserved with base coin - [core] Limit tx payload and service data to 128 bytes - [core] Fix critical issue with instant convert of 2 custom coins -- [testnet] New testnet chain id (minter-test-network-8) +- [testnet] New testnet chain id (minter-test-network-9) - [tendermint] Switched to v0.22.0 IMPROVEMENT diff --git a/networks/testnet/config.toml b/networks/testnet/config.toml index c88bf0df4..5949f30f4 100644 --- a/networks/testnet/config.toml +++ b/networks/testnet/config.toml @@ -70,7 +70,7 @@ laddr = "tcp://0.0.0.0:46656" seeds = "" # Comma separated list of nodes to keep persistent connections to -persistent_peers = "6800bdd85df3a1ad6bfdd08eb640b11d47abddf5@95.216.148.138:46656" +persistent_peers = "249c62818bf4601605a65b5adc35278236bd5312@95.216.148.138:46656" # Path to address book addr_book_file = "config/addrbook.json"