Hide RNDR-PERP

This commit is contained in:
Riordan Panayides 2023-06-12 16:24:12 +01:00
parent 1492c1b138
commit 54ee327bcf
1 changed files with 3 additions and 1 deletions

View File

@ -523,7 +523,9 @@ const mangoStore = create<MangoStore>()(
.filter(
(p) =>
p.publicKey.toString() !==
'9Y8paZ5wUpzLFfQuHz8j2RtPrKsDtHx9sbgFmWb5abCw'
'9Y8paZ5wUpzLFfQuHz8j2RtPrKsDtHx9sbgFmWb5abCw' &&
p.publicKey.toString() !==
'GcMimCLCU8aQhUpZwB5dWTQDxkTzuMy8uKQfujjYjz4b'
)
.sort((a, b) => a.name.localeCompare(b.name))