Skip to content

Commit

Permalink
deploy op instead of mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
TakGN committed May 22, 2024
1 parent a176b80 commit 1f580d4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions install-bundler/configs/chains/staging-trust-wallet-chains.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

# declare -A chain_mumbai=(
# [name]='chain-80001'
# [chainId]="80001"
# [autoScalingThreshholdHTTPRequestsPerMinute]=10000
# [autoScalingThreshholdCPU]=2500m
# [minReplica]=2
# [maxReplica]=2
# )
declare -A chain_optimism=(
[name]='chain-10'
[chainId]="10"
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
[autoScalingThreshholdCPU]=800m
[minReplica]=3
[maxReplica]=3
)

0 comments on commit 1f580d4

Please sign in to comment.