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:
parent
19201ef6e7
commit
7b904dc9b3
@ -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>()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user