Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Terentev committed Sep 10, 2024
1 parent ab09e72 commit 68d1dbf
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions cookbook/specs/archway.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "47500000000"
"amount": "15000000000"
},
"api_collections": [
{
Expand Down Expand Up @@ -339,6 +339,10 @@
"values": [
{
"latest_distance": 14400
},
{
"extension": "archive",
"latest_distance": 1000000
}
]
}
Expand Down Expand Up @@ -901,7 +905,11 @@
"name": "pruning",
"values": [
{
"latest_distance": 5760
"latest_distance": 14400
},
{
"extension": "archive",
"latest_distance": 1000000
}
]
}
Expand Down Expand Up @@ -978,7 +986,7 @@
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "47500000000"
"amount": "15000000000"
},
"api_collections": [
{
Expand Down Expand Up @@ -1054,5 +1062,5 @@
}
]
},
"deposit": "10000000ulava"
}
"deposit": "1750000000ulava"
}

0 comments on commit 68d1dbf

Please sign in to comment.