@@ -34,18 +34,18 @@ var (
3434 NonceKeyPrefix = []byte {0x15 } // prefix for each key to a nonce
3535 NonceByValueKeyPrefix = []byte {0x16 } // key prefix for the nonce value
3636 EventKeyPrefix = []byte {0x17 } // prefix for each key to an event
37- EventByStatusKeyPrefix = []byte {0x18 } // prefix for each key to an event by status
38- EventByPriceKeyPrefix = []byte {0x19 } // prefix for each key to an event by triggering price
39- CurrentEventPriceKeyPrefix = []byte {0x20 } // key prefix for the current event price
40- EventByDateKeyPrefix = []byte {0x21 } // prefix for each key to an event by date
41- CurrentEventDateKey = []byte {0x22 } // key for the current event date
42- PendingLendingEventKeyPrefix = []byte {0x23 } // key prefix for the pending lending event
43- AttestationKeyPrefix = []byte {0x24 } // prefix for each key to an attestation
44- AttestationByEventKeyPrefix = []byte {0x25 } // prefix for each key to an attestation by event
45- TriggeredPriceEventQueueKeyPrefix = []byte {0x26 } // key prefix for triggered price event queue
46- TriggeredPriceEventQueueCountKeyPrefix = []byte {0x27 } // key prefix for triggered price event queue count
37+ EventByPriceKeyPrefix = []byte {0x18 } // prefix for each key to an event by triggering price
38+ CurrentEventPriceKeyPrefix = []byte {0x19 } // key prefix for the current event price
39+ EventByDateKeyPrefix = []byte {0x20 } // prefix for each key to an event by date
40+ CurrentEventDateKey = []byte {0x21 } // key for the current event date
41+ PendingLendingEventKeyPrefix = []byte {0x22 } // key prefix for the pending lending event
42+ AttestationKeyPrefix = []byte {0x23 } // prefix for each key to an attestation
43+ AttestationByEventKeyPrefix = []byte {0x24 } // prefix for each key to an attestation by event
44+ TriggeredPriceEventQueueKeyPrefix = []byte {0x25 } // key prefix for triggered price event queue
45+ TriggeredPriceEventQueueCountKeyPrefix = []byte {0x26 } // key prefix for triggered price event queue count
4746
4847 OracleParticipantLivenessKeyPrefix = []byte {0x30 } // key prefix for oracle participant liveness
48+ EventByStatusKeyPrefix = []byte {0x31 } // prefix for each key to an event by status
4949)
5050
5151func OracleKey (id uint64 ) []byte {
0 commit comments