diff --git a/services/gunDB/contact-api/key.js b/services/gunDB/contact-api/key.js index 1aa3f8a0..52d7de8b 100644 --- a/services/gunDB/contact-api/key.js +++ b/services/gunDB/contact-api/key.js @@ -24,3 +24,9 @@ exports.DISPLAY_NAME = 'displayName' * Maps user to the last request sent to them. */ exports.USER_TO_LAST_REQUEST_SENT = 'USER_TO_LAST_REQUEST_SENT' + +exports.CURRENT_ORDER_ADDRESS = 'currentOrderAddress' + +exports.ORDER_NODES = 'orderNodes' + +exports.ORDER_TO_RESPONSE = 'orderToResponse'