From d54aa42a2c7b52a5a28915be87b111f8858b9ea6 Mon Sep 17 00:00:00 2001 From: Luqi Pan Date: Thu, 25 Sep 2025 21:20:16 -0700 Subject: [PATCH] feat(portfolio-contract): bump the axelar fees for now --- packages/portfolio-contract/src/plan-solve.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/portfolio-contract/src/plan-solve.ts b/packages/portfolio-contract/src/plan-solve.ts index 798fc1c7ff6..05fdc62fc67 100644 --- a/packages/portfolio-contract/src/plan-solve.ts +++ b/packages/portfolio-contract/src/plan-solve.ts @@ -436,12 +436,12 @@ export const rebalanceMinCostFlowSteps = ( case 'gmpTransfer': // TODO: Rather than hard-code, derive from Axelar `estimateGasFee`. // https://docs.axelar.dev/dev/axelarjs-sdk/axelar-query-api#estimategasfee - details = { fee: AmountMath.make(graph.feeBrand, 30_000_000n) }; + details = { fee: AmountMath.make(graph.feeBrand, 40_000_000n) }; break; case 'gmpCall': // TODO: Rather than hard-code, derive from Axelar `estimateGasFee`. // https://docs.axelar.dev/dev/axelarjs-sdk/axelar-query-api#estimategasfee - details = { fee: AmountMath.make(graph.feeBrand, 30_000_000n) }; + details = { fee: AmountMath.make(graph.feeBrand, 80_000_000n) }; break; case 'toUSDN': { // NOTE USDN transfer incurs a fee on output amount in basis points