Skip to content

Commit

Permalink
feat: add JoyID testnet (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Nov 8, 2023
1 parent eccbbfb commit 984c024
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,12 @@ export const TestnetContractHashTags: ContractHashTag[] = [
tag: 'omni_lock v2',
category: 'lock',
},
{
codeHashes: ['0xd23761b364210735c19c60561d213fb3beae2fd6172743719eff6920e020baac'],
txHashes: ['0x4dcf3f3b09efac8995d6cbee87c5345e812d310094651e0c3d9a730f32dc9263-0'],
depType: 'dep_group',
hashType: 'type',
tag: 'JoyID',
category: 'lock',
},
]

0 comments on commit 984c024

Please sign in to comment.