Skip to content

Commit

Permalink
Merge pull request #178 from nervina-labs/develop
Browse files Browse the repository at this point in the history
Release v0.6.6
  • Loading branch information
duanyytop authored Sep 29, 2022
2 parents 4c21a6c + 7544e69 commit 1d91a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervina-labs/cota-sdk",
"version": "0.6.5",
"version": "0.6.6",
"description": "The SDK of CoTA",
"repository": "[email protected]:nervina-labs/cota-sdk-js.git",
"author": "duanyytop <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TestnetInfo = {
} as CKBComponents.Script,

CotaTypeDep: {
outPoint: { txHash: '0xec82a5668238bea872bd9beb865fdf33568478b4a12057776bf1cb392a47ecb2', index: '0x0' },
outPoint: { txHash: '0xad4b1985dde9f13cd6c3a8d875640b8e9a476542bc5d87c66220730ac694a350', index: '0x0' },
depType: 'depGroup',
} as CKBComponents.CellDep,

Expand Down

0 comments on commit 1d91a9d

Please sign in to comment.