From a8219521ca4ac5f81c98d041a577ce64e847bdbc Mon Sep 17 00:00:00 2001 From: Vincent Taglia Date: Tue, 19 Mar 2024 14:25:33 -0500 Subject: [PATCH] Update Polygon spec to include new Amoy testnet --- cookbook/specs/spec_add_polygon.json | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/cookbook/specs/spec_add_polygon.json b/cookbook/specs/spec_add_polygon.json index 79ef7a7312..a39a54fdd8 100644 --- a/cookbook/specs/spec_add_polygon.json +++ b/cookbook/specs/spec_add_polygon.json @@ -292,6 +292,50 @@ ] } ] + }, + { + "index": "POLYGON1A", + "name": "polygon amoy testnet", + "enabled": true, + "imports": [ + "POLYGON1" + ], + "reliability_threshold": 268435455, + "data_reliability_enabled": true, + "block_distance_for_finalized_data": 1, + "blocks_in_finalization_proof": 3, + "average_block_time": 2000, + "allowed_block_lag_for_qos_sync": 5, + "shares": 1, + "min_stake_provider": { + "denom": "ulava", + "amount": "47500000000" + }, + "api_collections": [ + { + "enabled": true, + "collection_data": { + "api_interface": "jsonrpc", + "internal_path": "", + "type": "POST", + "add_on": "" + }, + "apis": [], + "headers": [], + "inheritance_apis": [], + "parse_directives": [], + "verifications": [ + { + "name": "chain-id", + "values": [ + { + "expected_value": "0x13882" + } + ] + } + ] + } + ] } ] },