reef-defi / reef.js

Libraries for interacting with the Reef Chain
Apache License 2.0
2 stars 2 forks source link

polkadot api dependencies are a major version behind #3

Closed Deekor closed 2 years ago

Deekor commented 3 years ago

The current major version supported is 4 (https://github.com/reef-defi/reef.js/blob/master/package.json#L12)

This causes issues when an app interacts with Reef and another substrate that's running on the latest major version 5.

Please update to "@polkadot/api": "^5.5.2" in package.json

jbargu commented 2 years ago

Fixed with #4.