From f1e0b1290dc36fc77ae832c72b782ce44b64de7f Mon Sep 17 00:00:00 2001 From: Oren Date: Tue, 3 Dec 2024 11:23:21 +0200 Subject: [PATCH 1/2] add sonic testnet --- cookbook/specs/fantom.json | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/cookbook/specs/fantom.json b/cookbook/specs/fantom.json index 01470e7bfa..9d6fd2927d 100644 --- a/cookbook/specs/fantom.json +++ b/cookbook/specs/fantom.json @@ -974,6 +974,50 @@ ] } ] + }, + { + "index": "SONICT", + "name": "sonic testnet (blaze)", + "enabled": true, + "imports": [ + "FTM250" + ], + "reliability_threshold": 268435455, + "data_reliability_enabled": true, + "block_distance_for_finalized_data": 0, + "blocks_in_finalization_proof": 1, + "average_block_time": 1500, + "allowed_block_lag_for_qos_sync": 7, + "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": "0xdede" + } + ] + } + ] + } + ] } ] }, From 713b2acac3eb234d6eae7a8628c1df894d62772e Mon Sep 17 00:00:00 2001 From: Oren Date: Tue, 3 Dec 2024 11:44:47 +0200 Subject: [PATCH 2/2] correct name --- cookbook/specs/fantom.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/specs/fantom.json b/cookbook/specs/fantom.json index 9d6fd2927d..c4db8cea6e 100644 --- a/cookbook/specs/fantom.json +++ b/cookbook/specs/fantom.json @@ -977,7 +977,7 @@ }, { "index": "SONICT", - "name": "sonic testnet (blaze)", + "name": "sonic testnet blaze", "enabled": true, "imports": [ "FTM250"