From b0e395c148c60af5dd4955a51519051bec946b2a Mon Sep 17 00:00:00 2001 From: simbawesley Date: Fri, 3 Jun 2022 22:45:03 +0200 Subject: [PATCH] Add link to Kava-10 Seeds/Sentries file (#1264) Adding link to Kava-10 Seeds/Sentries in the Kava-10 migration ReadMe. See: https://docs.google.com/spreadsheets/d/1s3LXLPFJazzdmwKdRv909pe_-ZV_Xbt2uCCNrhoOyIE Obtained from: https://discord.com/channels/704389840614981673/704390197411971082/979084873518174318 --- migrate/v0_17/migrate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/migrate/v0_17/migrate.md b/migrate/v0_17/migrate.md index 8bf5a08a..ab2f3d0d 100644 --- a/migrate/v0_17/migrate.md +++ b/migrate/v0_17/migrate.md @@ -98,6 +98,10 @@ kava v0.17 requires changes to app.toml: - There is one addition to Base Configuration: `iavl-cache-size`. - It is recommended to add a min gas price for evm txs in `akava` (where 1ukava = 10^12akava). eg `minimum-gas-prices = "0.001ukava;1000000000akava"` +kava v0.17 requires changes to config.toml: + +- Depending on your setup, you will need to update the `seeds` and/or `persistent_peers` values in config.toml. These can be found [here](https://docs.google.com/spreadsheets/d/1s3LXLPFJazzdmwKdRv909pe_-ZV_Xbt2uCCNrhoOyIE). + ### Coordination