From c5c55a657aa7975c7155844472375825be98cdf8 Mon Sep 17 00:00:00 2001 From: Vincent | Data Nexus <105891622+datanexus-vincent@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:28:59 -0500 Subject: [PATCH] Update Polygon spec to include new Amoy testnet (#1316) Co-authored-by: Vincent Taglia --- 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" + } + ] + } + ] + } + ] } ] },