mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
update readme
This commit is contained in:
parent
ad065547d5
commit
86d4428780
@ -211,6 +211,7 @@ describe('Marketplace flow tests', async () => {
|
|||||||
)
|
)
|
||||||
publisherAccount = (await provider.getSigner(0)) as Signer
|
publisherAccount = (await provider.getSigner(0)) as Signer
|
||||||
consumerAccount = (await provider.getSigner(1)) as Signer
|
consumerAccount = (await provider.getSigner(1)) as Signer
|
||||||
|
stakerAccount = (await provider.getSigner(2)) as Signer
|
||||||
const config = new ConfigHelper().getConfig(
|
const config = new ConfigHelper().getConfig(
|
||||||
parseInt(String((await publisherAccount.provider.getNetwork()).chainId))
|
parseInt(String((await publisherAccount.provider.getNetwork()).chainId))
|
||||||
)
|
)
|
||||||
@ -231,9 +232,9 @@ describe('Marketplace flow tests', async () => {
|
|||||||
console.log(`Aquarius URL: ${config.metadataCacheUri}`)
|
console.log(`Aquarius URL: ${config.metadataCacheUri}`)
|
||||||
console.log(`Provider URL: ${providerUrl}`)
|
console.log(`Provider URL: ${providerUrl}`)
|
||||||
console.log(`Deployed contracts address: ${addresses}`)
|
console.log(`Deployed contracts address: ${addresses}`)
|
||||||
console.log(`Publisher account address: ${publisherAccount}`)
|
console.log(`Publisher account address: ${await publisherAccount.getAddress()}`)
|
||||||
console.log(`Consumer account address: ${consumerAccount}`)
|
console.log(`Consumer account address: ${await consumerAccount.getAddress()}`)
|
||||||
console.log(`Staker account address: ${stakerAccount}`)
|
console.log(`Staker account address: ${await stakerAccount.getAddress()}`)
|
||||||
}) ///
|
}) ///
|
||||||
/// ```
|
/// ```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user