Skip to content

Commit 04cdbf9

Browse files
committed
feat: update annotation of dobs
1 parent 2c22fd6 commit 04cdbf9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/constants/marks.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
export const DEPRECATED_DOB_COLLECTION: Record<'id' | 'reason', string>[] = [
2-
{ id: '0x8a9f631f374e13911f16468c938650ec15fae6d1fa73aeb33ff40b746eaf361f', reason: 'Content Malformed' },
2+
{
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+
},
37
]

0 commit comments

Comments
 (0)