From a872d486804c9def9b4a21449d353ee47a64d366 Mon Sep 17 00:00:00 2001 From: Sawit Trisirisatayawong Date: Wed, 26 Apr 2023 15:02:15 +0700 Subject: [PATCH 1/2] fix(utils): fix validator identity url link --- src/lib/components/ValidatorBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?? "" From 0b58d6683aae46cc6682a1d7659683888f2df507 Mon Sep 17 00:00:00 2001 From: Sawit Trisirisatayawong Date: Wed, 26 Apr 2023 15:04:16 +0700 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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