{"level":"debug","raw_event":{"type":"babylon.btcstaking.v1.EventBTCDelegationExpired","attributes":[{"key":"new_state","value":"\"UNBONDED\"","index":true},{"key":"staking_tx_hash","value":"\"3249d29bb307f2959413b1f76532f23d3d001a8d00f953455fffc41c7db43e5d\"","index":true},{"key":"mode","value":"BeginBlock","index":true}]},"time":"2024-11-22T01:06:16+11:00","message":"Raw event data"}
{"level":"error","error":"failed to parse typed event: json: error calling MarshalJSON for type json.RawMessage: invalid character 'B' looking for beginning of value","time":"2024-11-22T01:06:16+11:00","message":"Failed to process event"}
The issue is BeginBlock field does not have the "\" thing in its value
The issue is
BeginBlock
field does not have the "\" thing in its value