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:
parent
aab53636b6
commit
79612f60c4
@ -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'
|
||||
|
@ -1 +0,0 @@
|
||||
export * from './Provider'
|
@ -1 +1,2 @@
|
||||
export * from './Aquarius'
|
||||
export * from './Provider'
|
Loading…
x
Reference in New Issue
Block a user