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())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,9 +38,10 @@ describe("Asset", () => {
|
|||||||
|
|
||||||
it("should purchase an asset", async () => {
|
it("should purchase an asset", async () => {
|
||||||
|
|
||||||
// todo
|
// todo
|
||||||
const consumerAccount = accounts[5]
|
const consumerAccount = accounts[5]
|
||||||
const order: Order = await testAsset.purchase(consumerAccount, timeout)
|
const order: Order = await testAsset.purchase(consumerAccount, timeout)
|
||||||
assert(order)
|
assert(order)
|
||||||
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user