Skip to content

Commit

Permalink
refactor: use new avatars url
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Mar 7, 2025
1 parent 74738ec commit f7e90cb
Showing 1 changed file with 1 addition and 1 deletion.
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 f7e90cb

Please sign in to comment.