Skip to content

Commit d0ee1f8

Browse files
committed
feat(support): added new supporter record, supports SOL currency
1 parent 53014d0 commit d0ee1f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/supporters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ export const SUPPORTERS: Supporter[] = [
7575
},
7676
{ name: '阿蓝', amount: 0.66, currency: 'CNY', date: '2025-05-12', via: 'WeChat' },
7777
{ name: '默', amount: 66.66, currency: 'CNY', date: '2025-06-25', via: 'WeChat' },
78+
{ name: 'Livid', amount: 0.001, currency: 'SOL', date: '2025-07-22', via: 'Other' },
79+
{ name: 'Yoooungvon', amount: 0.005, currency: 'SOL', date: '2025-07-22', via: 'Other' },
7880
]

0 commit comments

Comments
 (0)