mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
cleaning up
This commit is contained in:
parent
dee83dfe6a
commit
5a8b343a28
@ -2,10 +2,7 @@ import { assert } from 'chai'
|
|||||||
import { TestContractHandler } from '../../TestContractHandler'
|
import { TestContractHandler } from '../../TestContractHandler'
|
||||||
import { BalancerContractHandler } from '../../BalancerContractHandler'
|
import { BalancerContractHandler } from '../../BalancerContractHandler'
|
||||||
import { DataTokens } from '../../../src/datatokens/Datatokens'
|
import { DataTokens } from '../../../src/datatokens/Datatokens'
|
||||||
// import { Balancer } from '../../../src/balancer/balancerlib'
|
|
||||||
import { OceanPool } from '../../../src/balancer/OceanPool'
|
import { OceanPool } from '../../../src/balancer/OceanPool'
|
||||||
import { Ocean } from '../../../src/ocean/Ocean'
|
|
||||||
import { Config } from '../../../src/models/Config'
|
|
||||||
|
|
||||||
const Web3 = require('web3')
|
const Web3 = require('web3')
|
||||||
const web3 = new Web3('http://127.0.0.1:8545')
|
const web3 = new Web3('http://127.0.0.1:8545')
|
||||||
@ -20,7 +17,6 @@ describe('Balancer flow', () => {
|
|||||||
let oceanTokenAddress
|
let oceanTokenAddress
|
||||||
let OceanPoolFactoryAddress
|
let OceanPoolFactoryAddress
|
||||||
let Pool
|
let Pool
|
||||||
let OceanPoolContracts
|
|
||||||
let oceandatatoken
|
let oceandatatoken
|
||||||
let alicePoolAddress
|
let alicePoolAddress
|
||||||
let currentDtPrice
|
let currentDtPrice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user