Skip to content

Commit

Permalink
Merge pull request #36 from ckb-cell/feat/testnet-deployment
Browse files Browse the repository at this point in the history
feat(rgbpp-sdk/ckb): Update rgbpp lock testnet deployment
  • Loading branch information
duanyytop authored Mar 21, 2024
2 parents b00596d + e368aa8 commit 9b3be58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ckb/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ const TestnetInfo = {
} as CKBComponents.CellDep,

RgbppLockScript: {
codeHash: '0x0000000000000000000000000000000000000000000000000000000000000000',
codeHash: '0x61ca7a4796a4eb19ca4f0d065cb9b10ddcf002f10f7cbb810c706cb6bb5c3248',
hashType: 'type',
args: '',
} as CKBComponents.Script,

RgbppLockDep: {
outPoint: { txHash: '0x0000000000000000000000000000000000000000000000000000000000000000', index: '0x0' },
depType: 'depGroup',
outPoint: { txHash: '0x3aba789691d73f00c535bdfda7f59e554ceb733ff6005b67e70dcf33ac7c2b4a', index: '0x0' },
depType: 'code',
} as CKBComponents.CellDep,

BtcTimeLockScript: {
codeHash: '0x0000000000000000000000000000000000000000000000000000000000000000',
codeHash: '0x00cdf8fab0f8ac638758ebf5ea5e4052b1d71e8a77b9f43139718621f6849326',
hashType: 'type',
args: '',
} as CKBComponents.Script,

BtcTimeLockDep: {
outPoint: { txHash: '0x0000000000000000000000000000000000000000000000000000000000000000', index: '0x0' },
depType: 'depGroup',
outPoint: { txHash: '0xbbe74cbade53632c08e84e657a9848eadeb524889e8c0b22e1c7cb679260b06a', index: '0x0' },
depType: 'code',
} as CKBComponents.CellDep,

XUDTTypeScript: {
Expand Down

1 comment on commit 9b3be58

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[{"name":"@rgbpp-sdk/btc","version":"0.0.0-snap-20240321073744"},{"name":"@rgbpp-sdk/ckb","version":"0.0.0-snap-20240321073744"}]

Please sign in to comment.