From 18f54cbfe236826b242b1d190b458abaeabaa59f Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 13 Jun 2024 15:35:37 +0900 Subject: [PATCH] feat: update cell config info of rgbpp and btc time lock Ref: https://github.com/ckb-cell/typeid-contract-cell-deps/pull/4/files#diff-66c441555523cc5f71a1d1badbb91da5184b9177882553b34fdc593af3931648 --- src/constants/scripts.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/constants/scripts.ts b/src/constants/scripts.ts index 60bf1f099..867030f52 100644 --- a/src/constants/scripts.ts +++ b/src/constants/scripts.ts @@ -638,7 +638,10 @@ export const TestnetContractHashTags: ContractHashTag[] = [ }, { codeHashes: ['0x61ca7a4796a4eb19ca4f0d065cb9b10ddcf002f10f7cbb810c706cb6bb5c3248'], - txHashes: ['0xf1de59e973b85791ec32debbba08dff80c63197e895eb95d67fc1e9f6b413e00-0'], + txHashes: [ + '0xf1de59e973b85791ec32debbba08dff80c63197e895eb95d67fc1e9f6b413e00-0', + '0x61efdeddbaa0bb4132c0eb174b3e8002ff5ec430f61ba46f30768d683c516eec-0', + ], depType: 'code', hashType: 'type', tag: 'RGB++', @@ -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',