Skip to content

Commit ed10bd6

Browse files
committed
redeploy to opbnb
1 parent f36bbd6 commit ed10bd6

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
# [maxReplica]=3
4646
# )
4747

48-
# declare -A chain_opBNB=(
49-
# [name]='chain-204'
50-
# [chainId]="204"
51-
# [autoScalingThreshholdHTTPRequestsPerMinute]=1000
52-
# [autoScalingThreshholdCPU]=900m
53-
# [minReplica]=3
54-
# [maxReplica]=3
55-
# )
48+
declare -A chain_opBNB=(
49+
[name]='chain-204'
50+
[chainId]="204"
51+
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
52+
[autoScalingThreshholdCPU]=900m
53+
[minReplica]=3
54+
[maxReplica]=3
55+
)
5656

5757
# declare -A chain_base=(
5858
# [name]='chain-8453'
@@ -63,11 +63,11 @@
6363
# [maxReplica]=3
6464
# )
6565

66-
declare -A chain_optimism=(
67-
[name]='chain-10'
68-
[chainId]="10"
69-
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
70-
[autoScalingThreshholdCPU]=800m
71-
[minReplica]=3
72-
[maxReplica]=3
73-
)
66+
# declare -A chain_optimism=(
67+
# [name]='chain-10'
68+
# [chainId]="10"
69+
# [autoScalingThreshholdHTTPRequestsPerMinute]=1000
70+
# [autoScalingThreshholdCPU]=800m
71+
# [minReplica]=3
72+
# [maxReplica]=3
73+
# )

0 commit comments

Comments
 (0)