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
When trying to run through the tutorial I get this error when trying to run fund-cchain-addresses
Error: problem parsing address 'X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u': expected hrp "custom" but got "local"
The text was updated successfully, but these errors were encountered:
billyjacoby
changed the title
Error: problem parsing address 'X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u': expected hrp "custom" but got "local"
Error: problem parsing address
Feb 24, 2022
I got exactly the same error.. here it is in full... please help!
$ yarn fund-cchain-addresses
yarn run v1.22.17
$ npx hardhat run scripts/fund-cchain-addresses.js
Error: problem parsing address 'X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u': couldn't parse address "X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u": expected hrp "custom" but got "local"
at AVMAPI.<anonymous> (/test/avalanche-smart-contract-quickstart/node_modules/src/common/jrpcapi.ts:68:15)
at Generator.next (<anonymous>)
at fulfilled (/test/avalanche-smart-contract-quickstart/node_modules/avalanche/dist/common/jrpcapi.js:9:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
When trying to run through the tutorial I get this error when trying to run
fund-cchain-addresses
Error: problem parsing address 'X-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u': expected hrp "custom" but got "local"
The text was updated successfully, but these errors were encountered: