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/dist/index.js
CHANGED
@@ -5222,9 +5222,9 @@ function setupWalletSelectorModal(selector, options) {
|
|
5222
5222
|
return modal;
|
5223
5223
|
}
|
5224
5224
|
var CHAINS = [
|
5225
|
-
{ id: "
|
5225
|
+
{ id: "near", name: "Near", description: "Near Account" },
|
5226
5226
|
{ id: "eth", name: "Ethereum", description: "EVM address as Near Account" },
|
5227
|
-
{ id: "
|
5227
|
+
{ id: "btc", name: "Bitcoin", description: "MPC Mapping" }
|
5228
5228
|
];
|
5229
5229
|
function openChainModal(group) {
|
5230
5230
|
return __async(this, null, function* () {
|
@@ -5278,7 +5278,7 @@ function getGroup(state) {
|
|
5278
5278
|
|
5279
5279
|
// src/index.ts
|
5280
5280
|
var getVersion = () => {
|
5281
|
-
return "0.5.
|
5281
|
+
return "0.5.66-beta";
|
5282
5282
|
};
|
5283
5283
|
if (typeof window !== "undefined") {
|
5284
5284
|
window.__BTC_WALLET_VERSION = getVersion();
|