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

export Router and Sidestaking classes

This commit is contained in:
Miquel A. Cabot 2022-04-11 12:25:21 +02:00
parent 149ea08371
commit 56740e892a

View File

@ -1,3 +1,5 @@
export * from './balancer'
export * from './dispenser'
export * from './fixedRate'
export * from './ssContracts'
export * from './Router'