Skip to content

Commit

Permalink
Update Sonic and BOB
Browse files Browse the repository at this point in the history
  • Loading branch information
StrategicReserve authored Jan 8, 2025
1 parent cf0f678 commit 44eaedf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fees/gamma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}
}

Expand Down

0 comments on commit 44eaedf

Please sign in to comment.