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
Add a mapping for Filecoin -> filecoin-2 when the user runs deploy and execute command.
Log
> [email protected] execute
> node scripts/runExecute evm/call-contract testnet Filecoin Avalanche Hello world
--- Initially ---
value at Avalanche is ""
/home/stephen/workspace/axelar/axelar-examples/node_modules/@axelar-network/axelarjs-sdk/dist/src/utils/validateChain.js:46
throw new Error(`Invalid chain identifier for ${chains[i]}. Did you mean ${validations[i].bestMatch}?`);
^
Error: Invalid chain identifier for filecoin. Did you mean filecoin-2?
The text was updated successfully, but these errors were encountered:
Add a mapping for
Filecoin
->filecoin-2
when the user runsdeploy
andexecute
command.Log
The text was updated successfully, but these errors were encountered: