Skip to content

Commit

Permalink
Merge pull request #3508 from superhero-com/feature/use-new-avatars-b…
Browse files Browse the repository at this point in the history
…ug-report-urls

Use new avatars, bug report urls
  • Loading branch information
CedrikNikita authored Mar 7, 2025
2 parents 5f25f5c + f7e90cb commit 38bbf0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const APP_LINK_FIREFOX = 'https://addons.mozilla.org/en-US/firefox/addon/
export const APP_LINK_ANDROID = 'https://play.google.com/store/apps/details?id=com.superhero.cordova';
export const APP_LINK_IOS = 'https://apps.apple.com/us/app/superhero-wallet/id1502786641';

export const BUG_REPORT_URL = 'https://spgrrc00ymg.typeform.com/to/Kk3Zyjdr';
export const BUG_REPORT_URL = 'https://form.typeform.com/to/Kk3Zyjdr';
export const AGGREGATOR_URL = 'https://superhero.com/';
export const SUPERHERO_CHAT_URLS = [
'https://chat.superhero.com',
Expand Down
2 changes: 1 addition & 1 deletion src/protocols/aeternity/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const AE_NETWORK_ADDITIONAL_SETTINGS: IDefaultNetworkTypeData<
},
};

export const AE_AVATAR_URL = 'https://avatars.z52da5wt.xyz/';
export const AE_AVATAR_URL = 'https://avatars.superherowallet.com/';
export const AE_BLOG_CLAIM_TIP_URL = 'https://blog.aeternity.com/superhero-how-to-send-receive-superhero-tips-34971b18c919#024e';
export const AE_COMMIT_URL = 'https://github.com/aeternity/superhero-wallet/commit/';
export const AE_DEX_URL = 'https://aepp.dex.superhero.com';
Expand Down

0 comments on commit 38bbf0a

Please sign in to comment.