From 99b801fb76a01d1ba3ddb0f807f11b13c25d9383 Mon Sep 17 00:00:00 2001 From: duanyytop Date: Thu, 26 May 2022 18:17:07 +0800 Subject: [PATCH 1/2] chore: Update cota deployment --- src/constants/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 5683111..42c1234 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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, @@ -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, From 7e47e523efd7742bd38b6151c9cffc787910776e Mon Sep 17 00:00:00 2001 From: duanyytop Date: Thu, 26 May 2022 18:17:35 +0800 Subject: [PATCH 2/2] chore: Bump to v0.5.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4240598..5bce638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nervina-labs/cota-sdk", - "version": "0.5.4", + "version": "0.5.5", "description": "The SDK of CoTA", "repository": "git@github.com:nervina-labs/cota-sdk-js.git", "author": "duanyytop ",