Skip to content

Commit ec7aa51

Browse files
committed
deploy mumbai
1 parent e630c2d commit ec7aa51

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

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

2-
# declare -A chain_mumbai=(
3-
# [name]='chain-80001'
4-
# [chainId]="80001"
5-
# [autoScalingThreshholdHTTPRequestsPerMinute]=1000
6-
# [autoScalingThreshholdCPU]=800m
7-
# [minReplica]=1
8-
# [maxReplica]=20
9-
# )
2+
declare -A chain_mumbai=(
3+
[name]='chain-80001'
4+
[chainId]="80001"
5+
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
6+
[autoScalingThreshholdCPU]=800m
7+
[minReplica]=1
8+
[maxReplica]=20
9+
)
1010

1111
# declare -A chain_bnb=(
1212
# [name]='chain-56'
@@ -17,13 +17,13 @@
1717
# [maxReplica]=6
1818
# )
1919

20-
declare -A chain_polygon=(
21-
[name]='chain-137'
22-
[chainId]="137"
23-
[autoScalingThreshholdHTTPRequestsPerMingute]=1000
24-
[autoScalingThreshholdCPU]=800m
25-
[minReplica]=6
26-
[maxReplica]=6)
20+
# declare -A chain_polygon=(
21+
# [name]='chain-137'
22+
# [chainId]="137"
23+
# [autoScalingThreshholdHTTPRequestsPerMingute]=1000
24+
# [autoScalingThreshholdCPU]=800m
25+
# [minReplica]=6
26+
# [maxReplica]=6)
2727

2828

2929
# declare -A chain_arbitrum=(

0 commit comments

Comments
 (0)