mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
minor typo fix
This commit is contained in:
parent
e2b2c16e2a
commit
dee83dfe6a
@ -14,7 +14,7 @@ const datatokensTemplate = require('@oceanprotocol/contracts/artifacts/developme
|
|||||||
|
|
||||||
// this will be replaced by our SFactory/SPool
|
// this will be replaced by our SFactory/SPool
|
||||||
const OceanPoolFactory = require('@oceanprotocol/contracts/artifacts/development/SFactory.json')
|
const OceanPoolFactory = require('@oceanprotocol/contracts/artifacts/development/SFactory.json')
|
||||||
const OceanPoolPool = require('@oceanprotocol/contracts/artifacts/development/SPool.json')
|
const OceanSPool = require('@oceanprotocol/contracts/artifacts/development/SPool.json')
|
||||||
|
|
||||||
describe('Balancer flow', () => {
|
describe('Balancer flow', () => {
|
||||||
let oceanTokenAddress
|
let oceanTokenAddress
|
||||||
@ -41,8 +41,8 @@ describe('Balancer flow', () => {
|
|||||||
const SContracts = new BalancerContractHandler(
|
const SContracts = new BalancerContractHandler(
|
||||||
OceanPoolFactory.abi,
|
OceanPoolFactory.abi,
|
||||||
OceanPoolFactory.bytecode,
|
OceanPoolFactory.bytecode,
|
||||||
OceanPoolPool.abi,
|
OceanSPool.abi,
|
||||||
OceanPoolPool.bytecode,
|
OceanSPool.bytecode,
|
||||||
web3
|
web3
|
||||||
)
|
)
|
||||||
await SContracts.getAccounts()
|
await SContracts.getAccounts()
|
||||||
@ -94,7 +94,7 @@ describe('Balancer flow', () => {
|
|||||||
Pool = new OceanPool(
|
Pool = new OceanPool(
|
||||||
web3,
|
web3,
|
||||||
OceanPoolFactory.abi,
|
OceanPoolFactory.abi,
|
||||||
OceanPoolPool.abi,
|
OceanSPool.abi,
|
||||||
OceanPoolFactoryAddress,
|
OceanPoolFactoryAddress,
|
||||||
oceanTokenAddress
|
oceanTokenAddress
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user