Skip to content

Commit

Permalink
Merge pull request #186 from nervina-labs/upgrade-cota-contract
Browse files Browse the repository at this point in the history
Upgrade testnet cota contract
  • Loading branch information
duanyytop authored Nov 3, 2022
2 parents 39c21c2 + d69b8a3 commit 75744c9
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.7.0",
"version": "0.7.1",
"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: '0xad4b1985dde9f13cd6c3a8d875640b8e9a476542bc5d87c66220730ac694a350', index: '0x0' },
outPoint: { txHash: '0xd8c7396f955348bd74a8ed4398d896dad931977b7c1e3f117649765cd3d75b86', index: '0x0' },
depType: 'depGroup',
} as CKBComponents.CellDep,

Expand Down

0 comments on commit 75744c9

Please sign in to comment.