/root/.fuelup/bin/fuelup show
Default host: x86_64-unknown-linux-gnu
fuelup home: /root/.fuelup
Installed toolchains
latest-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
active toolchain
latest-x86_64-unknown-linux-gnu (default)
forc : 0.62.0
- forc-client
- forc-deploy : 0.62.0
- forc-run : 0.62.0
- forc-crypto : 0.62.0
- forc-debug : 0.62.0
- forc-doc : 0.62.0
- forc-fmt : 0.62.0
- forc-lsp : 0.62.0
- forc-tx : 0.62.0
- forc-wallet : 0.8.2
fuel-core : 0.31.0
fuel-core-keygen : 0.31.0
fuels versions
forc : 0.65.1
forc-wallet : 0.65.0
Hello,
I installed the latest version of fuelup and I currently have an error when starting the fuel testnet node :
Error: an error occurred while loading the chain state file: Some(â/root/fuel/chain-configuration/ignition/chain_config.jsonâ) Caused by: unknown variant PoAV2
, expected PoA
at line 267 column 11.
This is my node start command:
.fuelup/bin/fuel-core run
âservice-name=fuel-sepolia-testnet-node
âkeypair xxxx
ârelayer https://eth-sepolia.g.alchemy.com/v2/xxxxx
âip=0.0.0.0 --port=4000 --peering-port=30333
âdb-path=/root/fuel/.fuel-sepolia-testnet
âsnapshot /root/fuel/chain-configuration/ignition
âutxo-validation --poa-instant false --enable-p2p
âreserved-nodes /dns4/p2p-testnet.fuel.network/tcp/30333/p2p/16Uiu2HAmDxoChB7AheKNvCVpD4PHJwuDGn8rifMBEHmEynGHvHrf
âsync-header-batch-size 100
âenable-relayer
ârelayer-v2-listening-contracts=0x01855B78C1f8868DE70e84507ec735983bf262dA
ârelayer-da-deploy-height=5827607
ârelayer-log-page-size=500
âsync-block-stream-buffer-size 30
Restart=always
Do you know what is the cause of this error?
Thank you.