AvaProtocol / oak.js

Javascript dev-utils library to access OAK Network APIs, leveraging typing decoration of polkadot.js library.
Apache License 2.0
2 stars 0 forks source link

Fix crossChainTransfer for the changes in adapter. #137

Closed chrisli30 closed 3 months ago

chrisli30 commented 10 months ago

The crossChainTransfer function didn’t work in AutomationHub so I had to create a new function transferMultiasset. Let’s fix the function for both Turing, signing with Substrate wallet, and Moonriver & Shiden, signing with Ethereum Wallet.

No need to test any other chains for now.