From d50783d5cd71e6ab40571d1401262eec3611ec46 Mon Sep 17 00:00:00 2001 From: Vincent | Data Nexus <105891622+datanexus-vincent@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:30:33 -0500 Subject: [PATCH] Update Base spec to include new Sepolia testnet (#1317) Co-authored-by: Vincent Taglia --- cookbook/specs/spec_add_base.json | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/cookbook/specs/spec_add_base.json b/cookbook/specs/spec_add_base.json index 486d75087f..35b0df90af 100644 --- a/cookbook/specs/spec_add_base.json +++ b/cookbook/specs/spec_add_base.json @@ -111,6 +111,50 @@ ] } ] + }, + { + "index": "BASES", + "name": "base sepolia testnet", + "enabled": true, + "imports": [ + "BASE" + ], + "reliability_threshold": 268435455, + "data_reliability_enabled": true, + "block_distance_for_finalized_data": 1, + "blocks_in_finalization_proof": 1, + "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": "0x14a34" + } + ] + } + ] + } + ] } ] },