Skip to content

Commit

Permalink
feat: add mainnet deployment info of xUDT
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jan 9, 2024
1 parent c9d76fd commit 210fc66
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ export const MainnetContractHashTags: ContractHashTag[] = [
tag: 'JoyID',
category: 'lock',
},
{
codeHashes: ['0x50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95'],
txHashes: ['0xc07844ce21b38e4b071dd0e1ee3b0e27afd8d7532491327f39b786343f558ab7-0'],
depType: 'code',
hashType: 'data1',
tag: 'xUDT',
category: 'lock',
},
]

export const TestnetContractHashTags: ContractHashTag[] = [
Expand Down Expand Up @@ -499,7 +507,7 @@ export const TestnetContractHashTags: ContractHashTag[] = [
},
{
codeHashes: ['0x25c29dc317811a6f6f3985a7a9ebc4838bd388d19d0feeecf0bcd60f6c0975bb'],
txHashes: ['0xbf6fb538763efec2a70a6a3dcb7242787087e1030c4e7d86585bc63a9d337f5f'],
txHashes: ['0xbf6fb538763efec2a70a6a3dcb7242787087e1030c4e7d86585bc63a9d337f5f-0'],
depType: 'code',
hashType: 'type',
tag: 'xUDT',
Expand Down

0 comments on commit 210fc66

Please sign in to comment.