Skip to content

Commit

Permalink
feat: update cell config info of rgbpp and btc time lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jun 13, 2024
1 parent 3c111d1 commit 18f54cb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,10 @@ export const TestnetContractHashTags: ContractHashTag[] = [
},
{
codeHashes: ['0x61ca7a4796a4eb19ca4f0d065cb9b10ddcf002f10f7cbb810c706cb6bb5c3248'],
txHashes: ['0xf1de59e973b85791ec32debbba08dff80c63197e895eb95d67fc1e9f6b413e00-0'],
txHashes: [
'0xf1de59e973b85791ec32debbba08dff80c63197e895eb95d67fc1e9f6b413e00-0',
'0x61efdeddbaa0bb4132c0eb174b3e8002ff5ec430f61ba46f30768d683c516eec-0',
],
depType: 'code',
hashType: 'type',
tag: 'RGB++',
Expand All @@ -652,7 +655,10 @@ export const TestnetContractHashTags: ContractHashTag[] = [
},
{
codeHashes: ['0x00cdf8fab0f8ac638758ebf5ea5e4052b1d71e8a77b9f43139718621f6849326'],
txHashes: ['0xde0f87878a97500f549418e5d46d2f7704c565a262aa17036c9c1c13ad638529-0'],
txHashes: [
'0xde0f87878a97500f549418e5d46d2f7704c565a262aa17036c9c1c13ad638529-0',
'0x5364b3535965e9eac9a35dd7af8e9e45a61d30a16e115923c032f80b28783e21-0',
],
depType: 'code',
hashType: 'type',
tag: 'BTC Time Lock',
Expand Down

0 comments on commit 18f54cb

Please sign in to comment.