mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
merge
This commit is contained in:
parent
ee1dd8e30b
commit
dd227e74ed
@ -16,7 +16,6 @@ export default class Ocean {
|
|||||||
if (!Ocean.instance) {
|
if (!Ocean.instance) {
|
||||||
ConfigProvider.setConfig(config)
|
ConfigProvider.setConfig(config)
|
||||||
SecretStoreProvider.configure(config)
|
SecretStoreProvider.configure(config)
|
||||||
AquariusProvider.setAquarius(Aquarius)
|
|
||||||
Ocean.instance = new Ocean(await Keeper.getInstance())
|
Ocean.instance = new Ocean(await Keeper.getInstance())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,3 +44,4 @@ describe("Asset", () => {
|
|||||||
assert(order)
|
assert(order)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user