From f6c2a071a52d772e35a146ce54acbe1037e56f50 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:23:57 +0200 Subject: [PATCH] feat(evm-exec): add FOMO Gnosis Safe fee wallet confirmed via Relay API --- .../evm-exec/internal/platform/platforms.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/harnesses/evm-exec/internal/platform/platforms.go b/harnesses/evm-exec/internal/platform/platforms.go index d40388ec..5ffd61f2 100644 --- a/harnesses/evm-exec/internal/platform/platforms.go +++ b/harnesses/evm-exec/internal/platform/platforms.go @@ -64,6 +64,22 @@ var PlatformConfig = map[string]map[string]EVMPlatform{ BootstrapDays: 30, }, }, + // FOMO — Gnosis Safe multisig 0x9fc4e320 confirmed via Relay API appFees field (30/37 fee txs) + // Same address on BSC/Base/ETH; EVM-native trades only (Solana→EVM fees collected on Solana side) + "fomo": { + "bsc": { + FeeCollector: "0x9fc4e320a181e88644a302d11f1f158ef0699e37", + NativeEnabled: true, + ERC20Tokens: []string{USDC_BSC}, + BootstrapDays: 30, + }, + "base": { + FeeCollector: "0x9fc4e320a181e88644a302d11f1f158ef0699e37", + NativeEnabled: false, + ERC20Tokens: []string{USDC_BASE}, + BootstrapDays: 30, + }, + }, "gmgn": { "ethereum": { FeeCollector: "0xb8159ba378904f803639d274cec79f788931c9c8",