Skip to content

Commit 51be9a2

Browse files
committed
deploy chain 10 on stg
1 parent 62dc9af commit 51be9a2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# declare -A chain_optimism=(
2-
# [name]='chain-10'
3-
# [chainId]="10"
4-
# [autoScalingThreshholdHTTPRequestsPerMinute]=1000
5-
# [autoScalingThreshholdCPU]=800m
6-
# [minReplica]=1
7-
# [maxReplica]=2
8-
# )
1+
declare -A chain_optimism=(
2+
[name]='chain-10'
3+
[chainId]="10"
4+
[autoScalingThreshholdHTTPRequestsPerMinute]=1000
5+
[autoScalingThreshholdCPU]=800m
6+
[minReplica]=1
7+
[maxReplica]=2
8+
)

0 commit comments

Comments
 (0)