btc-wallet 0.5.65-beta → 0.5.66-beta
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.js +3 -3
- package/dist/index.js.map +2 -2
- package/esm/index.js +3 -3
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/esm/index.js
CHANGED
@@ -5154,9 +5154,9 @@ function setupWalletSelectorModal(selector, options) {
|
|
5154
5154
|
return modal;
|
5155
5155
|
}
|
5156
5156
|
var CHAINS = [
|
5157
|
-
{ id: "
|
5157
|
+
{ id: "near", name: "Near", description: "Near Account" },
|
5158
5158
|
{ id: "eth", name: "Ethereum", description: "EVM address as Near Account" },
|
5159
|
-
{ id: "
|
5159
|
+
{ id: "btc", name: "Bitcoin", description: "MPC Mapping" }
|
5160
5160
|
];
|
5161
5161
|
function openChainModal(group) {
|
5162
5162
|
return __async(this, null, function* () {
|
@@ -5210,7 +5210,7 @@ function getGroup(state) {
|
|
5210
5210
|
|
5211
5211
|
// src/index.ts
|
5212
5212
|
var getVersion = () => {
|
5213
|
-
return "0.5.
|
5213
|
+
return "0.5.66-beta";
|
5214
5214
|
};
|
5215
5215
|
if (typeof window !== "undefined") {
|
5216
5216
|
window.__BTC_WALLET_VERSION = getVersion();
|