diff --git a/lib/constants.js b/lib/constants.js index c19c3c49..525d6698 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -43,10 +43,11 @@ export const USER_ID = { sn: 4502, anon: 27, ad: 9, - delete: 106 + delete: 106, + saloon: 17226 } export const SN_USER_IDS = [USER_ID.k00b, USER_ID.ek, USER_ID.sn] -export const SN_NO_REWARDS_IDS = [USER_ID.anon, USER_ID.sn] +export const SN_NO_REWARDS_IDS = [USER_ID.anon, USER_ID.sn, USER_ID.saloon] export const ANON_INV_PENDING_LIMIT = 1000 export const ANON_BALANCE_LIMIT_MSATS = 0 // disable export const MAX_POLL_NUM_CHOICES = 10