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
|
||||
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', () => {
|
||||
let oceanTokenAddress
|
||||
@ -41,8 +41,8 @@ describe('Balancer flow', () => {
|
||||
const SContracts = new BalancerContractHandler(
|
||||
OceanPoolFactory.abi,
|
||||
OceanPoolFactory.bytecode,
|
||||
OceanPoolPool.abi,
|
||||
OceanPoolPool.bytecode,
|
||||
OceanSPool.abi,
|
||||
OceanSPool.bytecode,
|
||||
web3
|
||||
)
|
||||
await SContracts.getAccounts()
|
||||
@ -94,7 +94,7 @@ describe('Balancer flow', () => {
|
||||
Pool = new OceanPool(
|
||||
web3,
|
||||
OceanPoolFactory.abi,
|
||||
OceanPoolPool.abi,
|
||||
OceanSPool.abi,
|
||||
OceanPoolFactoryAddress,
|
||||
oceanTokenAddress
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user