1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

fixed imports

This commit is contained in:
Sebastian Gerske 2018-10-16 15:02:44 +02:00
parent 19201ef6e7
commit 7b904dc9b3

View File

@ -1,7 +1,7 @@
import Contract from "web3-eth-contract"
import Logger from "../utils/Logger"
import Web3Provider from "./Web3Provider"
import Keeper from "./Keeper"
import Web3Provider from "./Web3Provider"
const contracts: Map<string, Contract> = new Map<string, Contract>()