Skip to content

Commit

Permalink
feat: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 1, 2023
1 parent d0b6b14 commit cc6ca22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export const DEFAULT_STACKS_NODE_URL = whenNetwork<string>({

export const EXPLORER_URL = 'https://explorer.hiro.so';

export const GITHUB_ORG = 'blockstack';
export const GITHUB_ORG = 'leather-walet';

export const GITHUB_REPO = 'stacks-wallet';
export const GITHUB_REPO = 'desktop';

export const TREZOR_HELP_URL =
'https://www.hiro.so/questions/how-can-i-use-my-trezor-device-with-the-stacks-wallet';
Expand Down
2 changes: 1 addition & 1 deletion app/utils/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function openExternalLink(url: string) {
}

export function makeExplorerLink(path: string) {
return urljoin(EXPLORER_URL, `${path}?utm_source=stacks-wallet&chain=${NETWORK}`);
return urljoin(EXPLORER_URL, `${path}?utm_source=leather-wallet&chain=${NETWORK}`);
}

export function makeExplorerTxLink(txId: string) {
Expand Down
8 changes: 4 additions & 4 deletions electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const networkConfigs = {
testnet: {
productName: 'Leather Testnet',
appId: 'so.hiro.StacksWalletTestnet',
artifactName: 'stacks-wallet.testnet.${ext}',
artifactName: 'leather-wallet.testnet.${ext}',
mac: {
icon: 'icon.testnet.icns',
},
Expand All @@ -94,15 +94,15 @@ const networkConfigs = {
},
// macos `Application Support` dir name
extraMetadata: {
name: 'stacks-wallet-testnet',
name: 'leather-wallet-testnet',
productName: 'Leather Testnet',
},
},
mainnet: {
productName: 'Leather',
appId: 'so.hiro.StacksWallet',
icon: 'icon-512x512.png',
artifactName: 'stacks-wallet.mainnet.${ext}',
artifactName: 'leather-wallet.mainnet.${ext}',
mac: {
icon: 'icon.icns',
},
Expand All @@ -113,7 +113,7 @@ const networkConfigs = {
icon: 'icons-mainnet',
},
extraMetadata: {
name: 'stacks-wallet',
name: 'leather-wallet',
productName: 'Leather',
},
},
Expand Down

0 comments on commit cc6ca22

Please sign in to comment.