Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b0e3689

Browse files
committed
default config
1 parent 23c728f commit b0e3689

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/1kv-backend-staging/templates/kusama-otv-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
"commission": 150000000,
6363
"unclaimedEraThreshold": 4,
6464
"sanctionedGeoArea": {
65-
"skip": false,
65+
"skip": true,
6666
"sanctionedCountries": ["XXX"],
6767
"sanctionedRegions": ["XXX" ]
6868
}

apps/1kv-backend-staging/templates/polkadot-otv-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
"commission": 50000000,
6262
"unclaimedEraThreshold": 1,
6363
"sanctionedGeoArea": {
64-
"skip": false,
64+
"skip": true,
6565
"sanctionedCountries": ["XXX"],
6666
"sanctionedRegions": ["XXX" ]
6767
}

apps/1kv-backend/templates/kusama-otv-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
"commission": 150000000,
6161
"unclaimedEraThreshold": 4,
6262
"sanctionedGeoArea": {
63-
"skip": false,
63+
"skip": true,
6464
"sanctionedCountries": ["XXX"],
6565
"sanctionedRegions": ["XXX" ]
6666
}

apps/1kv-backend/templates/polkadot-otv-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
"commission": 50000000,
6060
"unclaimedEraThreshold": 1,
6161
"sanctionedGeoArea": {
62-
"skip": false,
62+
"skip": true,
6363
"sanctionedCountries": ["XXX"],
6464
"sanctionedRegions": ["XXX" ]
6565
}

0 commit comments

Comments
 (0)