respect lint

This commit is contained in:
Maria Carmina 2023-04-25 22:19:52 +03:00
parent 63fbe34d7b
commit 2838822dfe
1 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@ const minAbi = [
describe('veOcean tests', async () => {
let nftFactory
let veOcean: VeOcean
let delegateContract
// let delegateContract
let veAllocate: VeAllocate
let veFeeDistributor: VeFeeDistributor
let ownerAccount: string
@ -122,10 +122,10 @@ describe('veOcean tests', async () => {
ownerAccount = accounts[0]
Alice = accounts[1]
Bob = accounts[2]
delegateContract = new web3.eth.Contract(
veDelegation.abi as AbiItem[],
addresses.veDelegation
)
// delegateContract = new web3.eth.Contract(
// veDelegation.abi as AbiItem[],
// addresses.veDelegation
// )
const tokenContract = new web3.eth.Contract(minAbi, addresses.Ocean)
const estGas = await calculateEstimatedGas(