Skip to content

Commit

Permalink
plan geolocation upgrade (lavanet#460)
Browse files Browse the repository at this point in the history
Co-authored-by: Yarom Swisa <[email protected] git config --global user.name Yarom>
  • Loading branch information
Yaroms and Yarom Swisa authored May 2, 2023
1 parent 158f4c6 commit e094676
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbook/plans/adventurer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"allow_overuse": false,
"overuse_rate": "0",
"plan_policy": {
"geolocation_profile": "18446744073709551615",
"total_cu_limit": "1000000000",
"epoch_cu_limit": "5000000",
"max_providers_to_pair": "5"
Expand Down
2 changes: 1 addition & 1 deletion cookbook/plans/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]
}
],
"geolocation_profile": "1",
"geolocation_profile": "18446744073709551615",
"total_cu_limit": "1000",
"epoch_cu_limit": "10",
"max_providers_to_pair": "3"
Expand Down
1 change: 1 addition & 0 deletions cookbook/plans/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"allow_overuse": false,
"overuse_rate": "0",
"plan_policy": {
"geolocation_profile": "18446744073709551615",
"total_cu_limit": "10000000",
"epoch_cu_limit": "100000",
"max_providers_to_pair": "5"
Expand Down
1 change: 1 addition & 0 deletions cookbook/plans/whale.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"allow_overuse": false,
"overuse_rate": "0",
"plan_policy": {
"geolocation_profile": "18446744073709551615",
"total_cu_limit": "9223372036854775807",
"epoch_cu_limit": "9223372036854775807",
"max_providers_to_pair": "5"
Expand Down

0 comments on commit e094676

Please sign in to comment.