Skip to content

Commit

Permalink
Merge pull request #588 from maverickprotocol/update-bsc
Browse files Browse the repository at this point in the history
Maverick bsc fix
  • Loading branch information
dtmkeng committed Jul 4, 2023
2 parents ba8e0aa + 77af502 commit 0650c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/maverick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const adapter: SimpleAdapter = {
},
},
[CHAIN.BSC]: {
fetch: fetchFee(CHAIN.ERA),
fetch: fetchFee(CHAIN.BSC),
start: async () => 29241049,
meta: {
methodology,
Expand Down

0 comments on commit 0650c13

Please sign in to comment.