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

move Aquarius and Provider to /services

This commit is contained in:
Miquel A. Cabot 2022-06-02 21:49:16 +02:00
parent aab53636b6
commit 79612f60c4
5 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
export * from './aquarius'
export * from './@types'
export * from './services'
export * from './pools'
export * from './tokens'
export * from './factories'
export * from './config'
export * from './utils'
export * from './@types'
export * from './provider'

View File

@ -1 +0,0 @@
export * from './Provider'

View File

@ -1 +1,2 @@
export * from './Aquarius'
export * from './Provider'