diff --git a/CHANGELOG.md b/CHANGELOG.md index 925d22c72..3462afe8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#241](https://github.com/alleslabs/celatone-frontend/pull/241) Fix NAToken size - [#244](https://github.com/alleslabs/celatone-frontend/pull/244) Fix json funds instantiate cannot edit - [#243](https://github.com/alleslabs/celatone-frontend/pull/243) Fix Json viewer and view more btn +- [#299](https://github.com/alleslabs/celatone-frontend/pull/299) Fix validator identity url ## v1.0.2 diff --git a/src/lib/components/ValidatorBadge.tsx b/src/lib/components/ValidatorBadge.tsx index 3aea2c360..7058fd905 100644 --- a/src/lib/components/ValidatorBadge.tsx +++ b/src/lib/components/ValidatorBadge.tsx @@ -42,7 +42,7 @@ export const ValidatorBadge = ({ boxSize={badgeSize} src={`https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/${getChainApiPath( currentChainName - )}/${validator.validatorAddress}.png`} + )}/moniker/${validator.validatorAddress}.png`} alt={validator.moniker} fallbackSrc={`https://ui-avatars.com/api/?name=${ validator.moniker ?? ""