2.0.2 • Published 2 years ago

@valora/exchanges v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Exchanges library

Usage

On the root of the project run:

yarn add @valora/exchanges

On the code:

import {
  createNewManager,
  ExchangeRateManager,
  PriceByAddress,
  configs,
} from '@valora/exchanges'

const manager = createNewManager(configs.mainnet)
const prices = await manager.calculatecUSDPrices()

Publish to npmjs

Update the version on package.json and then:

yarn build
npm publish
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3-beta-0

2 years ago

1.0.3-beta

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0-beta

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago