Skip to content

Commit

Permalink
Merge pull request #1837 from nervosnetwork/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Jan 6, 2025
2 parents 30bb476 + 04cdbf9 commit 02aa010
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/constants/marks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export const DEPRECATED_DOB_COLLECTION: Record<'id' | 'reason', string>[] = [
{ id: '0x8a9f631f374e13911f16468c938650ec15fae6d1fa73aeb33ff40b746eaf361f', reason: 'Content Malformed' },
{
id: '0x8a9f631f374e13911f16468c938650ec15fae6d1fa73aeb33ff40b746eaf361f',
reason:
'Misminted DOBs do not carry any DOB-related benefits or other associated rights. You can melt them down at https://omiga.io and retrieve CKB.',
},
]

0 comments on commit 02aa010

Please sign in to comment.