Skip to content

Commit

Permalink
Add specs: Blast Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
AsharibAli committed Feb 18, 2024
1 parent b72c5b2 commit 1a8cf43
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions cookbook/specs/spec_add_blast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"proposal": {
"title": "Add Specs: Blast Sepolia",
"description": "Adding new specification support for relaying data on Blast Sepolia Testnet",
"specs": [
{
"index": "BLSTSP",
"name": "Blast Sepolia testnet",
"enabled": true,
"imports": ["ETH1"],
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 6,
"blocks_in_finalization_proof": 2,
"average_block_time": 15000,
"allowed_block_lag_for_qos_sync": 10,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
},
"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": "0xA30769"
}
]
},
{
"name": "pruning",
"values": [
{
"latest_distance": 1024
},
{
"extension": "archive",
"expected_value": "0x0"
}
]
}
],
"extensions": [
{
"name": "archive",
"cu_multiplier": 3,
"rule": {
"block": 2048
}
}
]
}
]
}
]
},
"deposit": "10000000ulava"
}

0 comments on commit 1a8cf43

Please sign in to comment.