diff --git a/src/components/General/ValidatorProfile.tsx b/src/components/General/ValidatorProfile.tsx index c046fc2d..3d0f2282 100644 --- a/src/components/General/ValidatorProfile.tsx +++ b/src/components/General/ValidatorProfile.tsx @@ -10,6 +10,10 @@ type ValidatorProfileProps = { } const ValidatorProfile = ({ number, address }: ValidatorProfileProps) => { + const onCopyAddress = () => { + navigator.clipboard.writeText(address) + } + return ( { {getFormattedValidatorAddress(address)} - +