Mintbase / mintbase-js

Powerful open-source library for doing all things NFTs on the NEAR protocol.
https://docs.mintbase.xyz
MIT License
63 stars 24 forks source link

Upgrade NearApiJS to v4 #518

Closed bh2smith closed 2 months ago

bh2smith commented 4 months ago

There was only one snag in the way we convert wallet-selector.Action into nearApiJs.Action where we were previously relying on the wallet-selector to do the conversion (it is outdated) but nearApiJs has a supportive constructor.

bh2smith commented 2 months ago

Closed in favour of #532