Skip to content

Commit 66012d5

Browse files
committed
lower the number of staging replicas for chain 10
1 parent 1f580d4 commit 66012d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install-bundler/configs/chains/staging-trust-wallet-chains.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ declare -A chain_optimism=(
33
[chainId]="10"
44
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
55
[autoScalingThreshholdCPU]=800m
6-
[minReplica]=3
7-
[maxReplica]=3
6+
[minReplica]=1
7+
[maxReplica]=2
88
)

0 commit comments

Comments
 (0)