Skip to content

Commit ea8b0de

Browse files
committed
feat(sdk-coin-canton): enabling unspents tab for cc
Ticket: CHALO-331
1 parent 56ad471 commit ea8b0de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/sdk-coin-kaspa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^36.40.0",
43+
"@bitgo/sdk-core": "^36.41.0",
4444
"@bitgo/secp256k1": "^1.11.0",
45-
"@bitgo/statics": "^58.35.0",
45+
"@bitgo/statics": "^58.36.0",
4646
"bignumber.js": "9.0.0",
4747
"blakejs": "^1.2.1"
4848
},

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@ export const allCoinsAndTokens = [
33653365
'Canton Coin',
33663366
Networks.main.canton,
33673367
UnderlyingAsset.CANTON,
3368-
CANTON_FEATURES,
3368+
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL],
33693369
KeyCurve.Ed25519
33703370
),
33713371
canton(

0 commit comments

Comments
 (0)