diff --git a/fees/amped/index.ts b/fees/amped/index.ts index 406c5003ba..f7621a88dd 100644 --- a/fees/amped/index.ts +++ b/fees/amped/index.ts @@ -105,7 +105,8 @@ const adapter: Adapter = { meta: { methodology: "Fees collected from trading, liquidation, and margin activities. All fees go to liquidity providers.", }, - }, + }, + } }; export default adapter;