|
12 | 12 | # [maxReplica]=20 |
13 | 13 | # ) |
14 | 14 |
|
15 | | -# declare -A chain_bnb=( |
16 | | -# [name]='chain-56' |
17 | | -# [chainId]="56" |
18 | | -# [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
19 | | -# [autoScalingThreshholdCPU]=800m |
20 | | -# [minRelayerCount]="200" |
21 | | -# [maxRelayerCount]="220" |
22 | | -# [fundingBalanceThreshold]="0.06" |
23 | | -# [fundingRelayerAmount]="0.15" |
24 | | -# [minReplica]=6 |
25 | | -# [maxReplica]=6 |
26 | | -# ) |
| 15 | +declare -A chain_bnb=( |
| 16 | + [name]='chain-56' |
| 17 | + [chainId]="56" |
| 18 | + [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
| 19 | + [autoScalingThreshholdCPU]=800m |
| 20 | + [minRelayerCount]="200" |
| 21 | + [maxRelayerCount]="220" |
| 22 | + [fundingBalanceThreshold]="0.06" |
| 23 | + [fundingRelayerAmount]="0.15" |
| 24 | + [minReplica]=6 |
| 25 | + [maxReplica]=6 |
| 26 | +) |
27 | 27 |
|
28 | 28 | # declare -A chain_polygon=( |
29 | 29 | # [name]='chain-137' |
|
38 | 38 | # [maxReplica]=6) |
39 | 39 |
|
40 | 40 |
|
41 | | -declare -A chain_arbitrum=( |
42 | | - [name]='chain-42161' |
43 | | - [chainId]="42161" |
44 | | - [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
45 | | - [autoScalingThreshholdCPU]=800m |
46 | | - [minRelayerCount]="200" |
47 | | - [maxRelayerCount]="220" |
48 | | - [fundingBalanceThreshold]="0.01" |
49 | | - [fundingRelayerAmount]="0.03" |
50 | | - [minReplica]=3 |
51 | | - [maxReplica]=3 |
52 | | -) |
53 | | - |
54 | | - |
55 | | -# declare -A chain_avalanche=( |
56 | | -# [name]='chain-43114' |
57 | | -# [chainId]="43114" |
| 41 | +# declare -A chain_arbitrum=( |
| 42 | +# [name]='chain-42161' |
| 43 | +# [chainId]="42161" |
58 | 44 | # [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
59 | 45 | # [autoScalingThreshholdCPU]=800m |
60 | 46 | # [minRelayerCount]="200" |
61 | 47 | # [maxRelayerCount]="220" |
62 | | -# [fundingBalanceThreshold]="0.1" |
63 | | -# [fundingRelayerAmount]="0.25" |
| 48 | +# [fundingBalanceThreshold]="0.01" |
| 49 | +# [fundingRelayerAmount]="0.03" |
64 | 50 | # [minReplica]=3 |
65 | 51 | # [maxReplica]=3 |
66 | 52 | # ) |
67 | 53 |
|
68 | | -# declare -A chain_opBNB=( |
69 | | -# [name]='chain-204' |
70 | | -# [chainId]="204" |
71 | | -# [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
72 | | -# [autoScalingThreshholdCPU]=900m |
73 | | -# [minRelayerCount]="200" |
74 | | -# [maxRelayerCount]="220" |
75 | | -# [fundingBalanceThreshold]=".001" |
76 | | -# [fundingRelayerAmount]=".0025" |
77 | | -# [minReplica]=3 |
78 | | -# [maxReplica]=3 |
79 | | -# ) |
80 | 54 |
|
81 | | -# declare -A chain_base=( |
82 | | -# [name]='chain-8453' |
83 | | -# [chainId]="8453" |
84 | | -# [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
85 | | -# [autoScalingThreshholdCPU]=800m |
86 | | -# [minRelayerCount]="200" |
87 | | -# [maxRelayerCount]="220" |
88 | | -# [fundingBalanceThreshold]="0.006" |
89 | | -# [fundingRelayerAmount]="0.015" |
90 | | -# [minReplica]=3 |
91 | | -# [maxReplica]=3 |
92 | | -# ) |
| 55 | +declare -A chain_avalanche=( |
| 56 | + [name]='chain-43114' |
| 57 | + [chainId]="43114" |
| 58 | + [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
| 59 | + [autoScalingThreshholdCPU]=800m |
| 60 | + [minRelayerCount]="200" |
| 61 | + [maxRelayerCount]="220" |
| 62 | + [fundingBalanceThreshold]="0.1" |
| 63 | + [fundingRelayerAmount]="0.25" |
| 64 | + [minReplica]=3 |
| 65 | + [maxReplica]=3 |
| 66 | +) |
| 67 | + |
| 68 | +declare -A chain_opBNB=( |
| 69 | + [name]='chain-204' |
| 70 | + [chainId]="204" |
| 71 | + [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
| 72 | + [autoScalingThreshholdCPU]=900m |
| 73 | + [minRelayerCount]="200" |
| 74 | + [maxRelayerCount]="220" |
| 75 | + [fundingBalanceThreshold]=".001" |
| 76 | + [fundingRelayerAmount]=".0025" |
| 77 | + [minReplica]=3 |
| 78 | + [maxReplica]=3 |
| 79 | +) |
| 80 | + |
| 81 | +declare -A chain_base=( |
| 82 | + [name]='chain-8453' |
| 83 | + [chainId]="8453" |
| 84 | + [autoScalingThreshholdHTTPRequestsPerMinute]=1000 |
| 85 | + [autoScalingThreshholdCPU]=800m |
| 86 | + [minRelayerCount]="200" |
| 87 | + [maxRelayerCount]="220" |
| 88 | + [fundingBalanceThreshold]="0.006" |
| 89 | + [fundingRelayerAmount]="0.015" |
| 90 | + [minReplica]=3 |
| 91 | + [maxReplica]=3 |
| 92 | +) |
93 | 93 |
|
94 | 94 | # declare -A chain_optimism=( |
95 | 95 | # [name]='chain-10' |
|
0 commit comments