diff --git a/src/ethereum/ethInfos.js b/src/ethereum/ethInfos.js index 67d984f9d..291e3c2d3 100644 --- a/src/ethereum/ethInfos.js +++ b/src/ethereum/ethInfos.js @@ -5,7 +5,7 @@ import { makeBinanceSmartChainPlugin } from './info/bscInfo.js' import { makeCeloPlugin } from './info/celoInfo.js' import { makeEthereumClassicPlugin } from './info/etcInfo.js' import { makeEthereumPlugin } from './info/ethInfo.js' -import { makeFantomPlugin } from './info/ftminfo.js' +import { makeFantomPlugin } from './info/ftmInfo.js' import { makePolygonPlugin } from './info/maticInfo' import { makeRskPlugin } from './info/rskInfo.js' diff --git a/src/ethereum/info/ftminfo.js b/src/ethereum/info/ftmInfo.js similarity index 100% rename from src/ethereum/info/ftminfo.js rename to src/ethereum/info/ftmInfo.js