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:
parent
49256bd0f5
commit
73eaa8870f
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user