mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
remove multichain from env add some logs
This commit is contained in:
parent
506c543738
commit
9d772d4569
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
run: |
|
||||
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log &
|
||||
env:
|
||||
PROVIDER_VERSION: multichain
|
||||
# PROVIDER_VERSION: multichain
|
||||
- run: npm ci
|
||||
- name: Wait for contracts deployment
|
||||
working-directory: ${{ github.workspace }}/barge
|
||||
|
@ -235,6 +235,7 @@ describe('Multichain Provider test', async () => {
|
||||
})
|
||||
|
||||
it('Should order the dataset after updated serviceEndpoint to point to multichain provider', async () => {
|
||||
console.log('providerUrl', providerUrl)
|
||||
const initializeData = await ProviderInstance.initialize(
|
||||
resolvedDdoAfterUpdate.id,
|
||||
resolvedDdoAfterUpdate.services[0].id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user