From adf634c9975fa42b5e42de89beb85c95d4aa198c Mon Sep 17 00:00:00 2001 From: Bryan White Date: Fri, 30 Sep 2022 14:41:45 +0200 Subject: [PATCH] docs: Dorado block/date range and date format - add missing date and block ranges to Dorado - switch date format to `Month, DD, YYYY` to disambiguate month and year --- docs/docs/live-networks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/live-networks.md b/docs/docs/live-networks.md index 661ddccdf..4b626ddd3 100644 --- a/docs/docs/live-networks.md +++ b/docs/docs/live-networks.md @@ -8,7 +8,7 @@ The chain identifier of our production network is fetchhub-4. | -------------- | ----- | | Chain ID | fetchhub-4 | | Block range | 5,300,201 --> | -| Date range | 05/04/2022 --> | +| Date range | April 5, 2022 --> | | Denomination | afet | | Decimals | 18 (1fet = 1000000000000000000afet) | | Version | [v0.10.3](https://github.com/fetchai/fetchd/releases/tag/v0.10.3) up to block 6295500
[v0.10.4](https://github.com/fetchai/fetchd/releases/tag/v0.10.4) up to block 7305500
[v0.10.5](https://github.com/fetchai/fetchd/releases/tag/v0.10.5) for blocks > 7305500 | @@ -32,6 +32,8 @@ It is stable for deploying smart contracts and testing IBC. | Parameter | Value | | --------------- | ------ | | Chain ID | dorado-1 | +| Block range | 827,201 --> | +| Date range | April 27, 2022 --> | | Denomination | atestfet | | Decimals | 18 (1testfet = 1000000000000000000atestfet) | | Min Gas Prices | 1000000000atestfet |