From d137c7b88deb9ebf26770113b4d34f67ecb1a4df Mon Sep 17 00:00:00 2001 From: eliran zach Date: Wed, 11 May 2022 23:49:25 -0700 Subject: [PATCH] Fix ftmInfo file casing --- src/ethereum/ethInfos.js | 2 +- src/ethereum/info/{ftminfo.js => ftmInfo.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/ethereum/info/{ftminfo.js => ftmInfo.js} (100%) 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