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
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
The text was updated successfully, but these errors were encountered:
The command didn’t execute completely; it got stuck for some reason.
The text was updated successfully, but these errors were encountered: