diff --git a/src/app/router/connectorRoutes.tsx b/src/app/router/connectorRoutes.tsx index 25ddfe84b5..09149b1b82 100644 --- a/src/app/router/connectorRoutes.tsx +++ b/src/app/router/connectorRoutes.tsx @@ -20,8 +20,8 @@ import btcpay from "/static/assets/icons/btcpay.svg"; import citadel from "/static/assets/icons/citadel.png"; import core_ln from "/static/assets/icons/core_ln.svg"; import eclair from "/static/assets/icons/eclair.jpg"; -import galoyBitcoinBeach from "/static/assets/icons/galoy_bitcoin_beach.png"; import galoyBitcoinJungle from "/static/assets/icons/galoy_bitcoin_jungle.png"; +import galoyBlink from "/static/assets/icons/galoy_blink.png"; import kolliderLogo from "/static/assets/icons/kollider.png"; import lightning_node from "/static/assets/icons/lightning_node.png"; import lightning_terminal from "/static/assets/icons/lightning_terminal.png"; @@ -63,7 +63,7 @@ interface ConnectorRoute extends Route { } const galoyPaths: { [key: string]: keyof typeof galoyUrls } = { - bitcoinBeach: "galoy-bitcoin-beach", + blink: "galoy-blink", bitcoinJungle: "galoy-bitcoin-jungle", }; @@ -163,11 +163,11 @@ const connectorMap: { [key: string]: ConnectorRoute } = { logo: kolliderLogo, children: kolliderConnectorRoutes, }, - [galoyPaths.bitcoinBeach]: { - path: galoyPaths.bitcoinBeach, - element: , - title: i18n.t("translation:choose_connector.bitcoin_beach.title"), - logo: galoyBitcoinBeach, + [galoyPaths.blink]: { + path: galoyPaths.blink, + element: , + title: i18n.t("translation:choose_connector.blink.title"), + logo: galoyBlink, }, [galoyPaths.bitcoinJungle]: { path: galoyPaths.bitcoinJungle, @@ -262,7 +262,7 @@ function getConnectorRoutes(): ConnectorRoute[] { connectorMap["lnd-hub-bluewallet"], connectorMap["eclair"], connectorMap["btcpay"], - connectorMap[galoyPaths.bitcoinBeach], + connectorMap[galoyPaths.blink], connectorMap[galoyPaths.bitcoinJungle], getDistribution("citadel"), getDistribution("umbrel"), diff --git a/src/app/screens/connectors/ConnectGaloy/index.tsx b/src/app/screens/connectors/ConnectGaloy/index.tsx index 2846baad8c..93c3be66d7 100644 --- a/src/app/screens/connectors/ConnectGaloy/index.tsx +++ b/src/app/screens/connectors/ConnectGaloy/index.tsx @@ -9,18 +9,16 @@ import { useNavigate } from "react-router-dom"; import toast from "~/app/components/Toast"; import msg from "~/common/lib/msg"; -import galoyBitcoinBeach from "/static/assets/icons/galoy_bitcoin_beach.png"; import galoyBitcoinJungle from "/static/assets/icons/galoy_bitcoin_jungle.png"; +import galoyBlink from "/static/assets/icons/galoy_blink.png"; export const galoyUrls = { - "galoy-bitcoin-beach": { - i18nPrefix: "bitcoin_beach", - label: "Bitcoin Beach Wallet", - website: "https://galoy.io/bitcoin-beach-wallet/", - logo: galoyBitcoinBeach, - url: - process.env.BITCOIN_BEACH_GALOY_URL || - "https://api.mainnet.galoy.io/graphql", + "galoy-blink": { + i18nPrefix: "blink", + label: "Blink Wallet", + website: "https://www.blink.sv/", + logo: galoyBlink, + url: process.env.BLINK_GALOY_URL || "https://api.mainnet.galoy.io/graphql", }, "galoy-bitcoin-jungle": { i18nPrefix: "bitcoin_jungle", diff --git a/src/i18n/locales/cs/translation.json b/src/i18n/locales/cs/translation.json index 7cb6d91985..c04c797a46 100644 --- a/src/i18n/locales/cs/translation.json +++ b/src/i18n/locales/cs/translation.json @@ -167,10 +167,10 @@ "placeholder": "onion-adresa-vaseho-uzlu:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink", "page": { - "title": "Připojení k <0>Bitcoin Beach Wallet" + "title": "Připojení k <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/da/translation.json b/src/i18n/locales/da/translation.json index d575782581..2e99842934 100644 --- a/src/i18n/locales/da/translation.json +++ b/src/i18n/locales/da/translation.json @@ -208,10 +208,10 @@ "placeholder": "din-nodes-onion-adresse:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "Opret forbindelse til <0>Bitcoin Beach Wallet" + "title": "Opret forbindelse til <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/de/translation.json b/src/i18n/locales/de/translation.json index 7a0c3ad47c..a61a9741b2 100644 --- a/src/i18n/locales/de/translation.json +++ b/src/i18n/locales/de/translation.json @@ -173,10 +173,10 @@ }, "title": "Start9" }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "Verbinden mit <0>Bitcoin Beach Wallet" + "title": "Verbinden mit <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 44750cf601..b3286d7d8e 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -218,10 +218,10 @@ "placeholder": "your-node-onion-address:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "Connect to <0>Bitcoin Beach Wallet" + "title": "Connect to <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/eo/translation.json b/src/i18n/locales/eo/translation.json index a7f602f2ee..eb3667c7e8 100644 --- a/src/i18n/locales/eo/translation.json +++ b/src/i18n/locales/eo/translation.json @@ -166,7 +166,7 @@ "placeholder": "" } }, - "bitcoin_beach": { + "blink": { "title": "", "page": { "title": "" diff --git a/src/i18n/locales/es/translation.json b/src/i18n/locales/es/translation.json index c0a694e288..094446f51f 100644 --- a/src/i18n/locales/es/translation.json +++ b/src/i18n/locales/es/translation.json @@ -145,10 +145,10 @@ "placeholder": "tu-nodo-direccion onion:puerto" } }, - "bitcoin_beach": { - "title": "Billetera de Bitcoin Beach", + "blink": { + "title": "Billetera de Blink", "page": { - "title": "Conecta a <0>La cartera Bitcoin Beach" + "title": "Conecta a <0>La cartera Blink" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/fa/translation.json b/src/i18n/locales/fa/translation.json index 0f4ff4937b..681564dff9 100644 --- a/src/i18n/locales/fa/translation.json +++ b/src/i18n/locales/fa/translation.json @@ -218,10 +218,10 @@ "placeholder": "your-node-onion-address:port" } }, - "bitcoin_beach": { - "title": "کیف پول Bitcoin Beach", + "blink": { + "title": "کیف پول Blink", "page": { - "title": "اتصال به <0>Bitcoin Beach Wallet" + "title": "اتصال به <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/fi/translation.json b/src/i18n/locales/fi/translation.json index 9e493581bd..82e4b08ec0 100644 --- a/src/i18n/locales/fi/translation.json +++ b/src/i18n/locales/fi/translation.json @@ -166,10 +166,10 @@ "placeholder": "solmusi-sipuli-osoite:portti" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach -lompakko", + "blink": { + "title": "Bitcoin Blink -lompakko", "page": { - "title": "Yhdistä <0>Bitcoin Beach -lompakkoon" + "title": "Yhdistä <0>Blink -lompakkoon" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/fr/translation.json b/src/i18n/locales/fr/translation.json index cf47ec4e71..5e9bc45f6c 100644 --- a/src/i18n/locales/fr/translation.json +++ b/src/i18n/locales/fr/translation.json @@ -208,10 +208,10 @@ "placeholder": "adresse-de-votre-node-onion:port" } }, - "bitcoin_beach": { + "blink": { "title": "Portefeuille de plage Bitcoin", "page": { - "title": "Connectez-vous à <0>Bitcoin Beach Wallet" + "title": "Connectez-vous à <0>Bitcoin Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/hi/translation.json b/src/i18n/locales/hi/translation.json index 34254c0d8b..cff0d2f372 100644 --- a/src/i18n/locales/hi/translation.json +++ b/src/i18n/locales/hi/translation.json @@ -215,10 +215,10 @@ "placeholder": "your-node-onion-address:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "<0>Bitcoin Beach Wallet" + "title": "<0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/id/translation.json b/src/i18n/locales/id/translation.json index 0c222bd82e..353c48fa09 100644 --- a/src/i18n/locales/id/translation.json +++ b/src/i18n/locales/id/translation.json @@ -214,10 +214,10 @@ "placeholder": "your-node-onion-address:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "Sambungkan dengan <0>Bitcoin Beach Wallet" + "title": "Sambungkan dengan <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/it/translation.json b/src/i18n/locales/it/translation.json index bb1d989026..bafdadfbfd 100644 --- a/src/i18n/locales/it/translation.json +++ b/src/i18n/locales/it/translation.json @@ -167,10 +167,10 @@ "placeholder": "indirizzo-onion-del-tuo-nodo:porta" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "Connetti il tuo <0>Bitcoin Beach Wallet" + "title": "Connetti il tuo <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/ja/translation.json b/src/i18n/locales/ja/translation.json index d7a3670ede..a11797494e 100644 --- a/src/i18n/locales/ja/translation.json +++ b/src/i18n/locales/ja/translation.json @@ -215,11 +215,11 @@ }, "title": "RaspiBlitz" }, - "bitcoin_beach": { + "blink": { "page": { - "title": "<0>Bitcoin Beach Walletに接続" + "title": "<0>Blink Walletに接続" }, - "title": "Bitcoin Beach Wallet" + "title": "Blink Wallet" }, "title": "ライトニング・ウォレットを接続", "description": "外部のライトニング・ウォレットまたはノードに接続", diff --git a/src/i18n/locales/mr/translation.json b/src/i18n/locales/mr/translation.json index 8f366258d7..f84cb6b428 100644 --- a/src/i18n/locales/mr/translation.json +++ b/src/i18n/locales/mr/translation.json @@ -208,10 +208,10 @@ "placeholder": "your-node-onion-address:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "<0>Bitcoin Beach Wallet ला कनेक्ट करा" + "title": "<0>Blink Wallet ला कनेक्ट करा" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/nl/translation.json b/src/i18n/locales/nl/translation.json index 8a5f5ef463..aee9bda3c2 100644 --- a/src/i18n/locales/nl/translation.json +++ b/src/i18n/locales/nl/translation.json @@ -167,7 +167,7 @@ "placeholder": "" } }, - "bitcoin_beach": { + "blink": { "title": "", "page": { "title": "" diff --git a/src/i18n/locales/pl/translation.json b/src/i18n/locales/pl/translation.json index c589b0d0e6..2cf14c6c9a 100644 --- a/src/i18n/locales/pl/translation.json +++ b/src/i18n/locales/pl/translation.json @@ -214,10 +214,10 @@ "placeholder": "adres-onion-twojego-wezla:port" } }, - "bitcoin_beach": { - "title": "Portfel Bitcoin Beach", + "blink": { + "title": "Portfel Blink", "page": { - "title": "Podłącz do <0>Bitcoin Beach Wallet" + "title": "Podłącz do <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/pt_BR/translation.json b/src/i18n/locales/pt_BR/translation.json index 0efa6c0649..4d523b3acb 100644 --- a/src/i18n/locales/pt_BR/translation.json +++ b/src/i18n/locales/pt_BR/translation.json @@ -145,10 +145,10 @@ "placeholder": "seu-endereço-servidor-onion:porta" } }, - "bitcoin_beach": { - "title": "Carteira Bitcoin Beach", + "blink": { + "title": "Carteira Blink", "page": { - "title": "Conecte-se na <0>Carteira Bitcoin Beach" + "title": "Conecte-se na <0>Carteira Blink" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/ro/translation.json b/src/i18n/locales/ro/translation.json index efe97e7946..b0d8badd58 100644 --- a/src/i18n/locales/ro/translation.json +++ b/src/i18n/locales/ro/translation.json @@ -208,10 +208,10 @@ "placeholder": "adresa-onion-a-nodului-tau:portul" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "Conectare la <0>Bitcoin Beach Wallet" + "title": "Conectare la <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/ru/translation.json b/src/i18n/locales/ru/translation.json index 516c435f8e..7e3daf4b37 100644 --- a/src/i18n/locales/ru/translation.json +++ b/src/i18n/locales/ru/translation.json @@ -208,7 +208,7 @@ "placeholder": "" } }, - "bitcoin_beach": { + "blink": { "title": "", "page": { "title": "" diff --git a/src/i18n/locales/sv/translation.json b/src/i18n/locales/sv/translation.json index a651520f05..27a25c217d 100644 --- a/src/i18n/locales/sv/translation.json +++ b/src/i18n/locales/sv/translation.json @@ -173,10 +173,10 @@ "placeholder": "din-onion-nod-adress:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach plånbok", + "blink": { + "title": "Blink plånbok", "page": { - "title": "Anslut <0>Bitcoin Beach Wallet" + "title": "Anslut <0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/src/i18n/locales/tl/translation.json b/src/i18n/locales/tl/translation.json index 3c22e3aa8f..ed04e4904f 100644 --- a/src/i18n/locales/tl/translation.json +++ b/src/i18n/locales/tl/translation.json @@ -166,7 +166,7 @@ "placeholder": "" } }, - "bitcoin_beach": { + "blink": { "title": "", "page": { "title": "" diff --git a/src/i18n/locales/uk/translation.json b/src/i18n/locales/uk/translation.json index fdb210bfb1..5d5a6d562c 100644 --- a/src/i18n/locales/uk/translation.json +++ b/src/i18n/locales/uk/translation.json @@ -208,7 +208,7 @@ "placeholder": "" } }, - "bitcoin_beach": { + "blink": { "title": "", "page": { "title": "" diff --git a/src/i18n/locales/zh_Hans/translation.json b/src/i18n/locales/zh_Hans/translation.json index 9b9fc48282..1af8edf39d 100644 --- a/src/i18n/locales/zh_Hans/translation.json +++ b/src/i18n/locales/zh_Hans/translation.json @@ -122,11 +122,11 @@ "placeholder": "config=http://your-btc-pay.org/lnd-config/212121/lnd.config" } }, - "bitcoin_beach": { + "blink": { "page": { - "title": "连接<0>比特币海滩钱包" + "title": "连接<0>眨眼钱包" }, - "title": "比特币海滩钱包" + "title": "眨眼钱包" }, "commando": { "config": { diff --git a/src/i18n/locales/zh_Hant/translation.json b/src/i18n/locales/zh_Hant/translation.json index fbcdc2c44a..62b21a65ce 100644 --- a/src/i18n/locales/zh_Hant/translation.json +++ b/src/i18n/locales/zh_Hant/translation.json @@ -215,10 +215,10 @@ "placeholder": "your-node-onion-address:port" } }, - "bitcoin_beach": { - "title": "Bitcoin Beach Wallet", + "blink": { + "title": "Blink Wallet", "page": { - "title": "連接<0>Bitcoin Beach Wallet" + "title": "連接<0>Blink Wallet" } }, "bitcoin_jungle": { diff --git a/static/assets/icons/galoy_bitcoin_beach.png b/static/assets/icons/galoy_bitcoin_beach.png deleted file mode 100644 index 409c2f1429..0000000000 Binary files a/static/assets/icons/galoy_bitcoin_beach.png and /dev/null differ diff --git a/static/assets/icons/galoy_blink.png b/static/assets/icons/galoy_blink.png new file mode 100644 index 0000000000..855bf3acc1 Binary files /dev/null and b/static/assets/icons/galoy_blink.png differ diff --git a/webpack.config.js b/webpack.config.js index b7e4ad3f21..f1e002c544 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -113,8 +113,8 @@ if (!process.env.ALBY_OAUTH_AUTHORIZE_URL) { } // default value is set in the code where it is used -if (!process.env.BITCOIN_BEACH_GALOY_URL) { - process.env.BITCOIN_BEACH_GALOY_URL = ""; // env variables are passed as string. empty strings are still falsy +if (!process.env.BLINK_GALOY_URL) { + process.env.BLINK_GALOY_URL = ""; // env variables are passed as string. empty strings are still falsy } // default value is set in the code where it is used @@ -238,7 +238,7 @@ var options = { // new webpack.SourceMapDevToolPlugin({ filename: false }), // environmental variables new webpack.EnvironmentPlugin([ - "BITCOIN_BEACH_GALOY_URL", + "BLINK_GALOY_URL", "BITCOIN_JUNGLE_GALOY_URL", "NODE_ENV", "TARGET_BROWSER",