From 335cc7041dd2f5467215feabc5e83d3483762baa Mon Sep 17 00:00:00 2001 From: Melisa Guevara Date: Sun, 29 Dec 2024 22:33:08 -0500 Subject: [PATCH] decrease amount multiplier when reallocating AZERO (#1971) --- src/common/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Constants.ts b/src/common/Constants.ts index a620ceec5..c3f538a69 100644 --- a/src/common/Constants.ts +++ b/src/common/Constants.ts @@ -634,7 +634,7 @@ export const ARBITRUM_ORBIT_L1L2_MESSAGE_FEE_DATA: { }, [CHAIN_IDs.ALEPH_ZERO]: { amountWei: 0.49, - amountMultipleToFund: 20, + amountMultipleToFund: 10, feePayer: "0x0d57392895Db5aF3280e9223323e20F3951E81B1", // DonationBox feeToken: TOKEN_SYMBOLS_MAP.AZERO.addresses[CHAIN_IDs.MAINNET], },