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

Merge pull request #1411 from oceanprotocol/issue-1410-export-router-and-sidestaking-classes

Issue-#1410: Export Router and SideStaking classes
This commit is contained in:
Miquel A. Cabot 2022-04-12 09:41:02 +02:00 committed by GitHub
commit db866d271c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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