We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22fd6 commit 04cdbf9Copy full SHA for 04cdbf9
src/constants/marks.ts
@@ -1,3 +1,7 @@
1
export const DEPRECATED_DOB_COLLECTION: Record<'id' | 'reason', string>[] = [
2
- { id: '0x8a9f631f374e13911f16468c938650ec15fae6d1fa73aeb33ff40b746eaf361f', reason: 'Content Malformed' },
+ {
3
+ id: '0x8a9f631f374e13911f16468c938650ec15fae6d1fa73aeb33ff40b746eaf361f',
4
+ reason:
5
+ '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.',
6
+ },
7
]
0 commit comments