diff --git a/README.md b/README.md index 623de7a..3e476e2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A typescript Bluefin client library for creating signed orders and placing them on exchange.The library provides an interface to connect with on-chain contracts and off-chain orderbook and listen to socket events emitted from both Bluefin's on-chain and off-chain part of the protocol. -The documentation about the library could be found [here](https://docs.firefly.exchange) +The documentation about the library could be found [here](https://bluefin-exchange.readme.io/v2.0/reference/introduction) Examples on how to use the library are available [here](https://github.com/fireflyprotocol/bluefin-v2-client-ts/tree/main/examples) diff --git a/package.json b/package.json index cb89ddc..a8457f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bluefin-exchange/bluefin-v2-client", - "version": "5.2.10", + "version": "5.2.11", "description": "The Bluefin client Library allows traders to sign, create, retrieve and listen to orders on Bluefin Exchange.", "main": "dist/index.js", "scripts": {