mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix lint problems
This commit is contained in:
parent
55fec840c3
commit
f9a8c0a784
@ -401,11 +401,7 @@ describe('Marketplace flow tests', async () => {
|
|||||||
/// Now let's console log the result to check everything is working
|
/// Now let's console log the result to check everything is working
|
||||||
/// ```Typescript
|
/// ```Typescript
|
||||||
console.log(`Consumer ETH balance: ${consumerETHBalance}`)
|
console.log(`Consumer ETH balance: ${consumerETHBalance}`)
|
||||||
let consumerOCEANBalance = await balance(
|
let consumerOCEANBalance = await balance(web3, addresses.Ocean, consumerAccount)
|
||||||
web3,
|
|
||||||
addresses.Ocean,
|
|
||||||
consumerAccount
|
|
||||||
)
|
|
||||||
/// ```
|
/// ```
|
||||||
/// Now let's console log consumerOCEANBalance to check everything is working
|
/// Now let's console log consumerOCEANBalance to check everything is working
|
||||||
/// ```Typescript
|
/// ```Typescript
|
||||||
@ -653,11 +649,7 @@ describe('Marketplace flow tests', async () => {
|
|||||||
/// Let's do a quick check of the consumer ETH balance before the swap
|
/// Let's do a quick check of the consumer ETH balance before the swap
|
||||||
/// ```Typescript
|
/// ```Typescript
|
||||||
console.log(`Consumer ETH balance: ${consumerETHBalance}`)
|
console.log(`Consumer ETH balance: ${consumerETHBalance}`)
|
||||||
let consumerOCEANBalance = await balance(
|
let consumerOCEANBalance = await balance(web3, addresses.Ocean, consumerAccount)
|
||||||
web3,
|
|
||||||
addresses.Ocean,
|
|
||||||
consumerAccount
|
|
||||||
)
|
|
||||||
console.log(`Consumer OCEAN balance before swap: ${consumerOCEANBalance}`)
|
console.log(`Consumer OCEAN balance before swap: ${consumerOCEANBalance}`)
|
||||||
let consumerDTBalance = await balance(web3, freDatatokenAddress, consumerAccount)
|
let consumerDTBalance = await balance(web3, freDatatokenAddress, consumerAccount)
|
||||||
console.log(`Consumer ${FRE_NFT_SYMBOL} balance before swap: ${consumerDTBalance}`)
|
console.log(`Consumer ${FRE_NFT_SYMBOL} balance before swap: ${consumerDTBalance}`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user