Skip to content

Commit

Permalink
decrease amount multiplier when reallocating AZERO (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara authored Dec 30, 2024
1 parent e9ad355 commit 335cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
Expand Down

0 comments on commit 335cc70

Please sign in to comment.