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
This issue is not fixed:
Link to original closed issue: #2
Try running from a new hardhat project and installing axelar-local-dev according to the readme.
Then attempt to npx hardhat test, it will give the same error: Error: Cannot find module '../artifacts/@axelar-network/axelar-cgp-solidity/contracts/TokenDeployer.sol/TokenDeployer.json'
It doesn't have the TokenDeployer.json artifacts because it didn't compile the contracts in the node_modules @axelar-network directory.
Trying to add that directory to the hardhat.confg.js doesn't help.
Not sure how to get this running. Importing the entire test project seems to work fine, but I don't need all that.
The text was updated successfully, but these errors were encountered:
Where did you get the TokenDeplolyer.json from? Also is there a simple example of just using this as module ? I am not sure where 'artificats' comes from in the path ? I just did a simple npm install axelarnetwork/axelar-local-dev
This issue is not fixed:
Link to original closed issue: #2
Try running from a new hardhat project and installing axelar-local-dev according to the readme.
Then attempt to
npx hardhat test
, it will give the same error:Error: Cannot find module '../artifacts/@axelar-network/axelar-cgp-solidity/contracts/TokenDeployer.sol/TokenDeployer.json'
It doesn't have the TokenDeployer.json artifacts because it didn't compile the contracts in the node_modules @axelar-network directory.
Trying to add that directory to the hardhat.confg.js doesn't help.
Not sure how to get this running. Importing the entire test project seems to work fine, but I don't need all that.
The text was updated successfully, but these errors were encountered: