Skip to content

Commit

Permalink
Adjust token imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shatterproof committed Jul 21, 2023
1 parent 9fe553e commit b360927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/stats/fantom/getFvmApys.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const volatilePools = require('../../../data/fantom/fvmLpPools.json');
import { addressBook } from '../../../../packages/address-book/address-book';
const {
fantom: {
tokens: { oFVM, FVM },
tokens: { FVM },
},
} = addressBook;

Expand Down

0 comments on commit b360927

Please sign in to comment.