1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
Alex Coseru f8f4b48243
Feature/basic ve ocean (#1595)
* bump contracts to 1.1.3

* add basic veOcean support

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
2022-09-06 15:00:47 +03:00

12 lines
342 B
TypeScript

export * from './SmartContract'
export * from './SmartContractWithAddress'
export * from './Dispenser'
export * from './FixedRateExchange'
export * from './Router'
export * from './Datatoken'
export * from './NFT'
export * from './NFTFactory'
export * from './ve/VeOcean'
export * from './ve/VeFeeDistributor'
export * from './ve/VeAllocate'