mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix imports
This commit is contained in:
parent
11c73e8f8e
commit
92005c6203
@ -1,6 +1,7 @@
|
||||
import Account from '../ocean/Account'
|
||||
const defaultFactoryABI = require('@oceanprotocol/artifacts/development/Factory.json')
|
||||
const defaultDatatokensABI = require('@oceanprotocol/artifacts/development/DatatokenTemplate.json')
|
||||
|
||||
import * as defaultFactoryABI from '@oceanprotocol/contracts/artifacts/development/Factory.json'
|
||||
import * as defaultDatatokensABI from '@oceanprotocol/contracts/artifacts/development/DataTokenTemplate.json'
|
||||
|
||||
/**
|
||||
* Provides a interface to DataTokens
|
||||
|
Loading…
x
Reference in New Issue
Block a user