Skip to content

Commit

Permalink
decrease min-stake by 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
AsharibAli committed Mar 24, 2024
1 parent 1a9aae2 commit d7bd748
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions cookbook/specs/spec_add_blast.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"index": "BLAST",
"name": "blast mainnet",
"enabled": true,
"imports": [
"ETH1"
],
"imports": ["ETH1"],
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 6,
Expand All @@ -19,7 +17,7 @@
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
"amount": "47500000000"
},
"api_collections": [
{
Expand Down Expand Up @@ -72,9 +70,7 @@
"index": "BLASTSP",
"name": "blast sepolia testnet",
"enabled": true,
"imports": [
"BLAST"
],
"imports": ["BLAST"],
"reliability_threshold": 268435455,
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 6,
Expand All @@ -84,7 +80,7 @@
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
"amount": "47500000000"
},
"api_collections": [
{
Expand Down Expand Up @@ -115,4 +111,4 @@
]
},
"deposit": "10000000ulava"
}
}

0 comments on commit d7bd748

Please sign in to comment.