From 874510e3cd0245df1aace628a21466bd705afada Mon Sep 17 00:00:00 2001 From: Yarom Swisa Date: Tue, 3 Dec 2024 13:51:44 +0200 Subject: [PATCH 1/2] add fuse spec --- mainnet-1/specs/fuse.json | 118 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 mainnet-1/specs/fuse.json diff --git a/mainnet-1/specs/fuse.json b/mainnet-1/specs/fuse.json new file mode 100644 index 000000000..7bf9b8e97 --- /dev/null +++ b/mainnet-1/specs/fuse.json @@ -0,0 +1,118 @@ +{ + "proposal": { + "title": "Add Specs: Fuse", + "description": "Adding new specification support for relaying Fuse data on Lava", + "specs": [ + { + "index": "FUSE", + "name": "fuse mainnet", + "enabled": true, + "imports": [ + "ETH1" + ], + "reliability_threshold": 268435455, + "data_reliability_enabled": true, + "block_distance_for_finalized_data": 34, + "blocks_in_finalization_proof": 1, + "average_block_time": 5000, + "allowed_block_lag_for_qos_sync": 2, + "shares": 1, + "min_stake_provider": { + "denom": "ulava", + "amount": "15000000000" + }, + "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": "0x7a" + } + ] + }, + { + "name": "pruning", + "values": [ + { + "latest_distance": 17280 + }, + { + "extension": "archive", + "expected_value": "0x0" + } + ] + } + ], + "extensions": [ + { + "name": "archive", + "cu_multiplier": 5, + "rule": { + "block": 17000 + } + } + ] + } + ] + }, + { + "index": "SPARK", + "name": "fuse testnet", + "enabled": true, + "imports": [ + "FUSE" + ], + "reliability_threshold": 268435455, + "data_reliability_enabled": true, + "block_distance_for_finalized_data": 34, + "blocks_in_finalization_proof": 1, + "average_block_time": 5000, + "allowed_block_lag_for_qos_sync": 2, + "shares": 1, + "min_stake_provider": { + "denom": "ulava", + "amount": "15000000000" + }, + "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": "0x7b" + } + ] + } + ] + } + ] + } + ] + }, + "deposit": "10000000ulava" + } \ No newline at end of file From a751df6b3e1d1521839a9f551f6ea3c51fa8cf31 Mon Sep 17 00:00:00 2001 From: Yarom Swisa Date: Tue, 3 Dec 2024 15:22:15 +0200 Subject: [PATCH 2/2] add contributor --- mainnet-1/specs/fuse.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mainnet-1/specs/fuse.json b/mainnet-1/specs/fuse.json index 7bf9b8e97..39decab25 100644 --- a/mainnet-1/specs/fuse.json +++ b/mainnet-1/specs/fuse.json @@ -66,7 +66,11 @@ } ] } - ] + ], + "contributor": [ + "lava@16gjdwqfpvk3dyasy83wsr26pk27kjq9wvfz0qy" + ], + "contributor_percentage": "0.015" }, { "index": "SPARK", @@ -110,7 +114,11 @@ } ] } - ] + ], + "contributor": [ + "lava@16gjdwqfpvk3dyasy83wsr26pk27kjq9wvfz0qy" + ], + "contributor_percentage": "0.015" } ] },