From 0b79be3192cb45f8c2534bb1ded893aa9a3afe52 Mon Sep 17 00:00:00 2001 From: ReflectiveChimp <55021052+ReflectiveChimp@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:08:27 +0000 Subject: [PATCH] Beefy: Fees: Add chains: Saga, HyperEVM, Plasma and Monad --- fees/beefy/index.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/fees/beefy/index.ts b/fees/beefy/index.ts index 1e2dad3c73..e568b29410 100644 --- a/fees/beefy/index.ts +++ b/fees/beefy/index.ts @@ -42,6 +42,26 @@ function makeErc20BlacklistFromFilter(blacklistedFromAddresses: string[],): (log * we can comment out real, scroll, fantom, zkevm, kava, canto etc. after backfill */ const chainConfig: Partial> = { + [CHAIN.MONAD]: { + start: '2025-11-25', + contract: beefyRevenueBridgeAddress, + stables: [ADDRESSES.monad.USDT], + }, + [CHAIN.PLASMA]: { + start: '2025-09-27', + contract: beefyRevenueBridgeAddress, + stables: [ADDRESSES.plasma.USDT0], + }, + [CHAIN.HYPERLIQUID]: { + start: '2025-06-05', + contract: beefyRevenueBridgeAddress, + stables: [ADDRESSES.hyperliquid.USDT0], + }, + [CHAIN.SAGA]: { + start: '2025-04-16', + contract: beefyRevenueBridgeAddress, + stables: [ADDRESSES.saga.USDC], + }, // [CHAIN.REAL]: { // start: '2024-07-17', // contract: beefyRevenueBridgeAddress,