eco-stake / restake

Auto-compounder script for Cosmos Validators using REStake
https://restake.app
MIT License
359 stars 303 forks source link

Please add fxcore to your registry #763

Open mechul-eth opened 7 months ago

mechul-eth commented 7 months ago

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

restake@0.1.0 dryrun node scripts/dryrun.mjs 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