Skip to content

Commit

Permalink
Update Base spec to include new Sepolia testnet (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Taglia <info@vincenttaglia.com>
  • Loading branch information
datanexus-vincent and vincenttaglia committed Mar 25, 2024
1 parent 85b0ee9 commit d50783d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions cookbook/specs/spec_add_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
}
]
}
]
},
Expand Down

0 comments on commit d50783d

Please sign in to comment.