Skip to content

Commit

Permalink
feat: update reference of did cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jun 27, 2024
1 parent c4e3938 commit 07780de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ export const MainnetContractHashTags: ContractHashTag[] = [
codeHashes: ['0xcfba73b58b6f30e70caed8a999748781b164ef9a1e218424a6fb55ebf641cb33'],
txHashes: ['0xeda235b56aa422c497b9b9bcfde7af289376e7fe12449ade99176609005994ba-0'],
depType: 'code',
hashType: 'data1',
tag: 'Spore',
hashType: 'type',
tag: 'DID',
category: 'type',
},
]
Expand Down Expand Up @@ -687,7 +687,7 @@ export const TestnetContractHashTags: ContractHashTag[] = [
codeHashes: ['0x0b1f412fbae26853ff7d082d422c2bdd9e2ff94ee8aaec11240a5b34cc6e890f'],
txHashes: ['0x37f82dd30435575954cc7a9e2292f238ed24d71b0d57a55d8a2fc8a08aa1accf-0'],
depType: 'code',
hashType: 'data1',
hashType: 'type',
tag: 'DID',
category: 'type',
},
Expand Down

0 comments on commit 07780de

Please sign in to comment.