@babylonlabs-io/wallet-connector 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -98465,7 +98465,7 @@ function useWalletConnectors({ persistent: e, accountStorage: t, onError: r }) {
|
|
|
98465
98465
|
var T, D, G;
|
|
98466
98466
|
try {
|
|
98467
98467
|
if (!y || !y.account || (s == null || s("BTC", y), e && t.set(F.id, y.id), !o)) return;
|
|
98468
|
-
validateAddress(F.config.network, y.account.
|
|
98468
|
+
validateAddress(F.config.network, y.account.address), await (x == null ? void 0 : x({
|
|
98469
98469
|
address: y.account.address,
|
|
98470
98470
|
public_key: y.account.publicKeyHex
|
|
98471
98471
|
}));
|