1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove one provider check

This commit is contained in:
Bogdan Fazakas 2023-02-08 14:19:36 +03:00
parent 49256bd0f5
commit 73eaa8870f

View File

@ -103,10 +103,10 @@ describe('Multichain Provider test', async () => {
'provider 2 endpoints', 'provider 2 endpoints',
await ProviderInstance.getEndpoints('http://172.15.0.7:8030') await ProviderInstance.getEndpoints('http://172.15.0.7:8030')
) )
console.log( // console.log(
'provider 2 endpoints 8031', // 'provider 2 endpoints 8031',
await ProviderInstance.getEndpoints('http://172.15.0.7:8031') // await ProviderInstance.getEndpoints('http://172.15.0.7:8031')
) // )
console.log( console.log(
'provider multi endpoints', 'provider multi endpoints',
await ProviderInstance.getEndpoints('http://172.15.0.9:8030') await ProviderInstance.getEndpoints('http://172.15.0.9:8030')