Default Export Fix
This release fixes and issue where the default export of the package did not work due to the mixing of named and default exports. To remedy this, the new multichain sdk API has been added as static method on the regular SDK import.
Changelog:
- 4.4.0-0.0.1: [fix]: Default Export #196