Skip to content

Commit

Permalink
bump version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Feb 19, 2024
1 parent 0d40301 commit 5c7300f
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/ckb-dex",
"version": "0.1.4",
"version": "0.1.5",
"description": "The JavaScript SDK for CKB DEX",
"author": "duanyytop <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const TestnetInfo = {

DexLockDep: {
outPoint: {
txHash: '0x9305b2af4567255bfa7df7c9e9ebb531b26ce8b6779ffe01d51416d8bc620613',
txHash: '0x70accc6114f425fc7cc0b25a8cfc435580b6dc6c529b26ecd36be6056b76661c',
index: '0x0',
},
depType: 'code',
Expand Down

0 comments on commit 5c7300f

Please sign in to comment.