diff --git a/example/aggregator/package.json b/example/aggregator/package.json index dbfdf9e..d50534b 100644 --- a/example/aggregator/package.json +++ b/example/aggregator/package.json @@ -8,7 +8,7 @@ "build": "tsc" }, "dependencies": { - "@nervina-labs/cota-sdk": "0.4.7", + "@nervina-labs/cota-sdk": "0.4.8", "@types/node": "17.0.21", "ts-node": "10.7.0", "tslib": "2.4.0", diff --git a/example/aggregator/yarn.lock b/example/aggregator/yarn.lock index c22b6ec..4a26040 100644 --- a/example/aggregator/yarn.lock +++ b/example/aggregator/yarn.lock @@ -14,10 +14,10 @@ dependencies: "@cspotcode/source-map-consumer" "0.8.0" -"@nervina-labs/cota-sdk@0.4.7": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.7.tgz#889a8ec8e9f5e00749010967cf458e6f54e10c5a" - integrity sha512-qTCf/pb+WvSrtlryDJGoVBQU4WjihQ8ryIUHpbg0aelndaWSSiQpNL86yY7bp5WbkAs6yejxOnxO/Jo+gqSO0Q== +"@nervina-labs/cota-sdk@0.4.8": + version "0.4.8" + resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.8.tgz#f70ae1f46e34eb62205db877446a65e6d6aa020e" + integrity sha512-JqtSwcorEzUktZlvtyl4CkpVqeLet+LsWGbeS9QUqrW8iFli8LJLq+H7eDiEkLrlK29HSVn63e+lL6XgLT0XCQ== dependencies: "@nervosnetwork/ckb-sdk-core" "^0.102.3" "@nervosnetwork/ckb-sdk-utils" "^0.102.3" diff --git a/example/mainnet/package.json b/example/mainnet/package.json index c4d6e9a..d150ab2 100644 --- a/example/mainnet/package.json +++ b/example/mainnet/package.json @@ -4,6 +4,6 @@ "description": "The examples for mainnet", "license": "MIT", "dependencies": { - "@nervina-labs/cota-sdk": "0.4.7" + "@nervina-labs/cota-sdk": "0.4.8" } } \ No newline at end of file diff --git a/example/mainnet/yarn.lock b/example/mainnet/yarn.lock index f7bb55e..56ea2f6 100644 --- a/example/mainnet/yarn.lock +++ b/example/mainnet/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@nervina-labs/cota-sdk@0.4.7": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.7.tgz#889a8ec8e9f5e00749010967cf458e6f54e10c5a" - integrity sha512-qTCf/pb+WvSrtlryDJGoVBQU4WjihQ8ryIUHpbg0aelndaWSSiQpNL86yY7bp5WbkAs6yejxOnxO/Jo+gqSO0Q== +"@nervina-labs/cota-sdk@0.4.8": + version "0.4.8" + resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.8.tgz#f70ae1f46e34eb62205db877446a65e6d6aa020e" + integrity sha512-JqtSwcorEzUktZlvtyl4CkpVqeLet+LsWGbeS9QUqrW8iFli8LJLq+H7eDiEkLrlK29HSVn63e+lL6XgLT0XCQ== dependencies: "@nervosnetwork/ckb-sdk-core" "^0.102.3" "@nervosnetwork/ckb-sdk-utils" "^0.102.3" diff --git a/package.json b/package.json index a4a8474..f12d570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nervina-labs/cota-sdk", - "version": "0.4.8", + "version": "0.5.0", "description": "The SDK of CoTA", "repository": "git@github.com:nervina-labs/cota-sdk-js.git", "author": "duanyytop ", @@ -40,7 +40,7 @@ "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.0.0", - "husky": "7.0.4", + "husky": "8.0.0", "prettier": "2.6.2", "ts-node": "10.7.0", "tslib": "2.4.0", diff --git a/src/constants/index.ts b/src/constants/index.ts index 29eac74..71c949c 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -45,7 +45,7 @@ const MainnetInfo = { } as CKBComponents.Script, CotaTypeDep: { - outPoint: { txHash: '0x42a5b04df6ff0e2819ec6b814d33a028ed1593bc9e1cca463f679af555dce106', index: '0x0' }, + outPoint: { txHash: '0x587f01cd2ca190646944085472c17663dac87b176c1f1ef1070fcb185d378cb5', index: '0x0' }, depType: 'depGroup', } as CKBComponents.CellDep, diff --git a/yarn.lock b/yarn.lock index c50e020..80863ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1036,10 +1036,10 @@ hmac-drbg@^1.0.1: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -husky@7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535" - integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== +husky@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.0.tgz#65b2d94765199d651615716a42ea52f3c2d997a0" + integrity sha512-4qbE/5dzNDNxFEkX9MNRPKl5+omTXQzdILCUWiqG/lWIAioiM5vln265/l6I2Zx8gpW8l1ukZwGQeCFbBZ6+6w== ignore@^5.2.0: version "5.2.0"