From 495ea51bab252d3145777fc230e2f9e6b3b0ea90 Mon Sep 17 00:00:00 2001 From: Tien Nam Dao Date: Wed, 30 Nov 2022 14:33:14 +0700 Subject: [PATCH] fix: update label address to --- utils/enum.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/enum.ts b/utils/enum.ts index 86591eb2..8a7cda20 100644 --- a/utils/enum.ts +++ b/utils/enum.ts @@ -33,8 +33,8 @@ export enum CardInfoLabels { confirmations = 'Status:', block = 'Block:', from = 'From:', - to = 'Interacted With (To):', - createdContractAddressHash = 'To', + to = 'To:', + createdContractAddressHash = 'Interacted With (To):', time = 'Timestamp:', value = 'Value:', fee = 'Transaction Fee:',