mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 18:03:08 -05:00
rebranding: Change github/UnstoppableSwap to github/eigenwallet
This commit is contained in:
parent
bc35a804f7
commit
c970dcdd4e
17 changed files with 23 additions and 23 deletions
|
|
@ -22,7 +22,7 @@ export default function Slide02_ChooseAMaker(props: slideProps) {
|
|||
mt: 3,
|
||||
}}
|
||||
>
|
||||
<LinkIconButton url="https://github.com/UnstoppableSwap/core">
|
||||
<LinkIconButton url="https://github.com/eigenwallet/core">
|
||||
<GitHubIcon />
|
||||
</LinkIconButton>
|
||||
<LinkIconButton url="https://matrix.to/#/#unstoppableswap:matrix.org">
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import { check, Update, DownloadEvent } from "@tauri-apps/plugin-updater";
|
|||
import { useSnackbar } from "notistack";
|
||||
import { relaunch } from "@tauri-apps/plugin-process";
|
||||
|
||||
const GITHUB_RELEASES_URL = "https://github.com/UnstoppableSwap/core/releases";
|
||||
const GITHUB_RELEASES_URL = "https://github.com/eigenwallet/core/releases";
|
||||
const HOMEPAGE_URL = "https://unstoppableswap.net/";
|
||||
|
||||
interface DownloadProgress {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ export default function NavigationFooter() {
|
|||
>
|
||||
<Tooltip title="Check out the GitHub repository">
|
||||
<span>
|
||||
<LinkIconButton url="https://github.com/UnstoppableSwap/core">
|
||||
<LinkIconButton url="https://github.com/eigenwallet/core">
|
||||
<GitHubIcon />
|
||||
</LinkIconButton>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { open } from "@tauri-apps/plugin-shell";
|
|||
import InfoBox from "renderer/components/pages/swap/swap/components/InfoBox";
|
||||
|
||||
const GITHUB_ISSUE_URL =
|
||||
"https://github.com/UnstoppableSwap/core/issues/new/choose";
|
||||
"https://github.com/eigenwallet/core/issues/new/choose";
|
||||
const MATRIX_ROOM_URL = "https://matrix.to/#/#unstoppableswap:matrix.org";
|
||||
export const DISCORD_URL = "https://discord.gg/aqSyyJ35UW";
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ function WalletDescriptorModal({
|
|||
<li>
|
||||
For more information on what to do with the descriptor, see our{" "}
|
||||
<Link
|
||||
href="https://github.com/UnstoppableSwap/core/blob/master/dev-docs/asb/README.md#exporting-the-bitcoin-wallet-descriptor"
|
||||
href="https://github.com/eigenwallet/core/blob/master/dev-docs/asb/README.md#exporting-the-bitcoin-wallet-descriptor"
|
||||
target="_blank"
|
||||
>
|
||||
documentation
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ const DONATION_ADDRESS_STAGENET =
|
|||
/// https://github.com/binarybaron/
|
||||
///
|
||||
/// Get the key from:
|
||||
/// - https://github.com/UnstoppableSwap/core/blob/master/utils/gpg_keys/binarybaron.asc
|
||||
/// - https://github.com/eigenwallet/core/blob/master/utils/gpg_keys/binarybaron.asc
|
||||
/// - https://unstoppableswap.net/binarybaron.asc
|
||||
const DONATION_ADDRESS_MAINNET_SIG = `
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue