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
[18:56:17.792] ⚛
/usr/src/app/node_modules/@cosmjs/stargate/build/fee.js:14
throw new Error("Denom must be between 3 and 128 characters");
^
Error: Denom must be between 3 and 128 characters
at checkDenom (/usr/src/app/node_modules/@cosmjs/stargate/build/fee.js:14:15)
at GasPrice.fromString (/usr/src/app/node_modules/@cosmjs/stargate/build/fee.js:41:9)
at Network.setChain (file:///usr/src/app/src/utils/Network.mjs:94:38)
at new Network (file:///usr/src/app/src/utils/Network.mjs:25:10)
at getNetworkRunner (file:///usr/src/app/src/autostake/index.mjs:114:21)
at runWithRetry (file:///usr/src/app/src/autostake/index.mjs:68:29)
at file:///usr/src/app/src/autostake/index.mjs:42:31
at file:///usr/src/app/src/utils/Helpers.mjs:129:39
at Array.map ()
at mapAsync (file:///usr/src/app/src/utils/Helpers.mjs:98:28)
Node.js v18.19.0
The text was updated successfully, but these errors were encountered:
As far as I understand your chain/registry is not sync with the cosmos/registry
fxcore is added there, I was trying to run the fxcore restake app, but it is giving me error I believe it is because of the registry file not sync with your repo. Please see: https://github.com/cosmos/chain-registry/tree/master/fxcore
May I ask your help in this?
Kind regards.
Here is the output I've got when I run fxcpre;
docker-compose run --rm app npm run dryrun fxcore
[18:56:17.792] ⚛
/usr/src/app/node_modules/@cosmjs/stargate/build/fee.js:14
throw new Error("Denom must be between 3 and 128 characters");
^
Error: Denom must be between 3 and 128 characters
at checkDenom (/usr/src/app/node_modules/@cosmjs/stargate/build/fee.js:14:15)
at GasPrice.fromString (/usr/src/app/node_modules/@cosmjs/stargate/build/fee.js:41:9)
at Network.setChain (file:///usr/src/app/src/utils/Network.mjs:94:38)
at new Network (file:///usr/src/app/src/utils/Network.mjs:25:10)
at getNetworkRunner (file:///usr/src/app/src/autostake/index.mjs:114:21)
at runWithRetry (file:///usr/src/app/src/autostake/index.mjs:68:29)
at file:///usr/src/app/src/autostake/index.mjs:42:31
at file:///usr/src/app/src/utils/Helpers.mjs:129:39
at Array.map ()
at mapAsync (file:///usr/src/app/src/utils/Helpers.mjs:98:28)
Node.js v18.19.0
The text was updated successfully, but these errors were encountered: