ZL

Results 4 comments of ZL

Having the same issue. **Seid version** v3.5.0 (tested with 3.5.1 also) **Chain ID** pacific-1 **Sync state** ``` STATE_SYNC_RPC=https://sei-state-sync-rpc.brocha.in:443 STATE_SYNC_PEER=94b63fddfc78230f51aeb7ac34b9fb86bd042a77@sei-state-sync.p2p.brocha.in:30615 LATEST_HEIGHT=$(curl -s $STATE_SYNC_RPC/block | jq -r .block.header.height) SYNC_BLOCK_HEIGHT=$(($LATEST_HEIGHT - 60000)) SYNC_BLOCK_HASH=$(curl...

Made it work by resetting `rm -rf ~/.sei` and running ``` seid init --chain-id "$CHAIN_ID" "$MONIKER" curl https://raw.githubusercontent.com/sei-protocol/testnet/main/pacific-1/genesis.json > $HOME/.sei/config/genesis.json seid start ```

Seems like it happens on node >20, resolved by fixing node version to 18. One quick way to reproduce is trying to send some funds off an empty wallet (to...