You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use WrappedCoin1::coin::T as WUSDC; // USD Coin (Wormhole)
use WrappedCoin2::coin::T as WWETH; // Wrapped Ether (Wormhole)
use WrappedCoin3::coin::T as WWTBT; // wTBT Pool
I tried to import Wrapped coins in my project as dependencies.
But I did not success. Having error Move abort in 0x1::code: EPACKAGE_DEP_MISSING(0x60005): Dependency could not be resolved to any published package
Actually, building is successful. But while publishing on mainnet, it has the following error.
"Error": "Simulation failed with status: Move abort in 0x1::code: EPACKAGE_DEP_MISSING(0x60005): Dependency could not be resolved to any published package."
Hello @seiji0411
This will be review by the support team. Visit the live support page to initiate a chat with an agent for further assistance via live agent.
Regards
Description and context
https://aptoscan.com/account/28b98af2e2b8a6387ee392773135e0bf4b1f05e4c0c79ff51ab84a73e2454be8?module=stable_swap_adapter&viewMode=view#modules
I found that this module has the dependences about Wormhole wrapped coins.
I tried to import Wrapped coins in my project as dependencies.
But I did not success. Having error
Move abort in 0x1::code: EPACKAGE_DEP_MISSING(0x60005): Dependency could not be resolved to any published package
These are files of wrapped coin module
Actually I am wondering that your wrapped coins's module address and the deployed address are different.
https://aptoscan.com/account/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea?viewMode=view&module=coin#modules
0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea
I want to know how to make local dependences of your wrapped coins in my move module.
Please help me!
The text was updated successfully, but these errors were encountered: