Skip to content

Commit

Permalink
chore: Bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Mar 21, 2023
1 parent 78ea296 commit 8f3e408
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.8.0",
"version": "0.9.0",
"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 @@ -45,7 +45,7 @@ const MainnetInfo = {
} as CKBComponents.Script,

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

Expand Down

0 comments on commit 8f3e408

Please sign in to comment.