Skip to content

Commit

Permalink
Merge pull request #408 from EdgeApp/eliran/fixTravisTests
Browse files Browse the repository at this point in the history
Fix ftmInfo file casing
  • Loading branch information
peachbits authored May 12, 2022
2 parents 70c1d84 + d137c7b commit 07ec53d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/ethInfos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
File renamed without changes.

0 comments on commit 07ec53d

Please sign in to comment.