From 95862c141f023b27120dd86d38d74891e889db0b Mon Sep 17 00:00:00 2001 From: duanyytop Date: Wed, 25 May 2022 21:26:26 +0800 Subject: [PATCH 1/2] chore: Update mainnet deployment --- src/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index c4dbc77..5683111 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -45,7 +45,7 @@ const MainnetInfo = { } as CKBComponents.Script, CotaTypeDep: { - outPoint: { txHash: '0x587f01cd2ca190646944085472c17663dac87b176c1f1ef1070fcb185d378cb5', index: '0x0' }, + outPoint: { txHash: '0xf4421fad49a96ebc3d8f07cb328b0373142b9b111d623272167d04668a3234ee', index: '0x0' }, depType: 'depGroup', } as CKBComponents.CellDep, From 84cbbd44af119ba7c8da42792f129a52dfed7f4a Mon Sep 17 00:00:00 2001 From: duanyytop Date: Wed, 25 May 2022 21:27:02 +0800 Subject: [PATCH 2/2] chore: Bump to v0.5.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b83432..4240598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nervina-labs/cota-sdk", - "version": "0.5.3", + "version": "0.5.4", "description": "The SDK of CoTA", "repository": "git@github.com:nervina-labs/cota-sdk-js.git", "author": "duanyytop ",