Skip to content

Commit

Permalink
Merge pull request #97 from nervina-labs/upgrade-testnet
Browse files Browse the repository at this point in the history
Upgrade testnet and bump to v0.4.8
  • Loading branch information
duanyytop authored May 6, 2022
2 parents 8718b31 + d06c126 commit 0e7fc47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/claim-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const run = async () => {
const nfts: CotaNft[] = [
{
cotaId: '0xc27328c95e27723d42770261d05355977aa5c89a',
tokenIndex: '0x00000003',
tokenIndex: '0x00000000',
state: '0x00',
characteristic: '0xa5a5a50505050505050505050505050505050505',
},
Expand Down
2 changes: 1 addition & 1 deletion example/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const run = async () => {
const transfers: TransferWithdrawal[] = [
{
cotaId: '0xc27328c95e27723d42770261d05355977aa5c89a',
tokenIndex: "0x0000000a",
tokenIndex: "0x00000013",
toLockScript: serializeScript(addressToScript(OTHER_ADDRESS)),
},
]
Expand Down
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.4.7",
"version": "0.4.8",
"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 @@ -15,7 +15,7 @@ const TestnetInfo = {
} as CKBComponents.Script,

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

Expand Down

0 comments on commit 0e7fc47

Please sign in to comment.