diff --git a/fees/gamma.ts b/fees/gamma.ts index 2bb2c7a04e..f36e537553 100644 --- a/fees/gamma.ts +++ b/fees/gamma.ts @@ -189,6 +189,14 @@ const adapter: SimpleAdapter = { fetch: fetchFees("apechain"), start: '2023-04-22', }, + [CHAIN.SONIC]: { + fetch: fetchFees("sonic"), + start: '2023-04-22', + }, + [CHAIN.BOB]: { + fetch: fetchFees("bob"), + start: '2023-04-22', + }, } }