mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Merge pull request #88 from oceanprotocol/fix/circular_dep
fix/circular_dep
This commit is contained in:
commit
11ba7b6ff1
@ -1,4 +1,3 @@
|
|||||||
// import Logger from "../utils/Logger"
|
|
||||||
import OceanAuth from "./contracts/Auth"
|
import OceanAuth from "./contracts/Auth"
|
||||||
import AccessConditions from "./contracts/conditions/AccessConditions"
|
import AccessConditions from "./contracts/conditions/AccessConditions"
|
||||||
import PaymentConditions from "./contracts/conditions/PaymentConditions"
|
import PaymentConditions from "./contracts/conditions/PaymentConditions"
|
||||||
@ -6,6 +5,7 @@ import DIDRegistry from "./contracts/DIDRegistry"
|
|||||||
import OceanMarket from "./contracts/Market"
|
import OceanMarket from "./contracts/Market"
|
||||||
import ServiceAgreement from "./contracts/ServiceAgreement"
|
import ServiceAgreement from "./contracts/ServiceAgreement"
|
||||||
import OceanToken from "./contracts/Token"
|
import OceanToken from "./contracts/Token"
|
||||||
|
|
||||||
import Web3Provider from "./Web3Provider"
|
import Web3Provider from "./Web3Provider"
|
||||||
|
|
||||||
export default class Keeper {
|
export default class Keeper {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import EventListener from "./keeper/EventListener"
|
|
||||||
import Account from "./ocean/Account"
|
import Account from "./ocean/Account"
|
||||||
import Ocean from "./ocean/Ocean"
|
import Ocean from "./ocean/Ocean"
|
||||||
import ServiceAgreement from "./ocean/ServiceAgreements/ServiceAgreement"
|
import ServiceAgreement from "./ocean/ServiceAgreements/ServiceAgreement"
|
||||||
@ -7,6 +6,8 @@ import Access from "./ocean/ServiceAgreements/Templates/Access"
|
|||||||
import FitchainCompute from "./ocean/ServiceAgreements/Templates/FitchainCompute"
|
import FitchainCompute from "./ocean/ServiceAgreements/Templates/FitchainCompute"
|
||||||
import Logger from "./utils/Logger"
|
import Logger from "./utils/Logger"
|
||||||
|
|
||||||
|
import EventListener from "./keeper/EventListener"
|
||||||
|
|
||||||
const Templates = {Access, FitchainCompute}
|
const Templates = {Access, FitchainCompute}
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
Loading…
Reference in New Issue
Block a user