From 68d1dbf41f85a5727bd83f30b8a851a98a4ea8d2 Mon Sep 17 00:00:00 2001 From: Mikhail Terentev Date: Wed, 11 Sep 2024 01:14:05 +0400 Subject: [PATCH] fix spec --- cookbook/specs/archway.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/cookbook/specs/archway.json b/cookbook/specs/archway.json index a8d80e8917..1a3cc7f2b0 100644 --- a/cookbook/specs/archway.json +++ b/cookbook/specs/archway.json @@ -19,7 +19,7 @@ "shares": 1, "min_stake_provider": { "denom": "ulava", - "amount": "47500000000" + "amount": "15000000000" }, "api_collections": [ { @@ -339,6 +339,10 @@ "values": [ { "latest_distance": 14400 + }, + { + "extension": "archive", + "latest_distance": 1000000 } ] } @@ -901,7 +905,11 @@ "name": "pruning", "values": [ { - "latest_distance": 5760 + "latest_distance": 14400 + }, + { + "extension": "archive", + "latest_distance": 1000000 } ] } @@ -978,7 +986,7 @@ "shares": 1, "min_stake_provider": { "denom": "ulava", - "amount": "47500000000" + "amount": "15000000000" }, "api_collections": [ { @@ -1054,5 +1062,5 @@ } ] }, - "deposit": "10000000ulava" -} + "deposit": "1750000000ulava" +} \ No newline at end of file