@metamask-institutional/custody-keyring
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -14,2 +14,9 @@ # Change Log | ||
## [0.0.26](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.25...custody-keyring-v0.0.26) (2023-07-19) | ||
### Bug Fixes | ||
* **custodykeyring:** bumps version ([#401](https://github.com/consensys-vertical-apps/metamask-institutional/issues/401)) ([b135a4b](https://github.com/consensys-vertical-apps/metamask-institutional/commit/b135a4bcc793cb39bad69dd2ef30e113fb3a0981)) | ||
## [0.0.25](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.24...custody-keyring-v0.0.25) (2023-06-27) | ||
@@ -16,0 +23,0 @@ |
@@ -44,3 +44,2 @@ "use strict"; | ||
console.log(`Unable to get transction link for ${txId}`); | ||
console.log(e); | ||
return null; | ||
@@ -47,0 +46,0 @@ } |
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", | ||
@@ -5,0 +5,0 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", |
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", | ||
@@ -5,0 +5,0 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", |
@@ -62,3 +62,2 @@ import { JsonRpcCustodianApi, MMISDK, mmiSDKFactory } from "@metamask-institutional/sdk"; | ||
console.log(`Unable to get transction link for ${txId}`); | ||
console.log(e); | ||
return null; | ||
@@ -65,0 +64,0 @@ } |
142038
3310