mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
removed obsolete config
This commit is contained in:
parent
de2fddfccc
commit
1cc9e2bcbf
@ -27,12 +27,9 @@ export default class Ocean {
|
|||||||
public metadata: MetaData
|
public metadata: MetaData
|
||||||
|
|
||||||
private keeper: Keeper
|
private keeper: Keeper
|
||||||
private config: Config
|
|
||||||
|
|
||||||
private constructor(config: Config) {
|
private constructor(config: Config) {
|
||||||
|
|
||||||
this.config = config
|
|
||||||
|
|
||||||
this.helper = new Web3Helper(config)
|
this.helper = new Web3Helper(config)
|
||||||
this.metadata = new MetaData(config)
|
this.metadata = new MetaData(config)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user