Skip to content

Commit

Permalink
Merge branch 'production' into issues/production_1103
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozwiak authored Jul 5, 2024
2 parents 938d6c1 + 713d05e commit 92a468d
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,7 @@
"experiments": [
{
"name": "Enabled",
"probability_weight": 25,
"probability_weight": 50,
"feature_association": {
"enable_feature": [
"ExtensionsManifestV2"
Expand All @@ -2683,7 +2683,7 @@
},
{
"name": "Default",
"probability_weight": 75
"probability_weight": 50
}
],
"filter": {
Expand Down Expand Up @@ -2846,6 +2846,37 @@
"min_version": "120.*"
},
"name": "BraveWalletAnkrBalancesEnabled"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveP3ADifferentialSampling"
]
},
"name": "Enabled",
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID",
"IOS"
]
},
"name": "BraveP3ANebulaNightlyBeta"
}
],
"version": "1"
Expand Down

0 comments on commit 92a468d

Please sign in to comment.