Added Status Anniversary 1 and 6 metadata
This commit is contained in:
parent
073f3c486d
commit
2fb4aaba15
|
@ -3,9 +3,9 @@
|
|||
|------------------------------------------------------------------------|--------------------------------------------|----------------------------------------------------------|
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite.svg"> | **medal:status:crew:ui_polishers** | [metadata](metadata/medal.status.crew.ui_polishers.json) |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_2.svg"> | **medal:status:crew:perf** | [metadata](metadata/medal.status.crew.perf.json) |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_3_.svg"> | **medal:status:anniversary:6** | |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_3_.svg"> | **medal:status:anniversary:6** | [metadata](metadata/medal.status.anniversary.6.json) |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_4.svg"> | **medal:status:logos:6** | |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_5.svg"> | **medal:status:anniversary:1** | |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_5.svg"> | **medal:status:anniversary:1** | [metadata](metadata/medal.status.anniversary.1.json) |
|
||||
| <img alt="Sample medal" src="/src/composites/manual/composite_6.svg"> | **medal:status:crew_captain:ui_polishers** | |
|
||||
|
||||
## Ref
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Kudos Medal",
|
||||
"description": "An inspiring and moving description that ",
|
||||
"image": "ipfs/<HASH>/composites/composite.svg",
|
||||
"external_url": "https://link-to-this-repo.com",
|
||||
"attributes": [
|
||||
{
|
||||
"trait_type": "Award Type",
|
||||
"value": "Kudos Medal"
|
||||
},
|
||||
{
|
||||
"trait_type": "Project",
|
||||
"value": "Status"
|
||||
},
|
||||
{
|
||||
"trait_type": "Medal Type",
|
||||
"value": "Anniversary"
|
||||
},
|
||||
{
|
||||
"trait_type": "Years",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"display_type": "date",
|
||||
"trait_type": "From",
|
||||
"value": 1546360800
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Kudos Medal",
|
||||
"description": "An inspiring and moving description that ",
|
||||
"image": "ipfs/<HASH>/composites/composite.svg",
|
||||
"external_url": "https://link-to-this-repo.com",
|
||||
"attributes": [
|
||||
{
|
||||
"trait_type": "Award Type",
|
||||
"value": "Kudos Medal"
|
||||
},
|
||||
{
|
||||
"trait_type": "Project",
|
||||
"value": "Status"
|
||||
},
|
||||
{
|
||||
"trait_type": "Medal Type",
|
||||
"value": "Anniversary"
|
||||
},
|
||||
{
|
||||
"trait_type": "Years",
|
||||
"value": 6
|
||||
},
|
||||
{
|
||||
"display_type": "date",
|
||||
"trait_type": "From",
|
||||
"value": 1546360800
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue