Skip to content

Commit b71d004

Browse files
authored
Hide unexecutable proposal (#187)
Hide approved proposal with values that are unexecutable
1 parent d5bfbb9 commit b71d004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/instructions/tools.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ export const HIDDEN_PROPOSALS = new Map<string, string>([
417417
['3jU2YuKXKBw4cWx9taPDfhQZ8RFLmFUx3HLxMrh7w749', ''],
418418
['8eiBtZ7ZgAZEK747z1mXKPktQg3gdbgB9ew78t9LXwyL', ''],
419419
['GLdM2J4YkCz3zJ5K9QRsASYBhU3m4X92d2HoUSzgYD9V', ''],
420+
['4fYjxvigTZrcZzo6PAp8xFvs7qhUmiP4ZKBEe5wDi5Td', ''],
420421
])
421422

422423
export const DEFAULT_NATIVE_SOL_MINT =

0 commit comments

Comments
 (0)