Skip to content

Commit 2ac67b0

Browse files
committed
enable mumbai for tw staging
1 parent 81cc37f commit 2ac67b0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# declare -A chain_mumbai=(
3-
# [name]='chain-80001'
4-
# [chainId]="80001"
5-
# [autoScalingThreshholdHTTPRequestsPerMinute]=10000
6-
# [autoScalingThreshholdCPU]=2500m
7-
# [minRelayerCount]="200"
8-
# [maxRelayerCount]="220"
9-
# [fundingBalanceThreshold]="1"
10-
# [fundingRelayerAmount]="2"
11-
# [minReplica]=2
12-
# [maxReplica]=2
13-
# )
2+
declare -A chain_mumbai=(
3+
[name]='chain-80001'
4+
[chainId]="80001"
5+
[autoScalingThreshholdHTTPRequestsPerMinute]=10000
6+
[autoScalingThreshholdCPU]=2500m
7+
[minRelayerCount]="200"
8+
[maxRelayerCount]="220"
9+
[fundingBalanceThreshold]="1"
10+
[fundingRelayerAmount]="2"
11+
[minReplica]=2
12+
[maxReplica]=2
13+
)

0 commit comments

Comments
 (0)