@babylonlabs-io/wallet-connector 0.6.6 → 0.6.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 +3 -3
package/dist/index.es.js
CHANGED
|
@@ -96220,7 +96220,7 @@ const metadata$2 = {
|
|
|
96220
96220
|
name: WALLET_PROVIDER_NAME,
|
|
96221
96221
|
icon: logo,
|
|
96222
96222
|
docs: "https://unisat.io/download",
|
|
96223
|
-
wallet:
|
|
96223
|
+
wallet: (e) => e.unisat_wallet ?? e.unisat,
|
|
96224
96224
|
createProvider: (e, t) => new UnisatProvider(e, t),
|
|
96225
96225
|
networks: [Network.MAINNET, Network.SIGNET]
|
|
96226
96226
|
}, metadata$1 = {
|