Add static XMR address (#52)

* Add static XMR address to .md file

* Add staticXMRaddress to md.ts

* Add staticXMRaddress to types.ts

* Add "date" to md.ts

* Add "date" to types.ts

* Add "date" to eae_attack_and_churning.md
This commit is contained in:
Rucknium
2023-07-13 17:06:40 +00:00
committed by GitHub
parent fd3b5d7223
commit 13c74a4c2f
3 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ twitter: 'magicgrants'
personalTwitter: 'magicgrants'
personalWebsite: 'https://github.com/nborggren'
type: 'Other Free and Open Source Project'
date: '2023-06-08'
staticXMRaddress: '87LZA8XLDvhVKLi974MaxUANcvkWdL6n986R7WNgKLXY16y31t69Z8228EWcg8THQq3tuAWfQ7Np35Tt3AhPrjzcNbm8Jr5'
goal: 29260
isFunded: true
numdonationsxmr: 27

View File

@@ -11,11 +11,13 @@ const FIELDS = ['title',
'content',
'coverImage',
'nym',
'date',
'goal',
'website',
'twitter',
'personalTwitter',
'personalWebsite',
'staticXMRaddress',
'isFunded',
'numdonationsxmr',
'totaldonationsinfiatxmr',

View File

@@ -10,6 +10,8 @@ export type ProjectItem = {
website: string
personalTwitter?: string
personalWebsite: string
date?: string
staticXMRaddress?: string
goal: number
isFunded?: boolean
numdonationsxmr?: number