Skip to content

Commit

Permalink
Merge pull request #124 from nervina-labs/develop
Browse files Browse the repository at this point in the history
Release v0.5.5
  • Loading branch information
duanyytop authored May 26, 2022
2 parents f86896b + d7432b7 commit 35c70d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.4",
"version": "0.5.5",
"description": "The SDK of CoTA",
"repository": "[email protected]:nervina-labs/cota-sdk-js.git",
"author": "duanyytop <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions 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: '0xbffc49b70a5919b180296e111604be59f1ce881e6c93fa93ea562feb269c219b', index: '0x0' },
outPoint: { txHash: '0x709f733f72875dc55e5f772b34ab243eaf098e087ca8ab772441896fb2711472', index: '0x0' },
depType: 'depGroup',
} as CKBComponents.CellDep,

Expand Down Expand Up @@ -45,7 +45,7 @@ const MainnetInfo = {
} as CKBComponents.Script,

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

Expand Down

0 comments on commit 35c70d9

Please sign in to comment.