@babylonlabs-io/wallet-connector 0.6.6 → 0.6.8
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -95959,7 +95959,7 @@ const metadata$4 = {
|
|
|
95959
95959
|
wallet: "okxwallet",
|
|
95960
95960
|
createProvider: (e, t) => new OKXProvider(e, t),
|
|
95961
95961
|
networks: [Network.MAINNET, Network.SIGNET]
|
|
95962
|
-
}, logo$1 = "data:image/svg+xml,%3csvg%20width='
|
|
95962
|
+
}, logo$1 = "data:image/svg+xml,%3csvg%20width='288'%20height='288'%20viewBox='72%2072%20144%20144'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M144%20216C193.706%20216%20216%20193.706%20216%20144C216%2094.2944%20193.706%2072%20144%2072C94.2944%2072%2072%2094.2944%2072%20144C72%20193.706%2094.2944%20216%20144%20216ZM130.475%20102.531H150.505V135.538H138.086V113.156H126.961L130.475%20102.531ZM144%20185.469C156.616%20185.469%20166.844%20175.242%20166.844%20162.626C166.844%20150.01%20156.616%20139.783%20144%20139.783C131.384%20139.783%20121.157%20150.01%20121.157%20162.626C121.157%20175.242%20131.384%20185.469%20144%20185.469ZM144%20175.099C150.889%20175.099%20156.473%20169.515%20156.473%20162.626C156.473%20155.738%20150.889%20150.153%20144%20150.153C137.112%20150.153%20131.528%20155.738%20131.528%20162.626C131.528%20169.515%20137.112%20175.099%20144%20175.099Z'%20fill='black'%20style='fill:black;fill-opacity:1;'/%3e%3c/svg%3e", INTERNAL_NETWORK_NAMES = {
|
|
95963
95963
|
[Network.MAINNET]: "livenet",
|
|
95964
95964
|
[Network.TESTNET]: "testnet",
|
|
95965
95965
|
[Network.SIGNET]: "signet"
|
|
@@ -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 = {
|