Skip to content

Commit 1dc869f

Browse files
authored
feat(infra): update pulsechain usdc rebalancer config (#7219)
1 parent e619004 commit 1dc869f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

typescript/infra/config/environments/mainnet3/rebalancer/USDC/pulsechain-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,55 @@ strategy:
55
chains:
66
arbitrum:
77
weighted:
8-
weight: 14 # should have 14% of all the collateral in this route
8+
weight: 8 # should have 8% of all the collateral in this route
99
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
1010
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
1111
bridgeMinAcceptedAmount: 3500
1212
bridge: '0x8a82186EA618b91D13A2041fb7aC31Bf01C02aD2'
1313

1414
avalanche:
1515
weighted:
16-
weight: 14 # should have 14% of all the collateral in this route
16+
weight: 8 # should have 8% of all the collateral in this route
1717
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
1818
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
1919
bridgeMinAcceptedAmount: 3500
2020
bridge: '0x0E8Bc62865F539889fe7d8537F2ed6db5aa0F677'
2121

2222
base:
2323
weighted:
24-
weight: 14 # should have 14% of all the collateral in this route
24+
weight: 30 # should have 30% of all the collateral in this route
2525
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
2626
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
2727
bridgeMinAcceptedAmount: 3500
2828
bridge: '0x5C4aFb7e23B1Dc1B409dc1702f89C64527b25975'
2929

3030
ethereum:
3131
weighted:
32-
weight: 16 # should have 16% of all the collateral in this route
32+
weight: 30 # should have 30% of all the collateral in this route
3333
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
3434
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
3535
bridgeMinAcceptedAmount: 3500
3636
bridge: '0xedCBAa585FD0F80f20073F9958246476466205b8'
3737

3838
optimism:
3939
weighted:
40-
weight: 14 # should have 14% of all the collateral in this route
40+
weight: 8 # should have 8% of all the collateral in this route
4141
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
4242
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
4343
bridgeMinAcceptedAmount: 3500
4444
bridge: '0xfB7681ECB05F85c383A5ce4439C7dF5ED12c77DE'
4545

4646
polygon:
4747
weighted:
48-
weight: 14 # should have 14% of all the collateral in this route
48+
weight: 8 # should have 8% of all the collateral in this route
4949
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
5050
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
5151
bridgeMinAcceptedAmount: 3500
5252
bridge: '0xa62F45662809f5F6535b58bae9A572a2EC4A1f84'
5353

5454
unichain:
5555
weighted:
56-
weight: 14 # should have 14% of all the collateral in this route
56+
weight: 8 # should have 8% of all the collateral in this route
5757
tolerance: 5 # 5% deviation on the expected balance before triggering a rebalance
5858
bridgeLockTime: 1800 # 30 mins in seconds (required for CCTP latency)
5959
bridgeMinAcceptedAmount: 3500

typescript/infra/src/rebalancer/helm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class RebalancerHelmManager extends HelmManager {
7575
return {
7676
image: {
7777
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
78-
tag: '4ea3698-20251015-173216',
78+
tag: '15e2d5a-20251017-141153',
7979
},
8080
withMetrics: this.withMetrics,
8181
fullnameOverride: this.helmReleaseName,

typescript/infra/src/warp/helm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class WarpRouteMonitorHelmManager extends HelmManager {
9696
return {
9797
image: {
9898
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
99-
tag: '4ea3698-20251015-173216',
99+
tag: '15e2d5a-20251017-141153',
100100
},
101101
warpRouteId: this.warpRouteId,
102102
fullnameOverride: this.helmReleaseName,

0 commit comments

Comments
 (0)