Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: npm run deploy evm/nft-linker local failed to execute #123

Open
Olanetsoft opened this issue Apr 16, 2023 · 1 comment
Open

fix: npm run deploy evm/nft-linker local failed to execute #123

Olanetsoft opened this issue Apr 16, 2023 · 1 comment

Comments

@Olanetsoft
Copy link
Contributor

The command didn’t execute completely; it got stuck for some reason.

> [email protected] execute
> node scripts/runExecute evm/nft-linker local Avalanche Fantom

--- Initially ---
Token that was originally minted at Avalanche is at Avalanche.
Token that was originally minted at Fantom is at Fantom.


After retrying, it returned:

> [email protected] execute
> node scripts/runExecute evm/nft-linker local Avalanche Fantom

--- Initially ---
Token that was originally minted at Avalanche is at .
Token that was originally minted at Fantom is at Fantom.
/Users/mac/Desktop/GIT/axelar/axelar-examples/scripts/libs/utils.js:125
        CHAINS.TESTNET[source.name.toUpperCase()],
                              ^

TypeError: Cannot read properties of undefined (reading 'name')
    at calculateBridgeFee (/Users/mac/Desktop/GIT/axelar/axelar-examples/scripts/libs/utils.js:125:31)
    at Object.execute (/Users/mac/Desktop/GIT/axelar/axelar-examples/examples/evm/nft-linker/index.js:83:23)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async executeEVMExample (/Users/mac/Desktop/GIT/axelar/axelar-examples/scripts/libs/execute.js:65:5)

Node.js v18.13.0
@Marcia12sdf
Copy link

Aleksandra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants