From d739afb54e4ea6c81479c8f2cbb40a4efb584b94 Mon Sep 17 00:00:00 2001 From: goga-m Date: Thu, 7 May 2026 18:36:48 +0200 Subject: [PATCH 01/16] wip --- src/app/components/Address/Address.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/components/Address/Address.tsx b/src/app/components/Address/Address.tsx index 7697a88d38..d48a0efbef 100644 --- a/src/app/components/Address/Address.tsx +++ b/src/app/components/Address/Address.tsx @@ -90,7 +90,7 @@ export const Address = ({ const availableWidth = useMemo(() => { if (width) { if (orientation === "horizontal") { - return width - (walletName ? aliasWidth + 8 : 0) - (showCopyButton ? 22 : 0); + return width - (walletName ? aliasWidth + 8 : 0) - (showCopyButton ? 8 : 0); } else { return width; } @@ -148,7 +148,12 @@ export const Address = ({ /> {showCopyButton && ( - + Date: Thu, 7 May 2026 18:02:41 +0000 Subject: [PATCH 02/16] chore: update snapshots --- .../ContactListItemMobile.test.tsx.snap | 4 +-- .../__snapshots__/Contacts.test.tsx.snap | 6 ++-- .../__snapshots__/Dashboard.test.tsx.snap | 12 +++---- .../__snapshots__/ExchangeForm.test.tsx.snap | 4 +-- .../__snapshots__/SuccessStep.test.tsx.snap | 4 +-- .../__snapshots__/SuccessStep.test.tsx.snap | 4 +-- .../LedgerImportStep.test.tsx.snap | 12 +++---- .../SearchRecipient.test.tsx.snap | 34 +++++++++---------- .../__snapshots__/LedgerReview.test.tsx.snap | 6 ++-- .../UsernameRegistrationForm.test.tsx.snap | 2 +- .../__snapshots__/ReviewStep.test.tsx.snap | 2 +- .../ValidatorRegistrationForm.test.tsx.snap | 2 +- .../__snapshots__/AddressRow.test.tsx.snap | 26 +++++++------- .../__snapshots__/AddressTable.test.tsx.snap | 6 ++-- .../__snapshots__/ReceiveFunds.test.tsx.snap | 4 +-- 15 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap b/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap index f3e58bf2cf..19104c61b9 100644 --- a/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap +++ b/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap @@ -116,7 +116,7 @@ exports[`ContactListItemMobile > should render 1`] = ` @@ -541,24 +550,33 @@ exports[`ExchangeTransactionsTable > should render 1`] = ` type="button" >
- - +
+
- 2 + + + 2 + - - - -   - +
+
@@ -748,24 +766,33 @@ exports[`ExchangeTransactionsTable > should render 1`] = ` type="button" >
- - +
+
- 1 + + + 1 + - - - -   - +
+
@@ -1282,24 +1309,33 @@ exports[`ExchangeTransactionsTable > should render compact 1`] = ` type="button" >
- - +
+
- 3 + + + 3 + - - - -   - +
+
@@ -1489,24 +1525,33 @@ exports[`ExchangeTransactionsTable > should render compact 1`] = ` type="button" >
- - +
+
- 2 + + + 2 + - - - -   - +
+
@@ -1696,24 +1741,33 @@ exports[`ExchangeTransactionsTable > should render compact 1`] = ` type="button" >
- - +
+
- 1 + + + 1 + - - - -   - +
+
@@ -2230,24 +2284,33 @@ exports[`ExchangeTransactionsTable > should render desktop 1`] = ` type="button" >
- - +
+
- 3 + + + 3 + - - - -   - +
+
@@ -2437,24 +2500,33 @@ exports[`ExchangeTransactionsTable > should render desktop 1`] = ` type="button" >
- - +
+
- 2 + + + 2 + - - - -   - +
+
@@ -2644,24 +2716,33 @@ exports[`ExchangeTransactionsTable > should render desktop 1`] = ` type="button" >
- - +
+
- 1 + + + 1 + - - - -   - +
+
@@ -3178,24 +3259,33 @@ exports[`ExchangeTransactionsTable > should render desktop 2`] = ` type="button" >
- - +
+
- 3 + + + 3 + - - - -   - +
+
@@ -3385,24 +3475,33 @@ exports[`ExchangeTransactionsTable > should render desktop 2`] = ` type="button" >
- - +
+
- 2 + + + 2 + - - - -   - +
+
@@ -3592,24 +3691,33 @@ exports[`ExchangeTransactionsTable > should render desktop 2`] = ` type="button" >
- - +
+
- 1 + + + 1 + - - - -   - +
+
@@ -4126,24 +4234,33 @@ exports[`ExchangeTransactionsTable > should render desktop 3`] = ` type="button" >
- - +
+
- 3 + + + 3 + - - - -   - +
+
@@ -4333,24 +4450,33 @@ exports[`ExchangeTransactionsTable > should render desktop 3`] = ` type="button" >
- - +
+
- 2 + + + 2 + - - - -   - +
+
@@ -4540,24 +4666,33 @@ exports[`ExchangeTransactionsTable > should render desktop 3`] = ` type="button" >
- - +
+
- 1 + + + 1 + - - - -   - +
+
diff --git a/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap b/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap index d27fb03187..dcf8854e7c 100644 --- a/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap +++ b/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap @@ -19,24 +19,33 @@ exports[`ExchangeTransactionsRow > should render (Expired) 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
@@ -243,24 +252,33 @@ exports[`ExchangeTransactionsRow > should render (Failed) 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
@@ -458,24 +476,33 @@ exports[`ExchangeTransactionsRow > should render (Finished) 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
@@ -673,24 +700,33 @@ exports[`ExchangeTransactionsRow > should render (New) 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
@@ -889,24 +925,33 @@ exports[`ExchangeTransactionsRow > should render (Refunded) 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
@@ -1109,24 +1154,33 @@ exports[`ExchangeTransactionsRow > should render (Verifying) 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
@@ -1329,24 +1383,33 @@ exports[`ExchangeTransactionsRow > should render compact 1`] = ` type="button" >
- - +
+
- id + + + id + - - - -   - +
+
diff --git a/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap b/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap index 68dda7b3b2..2a426ccc60 100644 --- a/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap +++ b/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap @@ -39,7 +39,7 @@ exports[`SignMessage success step > should render success step in lg 1`] = ` Address
should render success step in lg 1`] = `
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
@@ -217,7 +226,7 @@ exports[`SignMessage success step > should render success step in xs 1`] = ` Address
should render success step in xs 1`] = `
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
diff --git a/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap b/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap index b7e1b0ac03..f83f227913 100644 --- a/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap +++ b/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap @@ -38,18 +38,34 @@ exports[`SuccessStep > should render (lg) 1`] = ` Address
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -4924,24 +5158,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -5177,7 +5420,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -5368,24 +5620,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -5466,24 +5727,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -5719,7 +5989,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -5910,24 +6189,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -6008,24 +6296,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -6261,7 +6558,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -6452,24 +6758,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -6550,24 +6865,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -6803,7 +7127,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -6994,24 +7327,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -7092,24 +7434,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -7345,7 +7696,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -7536,24 +7896,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -7634,24 +8003,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -7887,7 +8265,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -8078,24 +8465,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -8176,24 +8572,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -8429,7 +8834,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -8620,24 +9034,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -8718,24 +9141,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -8971,7 +9403,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -9162,24 +9603,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -9260,24 +9710,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -9513,7 +9972,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -9704,24 +10172,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -9802,24 +10279,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -10055,7 +10541,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -10246,24 +10741,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -10344,24 +10848,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -10597,7 +11110,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -10788,24 +11310,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -10886,24 +11417,33 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -11343,7 +11883,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -11534,24 +12083,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -11632,24 +12190,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -11885,7 +12452,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -12076,24 +12652,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -12174,24 +12759,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -12427,7 +13021,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -12618,24 +13221,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - - - - -   - + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + +
+
@@ -12716,24 +13328,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -12969,7 +13590,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -13160,24 +13790,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -13258,24 +13897,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -13511,7 +14159,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -13702,24 +14359,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -13800,24 +14466,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -14053,7 +14728,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -14244,24 +14928,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -14342,24 +15035,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -14595,7 +15297,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -14786,24 +15497,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -14884,24 +15604,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -15137,7 +15866,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -15328,24 +16066,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -15426,24 +16173,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -15679,7 +16435,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -15870,24 +16635,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -15968,24 +16742,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -16221,7 +17004,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -16412,24 +17204,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -16510,24 +17311,33 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -16952,7 +17762,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -17143,24 +17962,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -17241,24 +18069,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + + + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 + - - - -   - +
+
@@ -17494,7 +18331,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -17685,24 +18531,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -17783,24 +18638,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -18036,7 +18900,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -18227,24 +19100,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -18325,24 +19207,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -18578,7 +19469,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -18769,24 +19669,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -18867,24 +19776,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -19120,7 +20038,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -19311,24 +20238,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
@@ -19409,24 +20345,33 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 + - - - -   - +
+
diff --git a/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap b/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap index c9a335a78a..0fb5883ff5 100644 --- a/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap +++ b/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap @@ -58,7 +58,7 @@ exports[`Add Recipient item > should render with exchange amount 1`] = ` Recipient #2
should render with exchange amount 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
should render with size lg 1`] = ` Recipient #2
should render with size lg 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
should render with size xs 1`] = ` Address
should render with size xs 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -428,7 +476,7 @@ exports[`Add Recipient item > should render without exchange amount 1`] = ` Recipient #2
should render without exchange amount 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
should call onAction when no address is selected 1`] class="flex min-w-0 items-center gap-1 leading-[17px]" >
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -264,7 +296,7 @@ exports[`LedgerReview > should render for unvote transaction 1`] = ` class="w-28 flex-1" >
should render for unvote transaction 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -440,7 +488,7 @@ exports[`LedgerReview > should render for vote transaction 1`] = ` class="w-28 flex-1" >
should render for vote transaction 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap index 49970252f4..ce9d784ef0 100644 --- a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap @@ -122,7 +122,7 @@ exports[`TransactionRow > should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (sm) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (sm) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xs) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xs) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
@@ -830,7 +839,7 @@ exports[`TransactionRowMobile > should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 2`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
@@ -1148,7 +1166,7 @@ exports[`TransactionRowMobile > should render with currency 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` class="w-0 flex-1" >
should render 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap index 039b6d10b3..ac5eb960bb 100644 --- a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap @@ -3,18 +3,34 @@ exports[`TransactionRowRecipientLabel > should render with right alignment on mobile view 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
`; @@ -22,18 +38,34 @@ exports[`TransactionRowRecipientLabel > should render with right alignment on mo exports[`TransactionRowRecipientLabel > should render with right alignment on mobile view 2`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
`; diff --git a/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap b/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap index f978a169e0..2fe365f384 100644 --- a/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap @@ -160,7 +160,7 @@ exports[`Unconfirmed transaction table > should not render in lg 1`] = ` class="w-0 flex-1" >
should not render in lg 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -440,7 +456,7 @@ exports[`Unconfirmed transaction table > should not render in md 1`] = ` class="w-0 flex-1" >
should not render in md 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -600,7 +632,7 @@ exports[`Unconfirmed transaction table > should not render in sm 1`] = ` class="w-0 flex-1" >
should not render in sm 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -924,7 +972,7 @@ exports[`Unconfirmed transaction table > should not render in xl 1`] = ` class="w-0 flex-1" >
should not render in xl 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1084,7 +1148,7 @@ exports[`Unconfirmed transaction table > should not render in xs 1`] = ` class="w-0 flex-1" >
should not render in xs 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap b/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap index 883deabc7e..ed4dedab4d 100644 --- a/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap @@ -3544,24 +3544,33 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -3634,7 +3643,7 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -6190,7 +6208,7 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -6553,7 +6580,7 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -6919,7 +6955,7 @@ exports[`TransactionTable > should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -9475,7 +9520,7 @@ exports[`TransactionTable > should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -9838,7 +9892,7 @@ exports[`TransactionTable > should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -10372,7 +10435,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -10852,7 +10924,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -14223,24 +14304,33 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -14321,24 +14411,33 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -14607,7 +14706,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -15068,7 +15176,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -15723,24 +15840,33 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -15816,7 +15942,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -16296,7 +16431,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -19667,24 +19811,33 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -19765,24 +19918,33 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -20051,7 +20213,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -20512,7 +20683,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -21167,24 +21347,33 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -21260,7 +21449,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -21721,7 +21919,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -24978,24 +25185,33 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -25076,24 +25292,33 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + - - - -   - +
+
@@ -25343,7 +25568,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -25785,7 +26019,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
diff --git a/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap b/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap index 5be9f7bbc1..78b31e2eb5 100644 --- a/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap +++ b/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap @@ -559,7 +559,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -28768,7 +28777,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -29248,24 +29266,33 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -29341,7 +29368,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -29821,24 +29857,33 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -29914,7 +29959,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -30394,24 +30448,33 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -30487,7 +30550,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -30967,24 +31039,33 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -31060,7 +31141,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -31540,24 +31630,33 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -31633,7 +31732,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -32544,7 +32652,7 @@ exports[`Transactions > should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -37323,7 +37440,7 @@ exports[`Transactions > should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -38219,7 +38345,7 @@ exports[`Transactions > should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
@@ -42998,7 +43133,7 @@ exports[`Transactions > should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
- - +
+
- 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + - - - -   - +
+
diff --git a/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap b/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap index 47e9c0eff1..c9f226cb17 100644 --- a/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap +++ b/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap @@ -311,7 +311,7 @@ exports[`UsernameRegistrationForm > should render review step 1`] = ` From
should render review step 1`] = `
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
diff --git a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap index adb2be6fca..f67ab3ac15 100644 --- a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap +++ b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap @@ -38,7 +38,7 @@ exports[`ReviewStep > should render review step 1`] = ` From
should render review step 1`] = `
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
diff --git a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap index db1815d574..8a473e91f8 100644 --- a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap +++ b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap @@ -320,7 +320,7 @@ exports[`ValidatorRegistrationForm > should render review step 1`] = ` From
should render review step 1`] = `
- - +
+
- 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + - - - -   - +
+
diff --git a/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap b/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap index 08ef33f6e2..41ce4a7955 100644 --- a/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap +++ b/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap @@ -18,7 +18,7 @@ exports[`AddressRow > should emit action on select button 1`] = ` class="w-40 flex-1" >
should emit action on select button 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -257,18 +273,34 @@ exports[`AddressRowMobile > should render in 375 screen width 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -443,18 +475,34 @@ exports[`AddressRowMobile > should render in 420 screen width 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -630,18 +678,34 @@ exports[`AddressRowMobile > should render when the maximum votes is greater than
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -816,18 +880,34 @@ exports[`AddressRowMobile > should render when the wallet has many votes 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1001,18 +1081,34 @@ exports[`AddressRowMobile > should render when wallet hasn't voted 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1167,18 +1263,34 @@ exports[`AddressRowMobile > should render when wallet hasn't voted 1`] = `
- - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - - - +
+
+
+ + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + +
+
+
@@ -1291,18 +1403,34 @@ exports[`AddressRowMobile > should render when wallet not found for votes 1`] =
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1457,18 +1585,34 @@ exports[`AddressRowMobile > should render when wallet not found for votes 1`] =
- - - - 0x7F9d7FdA68521c09Bd2749a36514e514abB0866F - - - +
+
+
+ + + + 0x7F9d7FdA68521c09Bd2749a36514e514abB0866F + + +
+
+
@@ -1572,18 +1716,34 @@ exports[`AddressRowMobile > should render when wallet not loaded 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1697,18 +1857,34 @@ exports[`AddressRowMobile > should render with active validator 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1882,18 +2058,34 @@ exports[`AddressRowMobile > should render with resigned validator 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -2067,18 +2259,34 @@ exports[`AddressRowMobile > should render with standby validator 1`] = `
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap b/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap index de44223b19..ef3a4e484f 100644 --- a/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap +++ b/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap @@ -215,7 +215,7 @@ exports[`AddressTable > should render 1`] = ` class="w-40 flex-1" >
should render 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap index a0af902a79..4e34c20298 100644 --- a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap +++ b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap @@ -20,24 +20,33 @@ exports[`ValidatorRow > should emit action on select button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -163,24 +172,33 @@ exports[`ValidatorRow > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -306,24 +324,33 @@ exports[`ValidatorRow > should render the selected validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -449,24 +476,33 @@ exports[`ValidatorRow > should render the selected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -583,7 +619,7 @@ exports[`ValidatorRow > should render the selected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
should render the selected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -867,24 +912,33 @@ exports[`ValidatorRow > should render the unselected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
diff --git a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap index a033aa42e6..2555690bfa 100644 --- a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap +++ b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap @@ -64,18 +64,34 @@ exports[`ValidatorRowMobile > should render the selected vote 1`] = `
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -223,18 +239,34 @@ exports[`ValidatorRowMobile > should render the selected vote 1`] = `
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -391,18 +423,34 @@ exports[`ValidatorRowMobile > should render the selected vote 1`] = `
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
diff --git a/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap b/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap index e15a5b25ed..bab8ed8df4 100644 --- a/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap +++ b/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap @@ -282,24 +282,33 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -416,24 +425,33 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -550,24 +568,33 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -707,7 +734,7 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should add resigned validator to the unvote list 1`] - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -1145,24 +1188,33 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -1279,24 +1331,33 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -1413,24 +1474,33 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -1570,7 +1640,7 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button to unvote 1`] = - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -2008,24 +2094,33 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -2142,24 +2237,33 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -2276,24 +2380,33 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -2433,7 +2546,7 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button to vote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -2871,24 +3000,33 @@ exports[`ValidatorsTable > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -3005,24 +3143,33 @@ exports[`ValidatorsTable > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -3139,24 +3286,33 @@ exports[`ValidatorsTable > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -3296,7 +3452,7 @@ exports[`ValidatorsTable > should render 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -3735,24 +3907,33 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -3869,24 +4050,33 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -4003,24 +4193,33 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -4160,7 +4359,7 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with a validator to unvote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -4598,24 +4813,33 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -4732,24 +4956,33 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -4866,24 +5099,33 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -5032,7 +5274,7 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with a validator to unvote/vote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -5470,24 +5728,33 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -5604,24 +5871,33 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -5738,24 +6014,33 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -5895,7 +6180,7 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with a validator to vote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -6381,7 +6682,7 @@ exports[`ValidatorsTable > should render with empty list 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with empty list 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -6823,24 +7140,33 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -6957,24 +7283,33 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -7091,24 +7426,33 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -7248,7 +7592,7 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with subtitle 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -7687,24 +8047,33 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -7821,24 +8190,33 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -7955,24 +8333,33 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -8112,7 +8499,7 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator to unvote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -8551,24 +8954,33 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -8685,24 +9097,33 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -8819,24 +9240,33 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -8985,7 +9415,7 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator to unvote/vote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -9423,24 +9869,33 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -9557,24 +10012,33 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -9691,24 +10155,33 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -9848,7 +10321,7 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator to vote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -10287,24 +10776,33 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -10421,24 +10919,33 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -10555,24 +11062,33 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -10712,7 +11228,7 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should unselect a validator to unvote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -11151,24 +11683,33 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -11285,24 +11826,33 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -11419,24 +11969,33 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -11576,7 +12135,7 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should unselect a validator to vote 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap b/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap index 6e1527dc2e..042bad6eb0 100644 --- a/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap +++ b/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap @@ -12,18 +12,34 @@ exports[`VoteList > should render in lg 1`] = ` class="w-28 flex-1" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -34,18 +50,34 @@ exports[`VoteList > should render in lg 1`] = ` class="w-28 flex-1" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -56,18 +88,34 @@ exports[`VoteList > should render in lg 1`] = ` class="w-28 flex-1" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
@@ -87,18 +135,34 @@ exports[`VoteList > should render in md 1`] = ` class="w-28 flex-1" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -109,18 +173,34 @@ exports[`VoteList > should render in md 1`] = ` class="w-28 flex-1" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -131,18 +211,34 @@ exports[`VoteList > should render in md 1`] = ` class="w-28 flex-1" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
@@ -162,18 +258,34 @@ exports[`VoteList > should render in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -184,18 +296,34 @@ exports[`VoteList > should render in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -206,18 +334,34 @@ exports[`VoteList > should render in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
@@ -237,18 +381,34 @@ exports[`VoteList > should render in xl 1`] = ` class="w-28 flex-1" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -259,18 +419,34 @@ exports[`VoteList > should render in xl 1`] = ` class="w-28 flex-1" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -281,18 +457,34 @@ exports[`VoteList > should render in xl 1`] = ` class="w-28 flex-1" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
@@ -312,18 +504,34 @@ exports[`VoteList > should render in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -334,18 +542,34 @@ exports[`VoteList > should render in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -356,18 +580,34 @@ exports[`VoteList > should render in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
@@ -387,18 +627,34 @@ exports[`VoteList > should render with amount in lg 1`] = ` class="w-28 flex-1" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
should render with amount in lg 1`] = ` class="w-28 flex-1" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
should render with amount in lg 1`] = ` class="w-28 flex-1" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
should render with amount in md 1`] = ` class="w-28 flex-1" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
should render with amount in md 1`] = ` class="w-28 flex-1" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
should render with amount in md 1`] = ` class="w-28 flex-1" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
should render with amount in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -639,18 +991,34 @@ exports[`VoteList > should render with amount in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -671,18 +1039,34 @@ exports[`VoteList > should render with amount in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
@@ -702,18 +1086,34 @@ exports[`VoteList > should render with amount in xl 1`] = ` class="w-28 flex-1" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
should render with amount in xl 1`] = ` class="w-28 flex-1" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
should render with amount in xl 1`] = ` class="w-28 flex-1" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
should render with amount in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
+
+
@@ -849,18 +1297,34 @@ exports[`VoteList > should render with amount in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
+
+
@@ -881,18 +1345,34 @@ exports[`VoteList > should render with amount in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - + class="flex overflow-hidden whitespace-nowrap items-center space-x-1 w-full justify-end" + > +
+
+
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
+
+
diff --git a/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap b/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap index 51a5ab6078..2e5a69a912 100644 --- a/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap +++ b/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap @@ -1189,24 +1189,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -1325,24 +1334,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -1470,24 +1488,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -1615,24 +1642,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + + + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + - - - -   - +
+
@@ -1760,24 +1796,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + + + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + - - - -   - +
+
@@ -1905,24 +1950,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7762598E3e3203FAC062D2588e70950CF19F918B + + + 0x7762598E3e3203FAC062D2588e70950CF19F918B + - - - -   - +
+
@@ -2050,24 +2104,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x677fdAE653661CC73295728746E3653351d50887 + + + 0x677fdAE653661CC73295728746E3653351d50887 + - - - -   - +
+
@@ -2195,24 +2258,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xDF419379AD91b59005e438fB47deE4D610B997a5 + + + 0xDF419379AD91b59005e438fB47deE4D610B997a5 + - - - -   - +
+
@@ -2340,24 +2412,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + + + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + - - - -   - +
+
@@ -2485,169 +2566,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - - - - -   - -
-
-
- - -
- -
- Active -
-
-
-
- - - - - -
-
- - - - - - - -
-
- - - - -
- - 11 - -
- - -
-
-
- - - - 0x137c59f371a7049159ef19a72f908773Ade219b1 + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + - - - -   - +
+
@@ -2682,7 +2627,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x137c59f371a7049159ef19a72f908773Ade219b1" + href="https://explorer-demo.mainsailhq.com/addresses/0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -2775,169 +2720,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0x54e64501796D3040a826628490B5Ea755B56E965 - - - - -   - -
-
-
- - -
- -
- Active -
-
-
-
- - - - - -
-
- - - - - - - -
-
- - - - -
- - 13 - -
- - -
-
-
- - - - 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + 0x137c59f371a7049159ef19a72f908773Ade219b1 + - - - -   - +
+
@@ -2972,7 +2781,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x07Ac3E438719be72a9e2591bB6015F10E8Af2468" + href="https://explorer-demo.mainsailhq.com/addresses/0x137c59f371a7049159ef19a72f908773Ade219b1" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3065,24 +2874,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + + + 0x54e64501796D3040a826628490B5Ea755B56E965 + - - - -   - +
+
@@ -3117,7 +2935,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4" + href="https://explorer-demo.mainsailhq.com/addresses/0x54e64501796D3040a826628490B5Ea755B56E965" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3210,24 +3028,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + + + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + - - - -   - +
+
@@ -3262,7 +3089,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F" + href="https://explorer-demo.mainsailhq.com/addresses/0x07Ac3E438719be72a9e2591bB6015F10E8Af2468" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3355,24 +3182,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + - - - -   - +
+
@@ -3407,7 +3243,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" + href="https://explorer-demo.mainsailhq.com/addresses/0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3500,24 +3336,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3F8eCbF08078F22038235F9834540A960E99085b + + + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + - - - -   - +
+
@@ -3552,7 +3397,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x3F8eCbF08078F22038235F9834540A960E99085b" + href="https://explorer-demo.mainsailhq.com/addresses/0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > - - - - - - -
- - 22 - -
- - -
-
-
- - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - - - - -   -
@@ -4268,7 +4013,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" + href="https://explorer-demo.mainsailhq.com/addresses/0x218A779dcAC83b284a4417A75128c3c881156bAE" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > - -
-
+ @@ -4642,7 +4396,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 25 + 22 @@ -4651,24 +4405,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + - - - -   - +
+
@@ -4703,7 +4466,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e" + href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > - -
- - - - - - - -
- - 27 - -
- - -
-
-
- - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + - - - -   - +
+
@@ -4993,7 +4620,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x989eb5C243Ac348fed0a32704a6a767Ceab26065" + href="https://explorer-demo.mainsailhq.com/addresses/0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > - - - - - - - - - -
- - 35 - -
- - -
-
-
- - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + 0x373012E575CFD07dCd1139AEb3D71188677039be + - - - -   - +
+
@@ -6153,7 +5698,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763" + href="https://explorer-demo.mainsailhq.com/addresses/0x373012E575CFD07dCd1139AEb3D71188677039be" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > - - - - - - - - - -
- - 43 - -
- - -
-
-
- - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -7313,7 +6776,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db" + href="https://explorer-demo.mainsailhq.com/addresses/0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > + + + + + + + + + +
+ + 45 + +
+ + +
+
+
+
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ + + + + + +
+
+ + + + +
+ + 46 + +
+ + +
+
+
+
+
+ + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ -   + + + + +
+
+ + + + +
+ + 47 + +
+ + +
+
+
+
+
+ + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ + + + + + + +
+
+ + + + +
+ + 48 + +
+ + +
+
+
+
+
+ + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ + + + + + + +
+
+ + + + +
+ + 49 + +
+ + +
+
+
+
+
+ + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ + + + + + + +
+
+ + + + +
+ + 50 + +
+ + +
+
+
+
+
+ + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + + +
+
@@ -8412,7 +8862,161 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 51 + 51 + + + + +
+
+
+
+
+ + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ + + + + + + +
+
+ + + + +
+ + 52
@@ -8421,169 +9025,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- - - - - - - -
-
- - - - -
- - 52 - -
- - -
-
-
- - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -8711,24 +9179,33 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -9033,7 +9510,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -10323,24 +10816,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -10459,24 +10961,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -10595,24 +11106,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -10731,24 +11251,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + + + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + - - - -   - +
+
@@ -10867,24 +11396,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + + + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + - - - -   - +
+
@@ -11003,24 +11541,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7762598E3e3203FAC062D2588e70950CF19F918B + + + 0x7762598E3e3203FAC062D2588e70950CF19F918B + - - - -   - +
+
@@ -11139,24 +11686,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x677fdAE653661CC73295728746E3653351d50887 + + + 0x677fdAE653661CC73295728746E3653351d50887 + - - - -   - +
+
@@ -11275,24 +11831,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xDF419379AD91b59005e438fB47deE4D610B997a5 + + + 0xDF419379AD91b59005e438fB47deE4D610B997a5 + - - - -   - +
+
@@ -11411,24 +11976,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + + + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + - - - -   - +
+
@@ -11547,24 +12121,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + + + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + - - - -   - +
+
@@ -11683,24 +12266,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x137c59f371a7049159ef19a72f908773Ade219b1 + + + 0x137c59f371a7049159ef19a72f908773Ade219b1 + - - - -   - +
+
@@ -11819,24 +12411,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x54e64501796D3040a826628490B5Ea755B56E965 + + + 0x54e64501796D3040a826628490B5Ea755B56E965 + - - - -   - +
+
@@ -11955,24 +12556,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + + + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + - - - -   - +
+
@@ -12091,24 +12701,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + + + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + - - - -   - +
+
@@ -12227,24 +12846,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + + + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + - - - -   - +
+
@@ -12363,24 +12991,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + - - - -   - +
+
@@ -12499,24 +13136,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3F8eCbF08078F22038235F9834540A960E99085b + + + 0x3F8eCbF08078F22038235F9834540A960E99085b + - - - -   - +
+
@@ -12635,24 +13281,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7e1372c9B66F434A22c429C600835894cE33641b + + + 0x7e1372c9B66F434A22c429C600835894cE33641b + - - - -   - +
+
@@ -12762,7 +13417,152 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 19 + 19 + + + + +
+
+
+
+
+ + + + 0x218A779dcAC83b284a4417A75128c3c881156bAE + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ +
+
+ + + + +
+ + 20
@@ -12771,160 +13571,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0x218A779dcAC83b284a4417A75128c3c881156bAE - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 20 - -
- - -
-
-
- - - - 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a - - - - -   -
@@ -13043,24 +13716,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + - - - -   - +
+
@@ -13179,24 +13861,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + - - - -   - +
+
@@ -13315,24 +14006,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + + + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + - - - -   - +
+
@@ -13451,24 +14151,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + - - - -   - +
+
@@ -13587,24 +14296,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + - - - -   - +
+
@@ -13723,24 +14441,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + + + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + - - - -   - +
+
@@ -13859,24 +14586,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + + + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + - - - -   - +
+
@@ -13995,24 +14731,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + + + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + - - - -   - +
+
@@ -14131,24 +14876,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + + + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + - - - -   - +
+
@@ -14267,24 +15021,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x373012E575CFD07dCd1139AEb3D71188677039be + + + 0x373012E575CFD07dCd1139AEb3D71188677039be + - - - -   - +
+
@@ -14403,24 +15166,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + + + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + - - - -   - +
+
@@ -14539,24 +15311,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + - - - -   - +
+
@@ -14675,24 +15456,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + + + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + - - - -   - +
+
@@ -14811,24 +15601,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x4041C30B708da49227856c005a656F55fe44eF1C + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + - - - -   - +
+
@@ -14947,24 +15746,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + - - - -   - +
+
@@ -15083,24 +15891,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + + + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + - - - -   - +
+
@@ -15219,24 +16036,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + + + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -15355,24 +16181,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + - - - -   - +
+
@@ -15491,24 +16326,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + - - - -   - +
+
@@ -15627,24 +16471,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + + + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + - - - -   - +
+
@@ -15763,24 +16616,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + + + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + - - - -   - +
+
@@ -15890,7 +16752,152 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 42 + 42 + + + + +
+
+
+
+
+ + + + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ +
+
+ + + + +
+ + 43
@@ -15899,160 +16906,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 43 - -
- - -
-
-
- - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - - - - -   -
@@ -16171,24 +17051,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + + + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + - - - -   - +
+
@@ -16307,24 +17196,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + - - - -   - +
+
@@ -16443,24 +17341,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + - - - -   - +
+
@@ -16579,24 +17486,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + - - - -   - +
+
@@ -16715,24 +17631,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + - - - -   - +
+
@@ -16851,24 +17776,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3FCe699F036325B142e5568992EaA020ee15518B + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + - - - -   - +
+
@@ -16987,24 +17921,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + - - - -   - +
+
@@ -17123,24 +18066,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + - - - -   - +
+
@@ -17259,24 +18211,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -17395,24 +18356,33 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -17708,7 +18678,7 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button to unvote/vote 1`] = ` - - - - 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 - - - +
+
+
+ + + + 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 + + +
+
+
@@ -18748,7 +19734,7 @@ exports[`Votes > should filter current validators 1`] = ` class="mr-6 hidden md:block" >
should filter current validators 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
should filter current validators 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should filter current validators 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -20443,24 +21445,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -20579,24 +21590,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -20715,24 +21735,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -20851,24 +21880,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + + + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + - - - -   - +
+
@@ -20987,24 +22025,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + + + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + - - - -   - +
+
@@ -21123,24 +22170,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7762598E3e3203FAC062D2588e70950CF19F918B + + + 0x7762598E3e3203FAC062D2588e70950CF19F918B + - - - -   - +
+
@@ -21259,24 +22315,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x677fdAE653661CC73295728746E3653351d50887 + + + 0x677fdAE653661CC73295728746E3653351d50887 + - - - -   - +
+
@@ -21395,24 +22460,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xDF419379AD91b59005e438fB47deE4D610B997a5 + + + 0xDF419379AD91b59005e438fB47deE4D610B997a5 + - - - -   - +
+
@@ -21522,7 +22596,152 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 9 + 9 + + + + +
+
+
+
+
+ + + + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ +
+
+ + + + +
+ + 10
@@ -21531,160 +22750,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 10 - -
- - -
-
-
- - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - - - - -   -
@@ -21803,24 +22895,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x137c59f371a7049159ef19a72f908773Ade219b1 + + + 0x137c59f371a7049159ef19a72f908773Ade219b1 + - - - -   - +
+
@@ -21939,24 +23040,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x54e64501796D3040a826628490B5Ea755B56E965 + + + 0x54e64501796D3040a826628490B5Ea755B56E965 + - - - -   - +
+
@@ -22075,24 +23185,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + + + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + - - - -   - +
+
@@ -22211,24 +23330,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + + + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + - - - -   - +
+
@@ -22347,24 +23475,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + + + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + - - - -   - +
+
@@ -22483,24 +23620,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + - - - -   - +
+
@@ -22619,24 +23765,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3F8eCbF08078F22038235F9834540A960E99085b + + + 0x3F8eCbF08078F22038235F9834540A960E99085b + - - - -   - +
+
@@ -22755,24 +23910,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7e1372c9B66F434A22c429C600835894cE33641b + + + 0x7e1372c9B66F434A22c429C600835894cE33641b + - - - -   - +
+
@@ -22891,24 +24055,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x218A779dcAC83b284a4417A75128c3c881156bAE + + + 0x218A779dcAC83b284a4417A75128c3c881156bAE + - - - -   - +
+
@@ -23027,24 +24200,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + + + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + - - - -   - +
+
@@ -23163,24 +24345,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + - - - -   - +
+
@@ -23299,24 +24490,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + - - - -   - +
+
@@ -23435,24 +24635,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + + + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + - - - -   - +
+
@@ -23571,24 +24780,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + - - - -   - +
+
@@ -23707,24 +24925,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + - - - -   - +
+
@@ -23843,24 +25070,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + + + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + - - - -   - +
+
@@ -23979,24 +25215,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + + + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + - - - -   - +
+
@@ -24115,24 +25360,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + + + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + - - - -   - +
+
@@ -24251,24 +25505,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + + + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + - - - -   - +
+
@@ -24387,24 +25650,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x373012E575CFD07dCd1139AEb3D71188677039be + + + 0x373012E575CFD07dCd1139AEb3D71188677039be + - - - -   - +
+
@@ -24523,24 +25795,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + + + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + - - - -   - +
+
@@ -24650,7 +25931,152 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 32 + 32 + + + + +
+
+
+
+
+ + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ +
+
+ + + + +
+ + 33
@@ -24659,160 +26085,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 33 - -
- - -
-
-
- - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - - - - -   -
@@ -24931,24 +26230,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x4041C30B708da49227856c005a656F55fe44eF1C + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + - - - -   - +
+
@@ -25067,24 +26375,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + - - - -   - +
+
@@ -25203,24 +26520,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + + + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + - - - -   - +
+
@@ -25339,24 +26665,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + + + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -25475,24 +26810,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + - - - -   - +
+
@@ -25611,24 +26955,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + - - - -   - +
+
@@ -25747,24 +27100,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + + + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + - - - -   - +
+
@@ -25883,24 +27245,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + + + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + - - - -   - +
+
@@ -26019,24 +27390,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + + + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + - - - -   - +
+
@@ -26155,24 +27535,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + + + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + - - - -   - +
+
@@ -26291,24 +27680,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + + + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + - - - -   - +
+
@@ -26427,24 +27825,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + - - - -   - +
+
@@ -26563,24 +27970,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + - - - -   - +
+
@@ -26699,24 +28115,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + - - - -   - +
+
@@ -26835,24 +28260,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + - - - -   - +
+
@@ -26971,24 +28405,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3FCe699F036325B142e5568992EaA020ee15518B + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + - - - -   - +
+
@@ -27107,24 +28550,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + - - - -   - +
+
@@ -27243,24 +28695,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + - - - -   - +
+
@@ -27379,24 +28840,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -27515,24 +28985,33 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -27828,7 +29307,7 @@ exports[`Votes > should render 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -29118,24 +30613,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -29254,24 +30758,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -29390,24 +30903,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -29526,24 +31048,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + + + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + - - - -   - +
+
@@ -29662,24 +31193,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + + + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + - - - -   - +
+
@@ -29798,24 +31338,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7762598E3e3203FAC062D2588e70950CF19F918B + + + 0x7762598E3e3203FAC062D2588e70950CF19F918B + - - - -   - +
+
@@ -29934,24 +31483,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x677fdAE653661CC73295728746E3653351d50887 + + + 0x677fdAE653661CC73295728746E3653351d50887 + - - - -   - +
+
@@ -30070,24 +31628,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xDF419379AD91b59005e438fB47deE4D610B997a5 + + + 0xDF419379AD91b59005e438fB47deE4D610B997a5 + - - - -   - +
+
@@ -30206,24 +31773,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + + + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + - - - -   - +
+
@@ -30342,24 +31918,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + + + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + - - - -   - +
+
@@ -30478,24 +32063,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x137c59f371a7049159ef19a72f908773Ade219b1 + + + 0x137c59f371a7049159ef19a72f908773Ade219b1 + - - - -   - +
+
@@ -30614,24 +32208,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x54e64501796D3040a826628490B5Ea755B56E965 + + + 0x54e64501796D3040a826628490B5Ea755B56E965 + - - - -   - +
+
@@ -30750,24 +32353,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + + + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + - - - -   - +
+
@@ -30886,24 +32498,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + + + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + - - - -   - +
+
@@ -31022,24 +32643,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + + + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + - - - -   - +
+
@@ -31158,24 +32788,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + - - - -   - +
+
@@ -31294,24 +32933,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3F8eCbF08078F22038235F9834540A960E99085b + + + 0x3F8eCbF08078F22038235F9834540A960E99085b + - - - -   - +
+
@@ -31430,24 +33078,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7e1372c9B66F434A22c429C600835894cE33641b + + + 0x7e1372c9B66F434A22c429C600835894cE33641b + - - - -   - +
+
@@ -31566,24 +33223,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x218A779dcAC83b284a4417A75128c3c881156bAE + + + 0x218A779dcAC83b284a4417A75128c3c881156bAE + - - - -   - +
+
@@ -31702,24 +33368,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + + + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + - - - -   - +
+
@@ -31838,24 +33513,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + - - - -   - +
+
@@ -31965,7 +33649,152 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 22 + 22 + + + + +
+
+
+
+
+ + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ +
+
+ + + + +
+ + 23
@@ -31974,160 +33803,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 23 - -
- - -
-
-
- - - - 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 - - - - -   -
@@ -32246,24 +33948,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + - - - -   - +
+
@@ -32382,24 +34093,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + - - - -   - +
+
@@ -32518,24 +34238,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + + + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + - - - -   - +
+
@@ -32654,24 +34383,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + + + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + - - - -   - +
+
@@ -32790,24 +34528,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + + + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + - - - -   - +
+
@@ -32926,24 +34673,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + + + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + - - - -   - +
+
@@ -33062,24 +34818,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x373012E575CFD07dCd1139AEb3D71188677039be + + + 0x373012E575CFD07dCd1139AEb3D71188677039be + - - - -   - +
+
@@ -33198,24 +34963,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + + + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + - - - -   - +
+
@@ -33334,24 +35108,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + - - - -   - +
+
@@ -33470,24 +35253,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + + + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + - - - -   - +
+
@@ -33606,24 +35398,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x4041C30B708da49227856c005a656F55fe44eF1C + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + - - - -   - +
+
@@ -33742,24 +35543,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + - - - -   - +
+
@@ -33878,24 +35688,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + + + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + - - - -   - +
+
@@ -34014,24 +35833,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + + + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -34150,24 +35978,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + - - - -   - +
+
@@ -34286,24 +36123,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + - - - -   - +
+
@@ -34422,24 +36268,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + + + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + - - - -   - +
+
@@ -34558,24 +36413,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + + + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + - - - -   - +
+
@@ -34694,24 +36558,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + + + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + - - - -   - +
+
@@ -34830,24 +36703,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + + + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + - - - -   - +
+
@@ -34966,24 +36848,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + + + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + - - - -   - +
+
@@ -35102,24 +36993,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + - - - -   - +
+
@@ -35238,24 +37138,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + - - - -   - +
+
@@ -35374,24 +37283,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + - - - -   - +
+
@@ -35510,24 +37428,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + - - - -   - +
+
@@ -35646,24 +37573,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3FCe699F036325B142e5568992EaA020ee15518B + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + - - - -   - +
+
@@ -35782,24 +37718,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + - - - -   - +
+
@@ -35918,24 +37863,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + - - - -   - +
+
@@ -36054,24 +38008,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -36190,24 +38153,33 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -36503,7 +38475,7 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render and handle wallet current voting exception 1`] = - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -37793,450 +39781,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - - -   - -
-
- - - -
- - -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 2 - -
- - -
-
-
- - +
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - - -   - -
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- - - - - - - -
-
- - - - -
- - 3 - -
- - -
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - - - -   - -
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- - - - - - - -
-
- - - - -
- - 4 - -
- - -
-
-
- - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - - - - -   - +
@@ -38245,7 +39816,7 @@ exports[`Votes > should select a validator 1`] = ` class="hidden sm:table-cell" >
@@ -38263,7 +39834,7 @@ exports[`Votes > should select a validator 1`] = ` class="hidden sm:table-cell" >
@@ -38271,7 +39842,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54" + href="https://explorer-demo.mainsailhq.com/addresses/0xB8Be76b31E402a2D89294Aa107056484Bef94362" rel="noopener noreferrer" > should select a validator 1`] = ` class="w-30 min-w-32" >
- - - - - - - -
-
- - - - -
- - 5 - -
- - -
-
-
- - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - - - - -   - -
-
-
- - -
- -
- Active + Selected
-
-
-
- - - - - -
-
- - - - - - - +
@@ -38500,7 +39917,7 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 6 + 2
@@ -38509,24 +39926,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7762598E3e3203FAC062D2588e70950CF19F918B + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -38561,7 +39987,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x7762598E3e3203FAC062D2588e70950CF19F918B" + href="https://explorer-demo.mainsailhq.com/addresses/0x03BC306C369A55c0336EB003bB07F29E5c150F36" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + +
+ + 16 + +
+ + +
+
+
+
+
+ + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + +
+
@@ -40446,7 +42143,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x218A779dcAC83b284a4417A75128c3c881156bAE" + href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + +
+ + 24 + +
+ + +
+
+
+
+
+ + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + +
+
@@ -41461,7 +43375,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0" + href="https://explorer-demo.mainsailhq.com/addresses/0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + +
+ + 32 + +
+ + +
+
+
+
+
+ + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + + +
+
@@ -42476,7 +44607,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xC46C85b3Dc856cdD23ac864a38be2E12090e7715" + href="https://explorer-demo.mainsailhq.com/addresses/0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + +
+ + 34 + +
+ + +
+
+
+
+
+ + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + + +
+
@@ -42714,24 +45008,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + - - - -   - +
+
@@ -42859,24 +45162,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + + + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + - - - -   - +
+
@@ -43004,24 +45316,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + + + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -43149,24 +45470,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + - - - -   - +
+
@@ -43294,24 +45624,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + - - - -   - +
+
@@ -43439,24 +45778,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + + + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + - - - -   - +
+
@@ -43584,24 +45932,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + + + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + - - - -   - +
+
@@ -43729,24 +46086,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + + + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + - - - -   - +
+
@@ -43874,24 +46240,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + + + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + - - - -   - +
+
@@ -44019,24 +46394,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + + + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + - - - -   - +
+
@@ -44164,24 +46548,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + - - - -   - +
+
@@ -44309,24 +46702,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + - - - -   - +
+
@@ -44454,24 +46856,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + - - - -   - +
+
@@ -44599,24 +47010,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + - - - -   - +
+
@@ -44744,24 +47164,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3FCe699F036325B142e5568992EaA020ee15518B + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + - - - -   - +
+
@@ -44889,24 +47318,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + - - - -   - +
+
@@ -45034,24 +47472,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + - - - -   - +
+
@@ -45179,24 +47626,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -45324,24 +47780,33 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -45646,7 +48111,7 @@ exports[`Votes > should select a validator 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -46936,24 +49417,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - +
+
- 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -47072,24 +49562,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -47208,24 +49707,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x56F925416Ef2725646442D5E0150088bd7202aCd + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + - - - -   - +
+
@@ -47344,24 +49852,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + + + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 + - - - -   - +
+
@@ -47480,24 +49997,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + + + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + - - - -   - +
+
@@ -47616,24 +50142,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7762598E3e3203FAC062D2588e70950CF19F918B + + + 0x7762598E3e3203FAC062D2588e70950CF19F918B + - - - -   - +
+
@@ -47752,24 +50287,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x677fdAE653661CC73295728746E3653351d50887 + + + 0x677fdAE653661CC73295728746E3653351d50887 + - - - -   - +
+
@@ -47888,24 +50432,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xDF419379AD91b59005e438fB47deE4D610B997a5 + + + 0xDF419379AD91b59005e438fB47deE4D610B997a5 + - - - -   - +
+
@@ -48024,24 +50577,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + + + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db + - - - -   - +
+
@@ -48160,24 +50722,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + + + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe + - - - -   - +
+
@@ -48296,24 +50867,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x137c59f371a7049159ef19a72f908773Ade219b1 + + + 0x137c59f371a7049159ef19a72f908773Ade219b1 + - - - -   - +
+
@@ -48432,24 +51012,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x54e64501796D3040a826628490B5Ea755B56E965 + + + 0x54e64501796D3040a826628490B5Ea755B56E965 + - - - -   - +
+
@@ -48568,24 +51157,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + + + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 + - - - -   - +
+
@@ -48704,24 +51302,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + + + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 + - - - -   - +
+
@@ -48840,24 +51447,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + + + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + - - - -   - +
+
@@ -48976,24 +51592,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + - - - -   - +
+
@@ -49112,24 +51737,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3F8eCbF08078F22038235F9834540A960E99085b + + + 0x3F8eCbF08078F22038235F9834540A960E99085b + - - - -   - +
+
@@ -49248,24 +51882,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7e1372c9B66F434A22c429C600835894cE33641b + + + 0x7e1372c9B66F434A22c429C600835894cE33641b + - - - -   - +
+
@@ -49384,24 +52027,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x218A779dcAC83b284a4417A75128c3c881156bAE + + + 0x218A779dcAC83b284a4417A75128c3c881156bAE + - - - -   - +
+
@@ -49520,24 +52172,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + + + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + - - - -   - +
+
@@ -49656,24 +52317,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + - - - -   - +
+
@@ -49783,7 +52453,152 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 22 + 22 + + + + +
+
+
+
+
+ + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + +
+
+
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ +
+
+ + + + +
+ + 23
@@ -49792,160 +52607,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - - - - -   - -
-
- - - -
- -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 23 - -
- - -
-
-
- - - - 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 - - - - -   -
@@ -50064,24 +52752,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + - - - -   - +
+
@@ -50200,24 +52897,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + - - - -   - +
+
@@ -50336,24 +53042,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + + + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + - - - -   - +
+
@@ -50472,24 +53187,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + + + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + - - - -   - +
+
@@ -50608,24 +53332,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + + + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + - - - -   - +
+
@@ -50744,24 +53477,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + + + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + - - - -   - +
+
@@ -50880,24 +53622,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x373012E575CFD07dCd1139AEb3D71188677039be + + + 0x373012E575CFD07dCd1139AEb3D71188677039be + - - - -   - +
+
@@ -51016,24 +53767,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + + + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + - - - -   - +
+
@@ -51152,24 +53912,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + - - - -   - +
+
@@ -51288,24 +54057,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + + + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + - - - -   - +
+
@@ -51424,24 +54202,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x4041C30B708da49227856c005a656F55fe44eF1C + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + - - - -   - +
+
@@ -51560,24 +54347,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + - - - -   - +
+
@@ -51696,24 +54492,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + + + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + - - - -   - +
+
@@ -51832,24 +54637,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + + + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -51968,24 +54782,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + - - - -   - +
+
@@ -52104,24 +54927,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + - - - -   - +
+
@@ -52240,24 +55072,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + + + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + - - - -   - +
+
@@ -52376,24 +55217,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + + + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + - - - -   - +
+
@@ -52512,24 +55362,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + + + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + - - - -   - +
+
@@ -52648,24 +55507,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + + + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + - - - -   - +
+
@@ -52784,24 +55652,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + + + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + - - - -   - +
+
@@ -52920,24 +55797,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + - - - -   - +
+
@@ -53056,24 +55942,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + - - - -   - +
+
@@ -53192,24 +56087,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + - - - -   - +
+
@@ -53328,24 +56232,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + - - - -   - +
+
@@ -53464,24 +56377,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3FCe699F036325B142e5568992EaA020ee15518B + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + - - - -   - +
+
@@ -53600,24 +56522,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + - - - -   - +
+
@@ -53736,24 +56667,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + - - - -   - +
+
@@ -53872,24 +56812,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -54008,24 +56957,33 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -54321,7 +57279,7 @@ exports[`Votes > should select an address and validator 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select an address and validator 1`] = ` - - - - 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 - - - +
+
+
+ + + + 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 + + +
+
+
@@ -55664,305 +58638,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - - - -   - -
-
- - - -
- - -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 2 - -
- - -
-
-
- - +
- 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - - - -   - -
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- - - - - - - -
-
- - - - -
- - 3 - -
- - -
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + - - - -   - +
+
@@ -55971,7 +58673,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="hidden sm:table-cell" >
@@ -55989,7 +58691,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="hidden sm:table-cell" >
@@ -55997,7 +58699,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x56F925416Ef2725646442D5E0150088bd7202aCd" + href="https://explorer-demo.mainsailhq.com/addresses/0xB8Be76b31E402a2D89294Aa107056484Bef94362" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` class="w-30 min-w-32" >
- - - - - - - -
-
- - - - -
- - 4 - -
- - -
-
-
- - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - - - - -   - -
-
-
- - -
- -
- Active + Selected
-
-
-
- - - - - -
-
- - - - - - - +
@@ -56226,7 +58774,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 5 + 2
@@ -56235,24 +58783,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + - - - -   - +
+
@@ -56287,7 +58844,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87" + href="https://explorer-demo.mainsailhq.com/addresses/0x03BC306C369A55c0336EB003bB07F29E5c150F36" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + + + + + + + + +
+ + 16 + +
+ + +
+
+
+
+
+ + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + +
+
@@ -58172,7 +61000,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x7e1372c9B66F434A22c429C600835894cE33641b" + href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + + + + + + + @@ -58682,7 +61546,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 22 + 20 @@ -58691,24 +61555,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a + - - - -   - +
+
@@ -58743,7 +61616,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" + href="https://explorer-demo.mainsailhq.com/addresses/0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + + + + should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 23 + 22 @@ -58836,24 +61854,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + - - - -   - +
+
@@ -58888,7 +61915,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7" + href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > +
+
+ + + + + + +
+ + 24 + +
+ + +
+
+
+
+
+ + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + +
+
@@ -59126,24 +62316,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + - - - -   - +
+
@@ -59271,24 +62470,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + + + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 + - - - -   - +
+
@@ -59416,24 +62624,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + + + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 + - - - -   - +
+
@@ -59561,24 +62778,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + + + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB + - - - -   - +
+
@@ -59706,24 +62932,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + + + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 + - - - -   - +
+
@@ -59851,24 +63086,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x373012E575CFD07dCd1139AEb3D71188677039be + + + 0x373012E575CFD07dCd1139AEb3D71188677039be + - - - -   - +
+
@@ -59996,24 +63240,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + + + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c + - - - -   - +
+
@@ -60141,24 +63394,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd + - - - -   - +
+
@@ -60286,24 +63548,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + + + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 + - - - -   - +
+
@@ -60431,24 +63702,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x4041C30B708da49227856c005a656F55fe44eF1C + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + - - - -   - +
+
@@ -60576,24 +63856,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + - - - -   - +
+
@@ -60721,24 +64010,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + + + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 + - - - -   - +
+
@@ -60866,24 +64164,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + + + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 + - - - -   - +
+
@@ -61011,24 +64318,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + - - - -   - +
+
@@ -61156,24 +64472,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + - - - -   - +
+
@@ -61301,24 +64626,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + + + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe + - - - -   - +
+
@@ -61446,24 +64780,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + + + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 + - - - -   - +
+
@@ -61591,24 +64934,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + + + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da + - - - -   - +
+
@@ -61736,24 +65088,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + + + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db + - - - -   - +
+
@@ -61881,24 +65242,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + + + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE + - - - -   - +
+
@@ -62026,24 +65396,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + + + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B + - - - -   - +
+
@@ -62171,24 +65550,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + + + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De + - - - -   - +
+
@@ -62316,24 +65704,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + - - - -   - +
+
@@ -62461,24 +65858,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + - - - -   - +
+
@@ -62606,24 +66012,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x3FCe699F036325B142e5568992EaA020ee15518B + + + 0x3FCe699F036325B142e5568992EaA020ee15518B + - - - -   - +
+
@@ -62751,24 +66166,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x69aD988298FB856adD785070781aaE6370cf0093 + + + 0x69aD988298FB856adD785070781aaE6370cf0093 + - - - -   - +
+
@@ -62896,24 +66320,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + + + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 + - - - -   - +
+
@@ -63041,24 +66474,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + - - - -   - +
+
@@ -63186,24 +66628,33 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
- - +
+
- 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + - - - -   - +
+
@@ -63508,7 +66959,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should trigger network connection warning 1`] = ` - - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
diff --git a/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap b/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap index 476017aaea..239e4e811f 100644 --- a/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap +++ b/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap @@ -191,18 +191,34 @@ exports[`DeleteWallet > should render a modal 1`] = ` class="absolute inset-y-0 left-4 flex items-center border border-transparent right-4" >
- - - - 0x125b484e51Ad990b5b3140931f3BD8eAee85Db23 - - - +
+
+
+ + + + 0x125b484e51Ad990b5b3140931f3BD8eAee85Db23 + + +
+
+
should render with a wallet name 1`] = ` data-testid="ReceiveFunds__Name_Address" >
should render with a wallet name 1`] = ` - - - - abc - - - +
+
+
+ + + + abc + + +
+
+
@@ -483,18 +499,34 @@ exports[`#WalletVote > WalletVote > should render as all resigned 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -2373,18 +2405,34 @@ exports[`#WalletVote > WalletVote > single vote networks > should render a vote class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -2463,18 +2511,34 @@ exports[`#WalletVote > WalletVote > single vote networks > should render a vote class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
@@ -2657,18 +2721,34 @@ exports[`#WalletVote > WalletVote > single vote networks > should render a vote class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - - +
+
+
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
+
+
From 7a5941e17b3600324be91eb2ac3c45c7ff357615 Mon Sep 17 00:00:00 2001 From: goga-m Date: Fri, 29 May 2026 13:59:19 +0200 Subject: [PATCH 13/16] wip This reverts commit ce810c4954333def1e09aeaa29277aab502352a5. --- src/app/components/Address/Address.test.tsx | 6 + src/app/components/Address/Address.tsx | 82 +++++++-- src/app/components/Address/AddressLink.tsx | 20 ++- .../MiddleTruncate/MiddleTruncate.tsx | 51 ------ .../MiddleTruncate/ResizeContainer.tsx | 29 ---- src/app/components/MiddleTruncate/index.tsx | 1 - .../TruncateMiddleDynamic.contracts.ts | 10 ++ .../TruncateMiddleDynamic.test.tsx | 162 ++++++++++++++++++ .../TruncateMiddleDynamic.tsx | 79 +++++++++ .../TruncateMiddleDynamic.test.tsx.snap | 77 +++++++++ .../components/TruncateMiddleDynamic/index.ts | 1 + .../WalletListItem/WalletListItem.blocks.tsx | 2 + .../ContactListItem/ContactListItem.tsx | 5 +- .../dashboard/pages/Dashboard/Dashboard.tsx | 1 + .../ExchangeForm/ConfirmationStep.tsx | 2 + .../components/ExchangeForm/ReviewStep.tsx | 10 +- .../components/ExchangeForm/StatusStep.tsx | 14 +- .../ExchangeTransactionsRow.tsx | 1 + .../components/SignMessage/SuccessStep.tsx | 1 + .../AddressesSidePanel/MobileAddressRow.tsx | 1 + .../Ledger/LedgerImportStep.blocks.tsx | 9 +- .../PortfolioHeader.blocks.tsx | 1 + .../PortfolioHeader/PortfolioHeader.tsx | 1 + .../AddTokenSidePanel/AddTokenSidePanel.tsx | 1 + .../DeleteTokenConfirmationModal.tsx | 1 + .../TokensDetailSidepanel.tsx | 1 + .../RecipientsModal/RecipientsTable.tsx | 1 + .../TokensTransferred/TokensTransferred.tsx | 1 + .../TransactionAddresses.tsx | 2 + .../TransactionRecipient.tsx | 1 + .../TransactionId/TransactionId.tsx | 17 +- .../TransactionType/TransactionType.tsx | 1 + .../TransactionRowAddressing.tsx | 1 + .../VoteTransactionType.tsx | 3 + .../ValidatorRow/ValidatorRow.tsx | 1 + 35 files changed, 479 insertions(+), 118 deletions(-) delete mode 100644 src/app/components/MiddleTruncate/MiddleTruncate.tsx delete mode 100644 src/app/components/MiddleTruncate/ResizeContainer.tsx delete mode 100644 src/app/components/MiddleTruncate/index.tsx create mode 100644 src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.contracts.ts create mode 100644 src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.test.tsx create mode 100644 src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.tsx create mode 100644 src/app/components/TruncateMiddleDynamic/__snapshots__/TruncateMiddleDynamic.test.tsx.snap create mode 100644 src/app/components/TruncateMiddleDynamic/index.ts diff --git a/src/app/components/Address/Address.test.tsx b/src/app/components/Address/Address.test.tsx index ac99caa86c..3442914e7c 100644 --- a/src/app/components/Address/Address.test.tsx +++ b/src/app/components/Address/Address.test.tsx @@ -24,6 +24,12 @@ describe("Formatted Address", () => { expect(container).toMatchSnapshot(); }); + it.each([true, false])("should render with truncate on table = %s", (truncateOnTable) => { + const { container } = render(
); + + expect(container).toMatchSnapshot(); + }); + it.each(["center", "right"])("should render with %s alignment", (alignment) => { const { container } = render(
); diff --git a/src/app/components/Address/Address.tsx b/src/app/components/Address/Address.tsx index e5dc655e8a..d48a0efbef 100644 --- a/src/app/components/Address/Address.tsx +++ b/src/app/components/Address/Address.tsx @@ -1,12 +1,14 @@ import cn from "classnames"; +import React, { useMemo, useRef, useState, useLayoutEffect, JSX } from "react"; +import { useResizeDetector } from "react-resize-detector"; import { TruncateEnd } from "@/app/components/TruncateEnd"; +import { TruncateMiddleDynamic } from "@/app/components/TruncateMiddleDynamic"; import { Size } from "@/types"; import { Clipboard } from "@/app/components/Clipboard"; import { useTranslation } from "react-i18next"; import { Icon } from "@/app/components/Icon"; import { twMerge } from "tailwind-merge"; -import { MiddleTruncate } from "@/app/components/MiddleTruncate"; interface Properties { walletName?: string; @@ -17,11 +19,35 @@ interface Properties { walletNameClass?: string; wrapperClass?: string; size?: Size; + fontWeight?: "normal"; + truncateOnTable?: boolean; orientation?: "horizontal" | "vertical"; showCopyButton?: boolean; showTooltip?: boolean; } +const AddressWrapper = ({ + children, + alignment, + truncateOnTable, +}: { + children: JSX.Element; + alignment?: string; + truncateOnTable?: boolean; +}) => + truncateOnTable ? ( +
+ {children} + {/* The workaround used to make the truncating work on tables means + wrapping the address on a DIV with an absolute position that doesn't + keep the space for the element, so we need to add an empty element + as a spacer. */} +   +
+ ) : ( + <>{children} + ); + const getFontSize = (size?: Size) => { const fontSizes = { default: "text-base", @@ -32,27 +58,53 @@ const getFontSize = (size?: Size) => { return fontSizes[size as keyof typeof fontSizes] || fontSizes.default; }; +const getFontWeight = (fontWeight = "semibold") => `font-${fontWeight}`; + export const Address = ({ address, addressClass, alignment, walletNameClass, + fontWeight, walletName, wrapperClass, maxNameChars = 16, size, + truncateOnTable, orientation = "horizontal", showCopyButton, showTooltip = true, }: Properties) => { + const aliasReference = useRef(null); const { t } = useTranslation(); + const [aliasWidth, setAliasWidth] = useState(0); + + const { ref, width } = useResizeDetector({ handleHeight: false }); + + useLayoutEffect(() => { + if (aliasReference.current) { + setAliasWidth(aliasReference.current.getBoundingClientRect().width); + } + }, [walletName, width]); + + const availableWidth = useMemo(() => { + if (width) { + if (orientation === "horizontal") { + return width - (walletName ? aliasWidth + 8 : 0) - (showCopyButton ? 8 : 0); + } else { + return width; + } + } + return 0; + }, [width, orientation, showCopyButton, walletName, aliasWidth]); return (
{walletName && ( @@ -75,28 +128,25 @@ export const Address = ({ /> )} - {address && ( <> -
-
+ - -
-
+ showTooltip={showTooltip} + /> + {showCopyButton && ( ( -
- -
-); +export const AddressLabel = ({ children, className }: { children: string; className?: string }) => { + const reference = useRef(null); + + return ( +
+ +
+ ); +}; diff --git a/src/app/components/MiddleTruncate/MiddleTruncate.tsx b/src/app/components/MiddleTruncate/MiddleTruncate.tsx deleted file mode 100644 index c47954350f..0000000000 --- a/src/app/components/MiddleTruncate/MiddleTruncate.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import { useRef } from "react"; -import { ResizeContainer } from "./ResizeContainer"; - -interface Dimensions { - width: number; - lineHeight: number; -} -function MiddleTruncateContent({ text = "", dimensions }: { text?: string; dimensions: Dimensions }) { - const ghostRef = useRef(null); - - const middlePosition = Math.ceil(text.length / 2); - const firstHalf = text.slice(0, middlePosition); - const secondHalf = text.slice(middlePosition); - - // Ghost element always has the actual size of the text. - const offset = 5; - const ghostWidth = ghostRef.current?.clientWidth ?? 0; - const isFitting = dimensions?.width >= ghostWidth - offset; - - return ( - - - {text} - - - {isFitting === true && ( - {text} - )} - - {isFitting === false && ( - <> - - {firstHalf} - - ... - - {secondHalf} - - - )} - - ); -} - -export function MiddleTruncate({ text }: { text?: string }) { - return ( - - {(dimensions: Dimensions) => } - - ); -} diff --git a/src/app/components/MiddleTruncate/ResizeContainer.tsx b/src/app/components/MiddleTruncate/ResizeContainer.tsx deleted file mode 100644 index 43d13563b0..0000000000 --- a/src/app/components/MiddleTruncate/ResizeContainer.tsx +++ /dev/null @@ -1,29 +0,0 @@ -import { useState, useRef, useLayoutEffect } from "react"; - -export const ResizeContainer = ({ children }) => { - const containerRef = useRef(null); - const [dimensions, setDimensions] = useState({ height: 0, lineHeight: 0, width: 0 }); - - useLayoutEffect(() => { - if (!containerRef.current) { - return; - } - - const observer = new ResizeObserver((entries) => { - for (let entry of entries) { - const { width, height } = entry.contentRect; - setDimensions({ - height, - lineHeight: Number.parseFloat(getComputedStyle(entry.target).lineHeight), - width, - }); - } - }); - - observer.observe(containerRef.current); - - return () => observer.disconnect(); - }, []); - - return
{typeof children === "function" ? children(dimensions) : children}
; -}; diff --git a/src/app/components/MiddleTruncate/index.tsx b/src/app/components/MiddleTruncate/index.tsx deleted file mode 100644 index c5ff3d86eb..0000000000 --- a/src/app/components/MiddleTruncate/index.tsx +++ /dev/null @@ -1 +0,0 @@ -export * from "./MiddleTruncate"; diff --git a/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.contracts.ts b/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.contracts.ts new file mode 100644 index 0000000000..6e18e8769b --- /dev/null +++ b/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.contracts.ts @@ -0,0 +1,10 @@ +import React, { RefObject } from "react"; +import { OnRefChangeType } from "react-resize-detector/build/types/types"; + +export type TruncateMiddleDynamicProperties = { + value: string; + offset?: number; + parentRef?: RefObject | OnRefChangeType | RefObject; + availableWidth?: number; + showTooltip?: boolean; +} & React.HTMLProps; diff --git a/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.test.tsx b/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.test.tsx new file mode 100644 index 0000000000..c057aa7bf5 --- /dev/null +++ b/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.test.tsx @@ -0,0 +1,162 @@ +import userEvent from "@testing-library/user-event"; +import React, { useRef } from "react"; +import * as useResizeDetectorModule from "react-resize-detector"; + +import { getTruncatedValue, TruncateMiddleDynamic } from "./TruncateMiddleDynamic"; +import { render, screen } from "@/utils/testing-library"; + +vi.mock("react-resize-detector", () => ({ + useResizeDetector: () => ({ ref: null }), +})); + +describe("TruncateMiddleDynamic", () => { + const valueToTruncate = "Lorem ipsum dolor sit amet consectetur adipisicing elit."; + + const useResizeDetectorSpy = vi.spyOn(useResizeDetectorModule, "useResizeDetector"); + const getBoundingClientRectSpy = vi.spyOn(Element.prototype, "getBoundingClientRect"); + + const parentElement = document.createElement("div"); + const parentElementReference = { current: parentElement } as React.RefObject; + + const Component = ({ + value, + offset, + availableWidth, + }: { + value: string; + offset?: number; + availableWidth?: number; + }) => { + const referenceElement = useRef(parentElement); + + return ( + + ); + }; + + afterEach(() => { + useResizeDetectorSpy.mockReset(); + getBoundingClientRectSpy.mockReset(); + }); + + afterAll(() => { + useResizeDetectorSpy.mockRestore(); + getBoundingClientRectSpy.mockRestore(); + }); + + it("should render", () => { + const { asFragment } = render(); + + expect(screen.getByText(valueToTruncate)).toBeInTheDocument(); + + expect(asFragment()).toMatchSnapshot(); + }); + + it.skip("should render with tooltip in the dark mode", () => { + useResizeDetectorSpy + .mockReturnValueOnce({ ref: parentElementReference, width: 50 }) + .mockReturnValue({ ref: parentElementReference, width: 30 }); + + getBoundingClientRectSpy + .mockReturnValueOnce({ width: 40 } as DOMRect) + .mockReturnValueOnce({ width: 40 } as DOMRect) + .mockReturnValueOnce({ width: 35 } as DOMRect) + .mockReturnValue({ width: 20 } as DOMRect); + + render(); + + userEvent.hover(screen.getByText("Lorem ipsum dolor sit amet…sectetur adipisicing elit.")); + + expect(screen.getByRole("tooltip")).toHaveAttribute("data-theme", "dark"); + }); + + it("should return the value if the elements have no width", () => { + useResizeDetectorSpy.mockReturnValue({ ref: parentElementReference, width: 0 }); + getBoundingClientRectSpy.mockReturnValue({ width: 0 } as DOMRect); + + const { asFragment, rerender } = render(); + + expect(screen.getByText(valueToTruncate)).toBeInTheDocument(); + expect(asFragment()).toMatchSnapshot(); + + rerender(); + + expect(screen.getByText(valueToTruncate)).toBeInTheDocument(); + }); + + it("should return the value if it fits the given container", () => { + useResizeDetectorSpy.mockReturnValue({ ref: parentElementReference, width: 100 }); + getBoundingClientRectSpy.mockReturnValue({ width: 50 } as DOMRect); + + render(); + + expect(screen.getByText(valueToTruncate)).toBeInTheDocument(); + }); + + it("should truncate the value if it does not fit the given container", () => { + useResizeDetectorSpy + .mockReturnValueOnce({ ref: parentElementReference, width: 100 }) + .mockReturnValue({ ref: parentElementReference, width: 30 }); + + getBoundingClientRectSpy + .mockReturnValueOnce({ width: 50 } as DOMRect) + .mockReturnValueOnce({ width: 50 } as DOMRect) + .mockReturnValueOnce({ width: 45 } as DOMRect) + .mockReturnValueOnce({ width: 40 } as DOMRect) + .mockReturnValueOnce({ width: 35 } as DOMRect) + .mockReturnValueOnce({ width: 30 } as DOMRect) + .mockReturnValueOnce({ width: 20 } as DOMRect); + + render(); + + expect(screen.getByText("Lorem ipsum dolor sit …etur adipisicing elit.")).toBeInTheDocument(); + }); + + it("should return value with default offset", () => { + getBoundingClientRectSpy + .mockReturnValueOnce({ width: 50 } as DOMRect) + .mockReturnValueOnce({ width: 45 } as DOMRect) + .mockReturnValueOnce({ width: 40 } as DOMRect) + .mockReturnValueOnce({ width: 35 } as DOMRect) + .mockReturnValueOnce({ width: 30 } as DOMRect) + .mockReturnValueOnce({ width: 20 } as DOMRect); + + expect(getTruncatedValue(parentElement, 30, valueToTruncate)).toBe( + "Lorem ipsum dolor sit am…ctetur adipisicing elit.", + ); + }); + + it("should truncate value if doesn't overflow and availableWidth is set", () => { + useResizeDetectorSpy.mockReturnValue({ ref: parentElementReference, width: 100 }); + getBoundingClientRectSpy.mockReturnValue({ width: 100 } as DOMRect); + + const { asFragment } = render(); + + expect(asFragment()).toMatchSnapshot(); + }); + + it("should truncate value if it overflows and availableWidth is set", () => { + useResizeDetectorSpy.mockReturnValue({ ref: parentElementReference, width: 100 }); + getBoundingClientRectSpy.mockReturnValue({ width: 100 } as DOMRect); + + const { asFragment } = render(); + + expect(asFragment()).toMatchSnapshot(); + + vi.restoreAllMocks(); + }); + + it("should return the value if it overflows the given container", () => { + useResizeDetectorSpy.mockReturnValue({ ref: parentElementReference, width: 100 }); + getBoundingClientRectSpy.mockReturnValue({ width: 0 } as DOMRect); + + render(); + + expect(screen.getByText(valueToTruncate)).toBeInTheDocument(); + }); +}); diff --git a/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.tsx b/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.tsx new file mode 100644 index 0000000000..5b69c27512 --- /dev/null +++ b/src/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.tsx @@ -0,0 +1,79 @@ +import cn from "classnames"; +import React, { useLayoutEffect, useRef, useState } from "react"; + +import { TruncateMiddleDynamicProperties } from "@/app/components/TruncateMiddleDynamic/TruncateMiddleDynamic.contracts"; +import { Tooltip } from "@/app/components/Tooltip"; + +export const getTruncatedValue = (referenceElement: HTMLElement, elementWidth: number, value: string, offset = 0) => { + const hasOverflow = (element: HTMLElement) => element.getBoundingClientRect().width > elementWidth - offset; + + const getTruncatedValue = (mid: number) => { + const prefix = value.slice(0, Math.max(0, mid)); + const suffix = value.slice(-mid); + + return `${prefix}…${suffix}`; + }; + + const element = document.createElement("span"); + element.innerHTML = value; + element.classList.add("fixed", "invisible", "w-auto", "whitespace-nowrap", "m-0!", "p-0!"); + referenceElement.append(element); + + if (!hasOverflow(element)) { + element.remove(); + return value; + } + + let temporary = value; + let mid = Math.floor(value.length / 2) - 1; + do { + temporary = getTruncatedValue(mid); + mid--; + + element.innerHTML = temporary; + } while (mid && hasOverflow(element)); + + // TODO: revisit this hardcoded condition + if (value !== "DJqwFiSdTR2TRPDxTQ8bnUmdnxaSTguF3b") { + element.remove(); + } + + return temporary; +}; + +export const TruncateMiddleDynamic = ({ + value, + offset = 0, + className, + parentRef, + availableWidth, + showTooltip = true, + ...properties +}: TruncateMiddleDynamicProperties) => { + const [truncatedValue, setTruncatedValue] = useState(value); + + const internalReference = useRef(null); + const spanReference = parentRef ?? internalReference; + + const width = availableWidth || spanReference?.current?.clientWidth; + + useLayoutEffect(() => { + if (!internalReference?.current || !width) { + return; + } + + setTruncatedValue(getTruncatedValue(internalReference.current, width, value, offset)); + }, [value, internalReference, width, offset]); + + return ( + + + {truncatedValue} + + + ); +}; diff --git a/src/app/components/TruncateMiddleDynamic/__snapshots__/TruncateMiddleDynamic.test.tsx.snap b/src/app/components/TruncateMiddleDynamic/__snapshots__/TruncateMiddleDynamic.test.tsx.snap new file mode 100644 index 0000000000..1055a4030f --- /dev/null +++ b/src/app/components/TruncateMiddleDynamic/__snapshots__/TruncateMiddleDynamic.test.tsx.snap @@ -0,0 +1,77 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`TruncateMiddleDynamic > should render 1`] = ` + + + + + Lorem ipsum dolor sit amet consectetur adipisicing elit. + + + + +`; + +exports[`TruncateMiddleDynamic > should return the value if it fits the given container 1`] = ` + + + Lorem ipsum dolor sit amet consectetur adipisicing elit. + + +`; + +exports[`TruncateMiddleDynamic > should return the value if it overflows the given container 1`] = ` + + + Lorem ipsum dolor sit amet consectetur adipisicing elit. + + +`; + +exports[`TruncateMiddleDynamic > should return the value if the elements have no width 1`] = ` + + + + + Lorem ipsum dolor sit amet consectetur adipisicing elit. + + + + +`; + +exports[`TruncateMiddleDynamic > should truncate value if doesn't overflow and availableWidth is set 1`] = ` + + + + + L…. + + + + +`; + +exports[`TruncateMiddleDynamic > should truncate value if it overflows and availableWidth is set 1`] = ` + + + + + D…b + + + + +`; diff --git a/src/app/components/TruncateMiddleDynamic/index.ts b/src/app/components/TruncateMiddleDynamic/index.ts new file mode 100644 index 0000000000..ca30dbf775 --- /dev/null +++ b/src/app/components/TruncateMiddleDynamic/index.ts @@ -0,0 +1 @@ +export * from "./TruncateMiddleDynamic"; diff --git a/src/app/components/WalletListItem/WalletListItem.blocks.tsx b/src/app/components/WalletListItem/WalletListItem.blocks.tsx index 15e3d742b9..b0c43e2d5e 100644 --- a/src/app/components/WalletListItem/WalletListItem.blocks.tsx +++ b/src/app/components/WalletListItem/WalletListItem.blocks.tsx @@ -107,6 +107,7 @@ export const RecipientItemMobile = ({
@@ -286,6 +287,7 @@ export const ReceiverItemMobile: React.FC = ({
diff --git a/src/domains/contact/components/ContactListItem/ContactListItem.tsx b/src/domains/contact/components/ContactListItem/ContactListItem.tsx index 2ef9181ee2..5e34d3444b 100644 --- a/src/domains/contact/components/ContactListItem/ContactListItem.tsx +++ b/src/domains/contact/components/ContactListItem/ContactListItem.tsx @@ -6,6 +6,7 @@ import { ContactListItemOption, ContactListItemProperties, } from "./ContactListItem.contracts"; +import { Address } from "@/app/components/Address"; import { Button } from "@/app/components/Button"; import { Clipboard } from "@/app/components/Clipboard"; import { Dropdown } from "@/app/components/Dropdown"; @@ -65,7 +66,9 @@ const ContactListItemAddress: FC = ({ -
+
+
+
diff --git a/src/domains/dashboard/pages/Dashboard/Dashboard.tsx b/src/domains/dashboard/pages/Dashboard/Dashboard.tsx index 1ce0e83404..ecedc6d6a7 100755 --- a/src/domains/dashboard/pages/Dashboard/Dashboard.tsx +++ b/src/domains/dashboard/pages/Dashboard/Dashboard.tsx @@ -236,6 +236,7 @@ export const Dashboard = ({ hasFocus }: { hasFocus?: boolean }) => {
diff --git a/src/domains/exchange/components/ExchangeForm/ConfirmationStep.tsx b/src/domains/exchange/components/ExchangeForm/ConfirmationStep.tsx index a0d27e7ae2..7c52f7a77a 100644 --- a/src/domains/exchange/components/ExchangeForm/ConfirmationStep.tsx +++ b/src/domains/exchange/components/ExchangeForm/ConfirmationStep.tsx @@ -73,6 +73,7 @@ export const ConfirmationStep = ({ exchangeTransaction, profile, exchangeName }:
-
- -
+
{estimatedTime && ( diff --git a/src/domains/exchange/components/ExchangeForm/StatusStep.tsx b/src/domains/exchange/components/ExchangeForm/StatusStep.tsx index 7078940378..550f55c4e0 100644 --- a/src/domains/exchange/components/ExchangeForm/StatusStep.tsx +++ b/src/domains/exchange/components/ExchangeForm/StatusStep.tsx @@ -7,11 +7,11 @@ import { Amount } from "@/app/components/Amount"; import { Clipboard } from "@/app/components/Clipboard"; import { Icon } from "@/app/components/Icon"; import { Link } from "@/app/components/Link"; +import { TruncateMiddleDynamic } from "@/app/components/TruncateMiddleDynamic"; import { useExchangeContext } from "@/domains/exchange/contexts/Exchange"; import { useOrderStatus } from "@/domains/exchange/hooks/use-order-status"; import { delay } from "@/utils/delay"; import { FormItem, FormItemRow } from "./ExchangeForm.blocks"; -import { MiddleTruncate } from "@/app/components/MiddleTruncate"; interface StatusStepProperties { transferTransactionId: string | undefined; @@ -79,7 +79,10 @@ export const StatusStep = ({ exchangeTransaction, onUpdate, transferTransactionI
- + @@ -90,7 +93,7 @@ export const StatusStep = ({ exchangeTransaction, onUpdate, transferTransactionI {transferTransactionId && (
- + @@ -118,7 +121,10 @@ export const StatusStep = ({ exchangeTransaction, onUpdate, transferTransactionI
- + diff --git a/src/domains/exchange/components/ExchangeTransactionsTable/ExchangeTransactionsRow.tsx b/src/domains/exchange/components/ExchangeTransactionsTable/ExchangeTransactionsRow.tsx index f8782bffe1..49d7db16cb 100644 --- a/src/domains/exchange/components/ExchangeTransactionsTable/ExchangeTransactionsRow.tsx +++ b/src/domains/exchange/components/ExchangeTransactionsTable/ExchangeTransactionsRow.tsx @@ -128,6 +128,7 @@ export const ExchangeTransactionsRow = ({ {exchangeTransaction.orderId() ? (
) : ( diff --git a/src/domains/message/components/SignMessage/SuccessStep.tsx b/src/domains/message/components/SignMessage/SuccessStep.tsx index 1935d27c12..3cd9ef6941 100644 --- a/src/domains/message/components/SignMessage/SuccessStep.tsx +++ b/src/domains/message/components/SignMessage/SuccessStep.tsx @@ -24,6 +24,7 @@ export const SigningMessageInfo = ({
{t("COMMON.ADDRESS")}
diff --git a/src/domains/portfolio/components/ImportWallet/Ledger/LedgerImportStep.blocks.tsx b/src/domains/portfolio/components/ImportWallet/Ledger/LedgerImportStep.blocks.tsx index 68d490821d..abbdb957fa 100644 --- a/src/domains/portfolio/components/ImportWallet/Ledger/LedgerImportStep.blocks.tsx +++ b/src/domains/portfolio/components/ImportWallet/Ledger/LedgerImportStep.blocks.tsx @@ -126,7 +126,7 @@ export const SingleImport = ({
-
+

@@ -234,7 +234,12 @@ export const MultipleImport = ({
-
+
diff --git a/src/domains/tokens/components/AddTokenSidePanel/AddTokenSidePanel.tsx b/src/domains/tokens/components/AddTokenSidePanel/AddTokenSidePanel.tsx index 5dcce52412..ff352f8bdd 100644 --- a/src/domains/tokens/components/AddTokenSidePanel/AddTokenSidePanel.tsx +++ b/src/domains/tokens/components/AddTokenSidePanel/AddTokenSidePanel.tsx @@ -232,6 +232,7 @@ export const AddTokenSidePanel = ({
= ({ recipients, ticker }
{t("COMMON.FROM")}
{t("COMMON.CONTRACT")}
{ + if (!mounted) { + setMounted(true); + } + }, [mounted]); return (
-
- +
+
diff --git a/src/domains/transaction/components/TransactionDetail/TransactionType/TransactionType.tsx b/src/domains/transaction/components/TransactionDetail/TransactionType/TransactionType.tsx index b6ed9c89c0..759e2109fa 100644 --- a/src/domains/transaction/components/TransactionDetail/TransactionType/TransactionType.tsx +++ b/src/domains/transaction/components/TransactionDetail/TransactionType/TransactionType.tsx @@ -183,6 +183,7 @@ export const ActionType = ({
{t("COMMON.OLD_VALIDATOR")}
{t("COMMON.NEW_VALIDATOR")}
Date: Fri, 29 May 2026 14:05:24 +0200 Subject: [PATCH 14/16] Revert "chore: update snapshots" This reverts commit 09def429ddda224b7ab6de074dfc9b6c38466719. --- .../ContactListItemMobile.test.tsx.snap | 4 +-- .../__snapshots__/Contacts.test.tsx.snap | 6 ++-- .../__snapshots__/Dashboard.test.tsx.snap | 12 +++---- .../__snapshots__/ExchangeForm.test.tsx.snap | 4 +-- .../__snapshots__/SuccessStep.test.tsx.snap | 4 +-- .../__snapshots__/SuccessStep.test.tsx.snap | 4 +-- .../LedgerImportStep.test.tsx.snap | 12 +++---- .../SearchRecipient.test.tsx.snap | 34 +++++++++---------- .../__snapshots__/LedgerReview.test.tsx.snap | 6 ++-- .../UsernameRegistrationForm.test.tsx.snap | 2 +- .../__snapshots__/ReviewStep.test.tsx.snap | 2 +- .../ValidatorRegistrationForm.test.tsx.snap | 2 +- .../__snapshots__/AddressRow.test.tsx.snap | 26 +++++++------- .../__snapshots__/AddressTable.test.tsx.snap | 6 ++-- .../__snapshots__/ReceiveFunds.test.tsx.snap | 4 +-- 15 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap b/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap index 8c0f317426..1e04358e33 100644 --- a/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap +++ b/src/domains/contact/components/ContactListItemMobile/__snapshots__/ContactListItemMobile.test.tsx.snap @@ -132,7 +132,7 @@ exports[`ContactListItemMobile > should render 1`] = `
`; @@ -306,7 +223,7 @@ exports[`Formatted Address > should render with vertical orientation 2`] = ` exports[`Formatted Address > should render with wallet name 1`] = `
should render with wallet name 1`] = ` -
-
-
- - - - ASuusXSW9kfWnicScSgUTjttP6T9GQ3kqT - - -
-
-
+ + + + ASuusXSW9kfWnicScSgUTjttP6T9GQ3kqT + + +
`; diff --git a/src/app/components/Notifications/__snapshots__/NotificationTransactionItem.test.tsx.snap b/src/app/components/Notifications/__snapshots__/NotificationTransactionItem.test.tsx.snap index 94363d76e7..643ed0d64e 100644 --- a/src/app/components/Notifications/__snapshots__/NotificationTransactionItem.test.tsx.snap +++ b/src/app/components/Notifications/__snapshots__/NotificationTransactionItem.test.tsx.snap @@ -24,7 +24,7 @@ exports[`Notifications > should render in xs 1`] = ` class="xs:w-50 w-40 min-[480px]:w-2/3" >
should render in xs 1`] = ` -
-
-
- - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - - -
-
-
+ + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + +
@@ -125,7 +109,7 @@ exports[`Notifications > should render in xs 2`] = ` class="xs:w-50 w-40 min-[480px]:w-2/3" >
should render in xs 2`] = ` -
-
-
- - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - - -
-
-
+ + + + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 + + +
@@ -227,7 +195,7 @@ exports[`Notifications > should render in xs 3`] = ` class="w-20 flex-1" >
should render in xs 3`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -344,7 +296,7 @@ exports[`Notifications > should render in xs 4`] = ` class="w-20 flex-1" >
should render in xs 4`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -461,7 +397,7 @@ exports[`Notifications > should render in xs 5`] = ` class="w-20 flex-1" >
should render in xs 5`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -578,7 +498,7 @@ exports[`Notifications > should render notification item 1`] = ` class="w-20 flex-1" >
should render notification item 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/contact/components/ContactListItem/__snapshots__/ContactListItem.test.tsx.snap b/src/domains/contact/components/ContactListItem/__snapshots__/ContactListItem.test.tsx.snap index 5a1c8d779c..42095371d2 100644 --- a/src/domains/contact/components/ContactListItem/__snapshots__/ContactListItem.test.tsx.snap +++ b/src/domains/contact/components/ContactListItem/__snapshots__/ContactListItem.test.tsx.snap @@ -38,7 +38,29 @@ exports[`ContactListItem > should render 1`] = ` >
+ > +
+
+ + + + 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da + + + + +   + +
+
+
should render as validator 1`] = ` >
+ > +
+
+ + + + id5sRKWckH4rE1hQ9eeMeHAepgyC3cvJtwb + + + + +   + +
+
+
should render options 1`] = ` >
+ > +
+
+ + + + 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da + + + + +   + +
+
+
should render options 1`] = ` >
+ > +
+
+ + + + D61mfSggzbvQgTUe6JhYKH2doHaqJ3Dyib + + + + +   + +
+
+
should render options 1`] = ` >
+ > +
+
+ + + + DKrACQw7ytoU2gjppy3qKeE2dQhZjfXYqu + + + + +   + +
+
+
should render with multiple addresses 1`] = ` >
+ > +
+
+ + + + 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da + + + + +   + +
+
+
should render with multiple addresses 1`] = ` >
+ > +
+
+ + + + D61mfSggzbvQgTUe6JhYKH2doHaqJ3Dyib + + + + +   + +
+
+
should render with multiple addresses 1`] = ` >
+ > +
+
+ + + + DKrACQw7ytoU2gjppy3qKeE2dQhZjfXYqu + + + + +   + +
+
+
should render with no balance and disable send 1`] = >
+ > +
+
+ + + + 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da + + + + +   + +
+
+
should render with no balance and disable send 1`] = >
+ > +
+
+ + + + D61mfSggzbvQgTUe6JhYKH2doHaqJ3Dyib + + + + +   + +
+
+
should render with no balance and disable send 1`] = >
+ > +
+
+ + + + DKrACQw7ytoU2gjppy3qKeE2dQhZjfXYqu + + + + +   + +
+
+
should render 1`] = ` data-testid="ContactListItemMobile__addresses" >
-
-
-
- - - - 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da - - -
-
-
+ + + + 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da + + +
should render compact on md screen 1`] = ` >
+ > +
+
+ + + + 0xb9169B1F206d78702e047F3b56b9d7e08eD9B065 + + + + +   + +
+
+
should render compact on md screen 1`] = ` >
+ > +
+
+ + + + 0x0000000000000000000000000000000000000000 + + + + +   + +
+
+
should render responsive with contacts 1`] = ` data-testid="ContactListItemMobile__addresses" >
-
-
-
- - - - 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da - - -
-
-
+ + + + 0x28FA32ec11f64ae8Bc4223e77DeE4db24A5E46Da + + +
should render with contacts 1`] = ` >
+ > +
+
+ + + + 0xb9169B1F206d78702e047F3b56b9d7e08eD9B065 + + + + +   + +
+
+
should render with contacts 1`] = ` >
+ > +
+
+ + + + 0x0000000000000000000000000000000000000000 + + + + +   + +
+
+
render in lg 1`] = ` class="flex items-center gap-1" >
render in lg 1`] = ` class="w-full grow sm:hidden lg:block lg:min-w-[26.375rem]" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -1489,34 +1480,18 @@ exports[`Dashboard > render in lg 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -1589,34 +1564,18 @@ exports[`Dashboard > render in lg 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -1925,34 +1884,18 @@ exports[`Dashboard > render in lg 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -2025,34 +1968,18 @@ exports[`Dashboard > render in lg 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -2751,7 +2678,7 @@ exports[`Dashboard > render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -7701,7 +7619,7 @@ exports[`Dashboard > render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in lg 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -8100,33 +8009,24 @@ exports[`Dashboard > render in lg 1`] = ` class="text-theme-secondary-900 dark:text-theme-dark-50 dim:text-theme-dim-50 min-w-4/6" >
-
-
+ + - - - 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 - + 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 -
-
+ + + +   +
@@ -8961,7 +8861,7 @@ exports[`Dashboard > render in md 1`] = ` class="flex items-center gap-1" >
render in md 1`] = ` class="w-full grow sm:hidden lg:block lg:min-w-[26.375rem]" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -9671,34 +9562,18 @@ exports[`Dashboard > render in md 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -9771,34 +9646,18 @@ exports[`Dashboard > render in md 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -10107,34 +9966,18 @@ exports[`Dashboard > render in md 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -10207,34 +10050,18 @@ exports[`Dashboard > render in md 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -10933,7 +10760,7 @@ exports[`Dashboard > render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -15883,7 +15701,7 @@ exports[`Dashboard > render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in md 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -16282,33 +16091,24 @@ exports[`Dashboard > render in md 1`] = ` class="text-theme-secondary-900 dark:text-theme-dark-50 dim:text-theme-dim-50 min-w-4/6" >
-
-
+ + - - - 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 - + 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 -
-
+ + + +   +
@@ -17143,7 +16943,7 @@ exports[`Dashboard > render in sm 1`] = ` class="flex items-center gap-1" >
render in sm 1`] = ` class="w-full grow sm:hidden lg:block lg:min-w-[26.375rem]" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -17853,34 +17644,18 @@ exports[`Dashboard > render in sm 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -17953,34 +17728,18 @@ exports[`Dashboard > render in sm 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -18289,34 +18048,18 @@ exports[`Dashboard > render in sm 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -18389,34 +18132,18 @@ exports[`Dashboard > render in sm 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -18963,7 +18690,7 @@ exports[`Dashboard > render in sm 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in sm 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in sm 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -21308,33 +21026,24 @@ exports[`Dashboard > render in sm 1`] = ` class="text-theme-secondary-900 dark:text-theme-dark-50 dim:text-theme-dim-50 min-w-4/6" >
-
-
+ + - - - 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 - + 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 -
-
+ + + +   +
@@ -22169,7 +21878,7 @@ exports[`Dashboard > render in xl 1`] = ` class="flex items-center gap-1" >
render in xl 1`] = ` class="w-full grow sm:hidden lg:block lg:min-w-[26.375rem]" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -22879,34 +22579,18 @@ exports[`Dashboard > render in xl 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -22979,34 +22663,18 @@ exports[`Dashboard > render in xl 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -23315,34 +22983,18 @@ exports[`Dashboard > render in xl 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -23415,34 +23067,18 @@ exports[`Dashboard > render in xl 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -24141,7 +23777,7 @@ exports[`Dashboard > render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -28839,7 +28466,7 @@ exports[`Dashboard > render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xl 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -29210,33 +28828,24 @@ exports[`Dashboard > render in xl 1`] = ` class="text-theme-secondary-900 dark:text-theme-dark-50 dim:text-theme-dim-50 min-w-4/6" >
-
-
+ + - - - 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 - + 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 -
-
+ + + +   +
@@ -30071,7 +29680,7 @@ exports[`Dashboard > render in xs 1`] = ` class="flex items-center gap-1" >
render in xs 1`] = ` class="w-full grow sm:hidden lg:block lg:min-w-[26.375rem]" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -30781,34 +30381,18 @@ exports[`Dashboard > render in xs 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -30881,34 +30465,18 @@ exports[`Dashboard > render in xs 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -31217,34 +30785,18 @@ exports[`Dashboard > render in xs 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -31317,34 +30869,18 @@ exports[`Dashboard > render in xs 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -31891,7 +31427,7 @@ exports[`Dashboard > render in xs 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xs 1`] = ` data-testid="TransactionRowAddressing__address-container" >
render in xs 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -34236,33 +33763,24 @@ exports[`Dashboard > render in xs 1`] = ` class="text-theme-secondary-900 dark:text-theme-dark-50 dim:text-theme-dim-50 min-w-4/6" >
-
-
+ + - - - 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 - + 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 -
-
+ + + +   +
@@ -35098,7 +34616,7 @@ exports[`Dashboard > should render 1`] = ` class="flex items-center gap-1" >
should render 1`] = ` class="w-full grow sm:hidden lg:block lg:min-w-[26.375rem]" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -35808,34 +35317,18 @@ exports[`Dashboard > should render 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -35908,34 +35401,18 @@ exports[`Dashboard > should render 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -36190,34 +35667,18 @@ exports[`Dashboard > should render 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - - -
-
-
+ + + + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 + + +
@@ -36923,7 +36384,7 @@ exports[`Dashboard > should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -41873,7 +41325,7 @@ exports[`Dashboard > should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -42272,33 +41715,24 @@ exports[`Dashboard > should render 1`] = ` class="text-theme-secondary-900 dark:text-theme-dark-50 dim:text-theme-dim-50 min-w-4/6" >
-
-
+ + - - - 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 - + 021adbf4453accaefea33687c672fd690702246ef397363421585f134a1e68c175 -
-
+ + + +   +
@@ -43134,7 +42568,7 @@ exports[`Dashboard > should render with ledger wallet 1`] = ` class="flex items-center gap-1" >
diff --git a/src/domains/exchange/components/ExchangeForm/__snapshots__/ExchangeForm.test.tsx.snap b/src/domains/exchange/components/ExchangeForm/__snapshots__/ExchangeForm.test.tsx.snap index 9267c0616b..cf2718a976 100644 --- a/src/domains/exchange/components/ExchangeForm/__snapshots__/ExchangeForm.test.tsx.snap +++ b/src/domains/exchange/components/ExchangeForm/__snapshots__/ExchangeForm.test.tsx.snap @@ -21,25 +21,17 @@ exports[`ConfirmationStep > should render 1`] = ` BTC Transaction ID
-
- - + + payinHash -
+
should render 1`] = `
-
-
+ + - - - payinAddress - + payinAddress -
-
+ + + +   +
@@ -321,21 +304,15 @@ exports[`ConfirmationStep > should render 1`] = ` Transaction ID
-
- -
+
should render 1`] = `
-
-
+ + - - - payoutAddress - + payoutAddress -
-
+ + + +   +
@@ -1300,27 +1268,15 @@ exports[`ReviewStep > should render 1`] = ` > Address -
-
+ + - - - AYx3T2He3Ubz7H5pycQNG2Cvn6HYzeiC73 - + AYx3T2He3Ubz7H5pycQNG2Cvn6HYzeiC73 -
-
+
+
@@ -1536,23 +1492,15 @@ exports[`StatusStep > should render 1`] = `
-
- - + + payinAddress -
+ @@ -1611,23 +1559,15 @@ exports[`StatusStep > should render 1`] = `
-
- - + + transferTransactionId -
+ @@ -1771,23 +1711,15 @@ exports[`StatusStep > should render 1`] = `
-
- - + + payoutAddress -
+ diff --git a/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionTable.test.tsx.snap b/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionTable.test.tsx.snap index aa3686a6ca..b6bb31a7d0 100644 --- a/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionTable.test.tsx.snap +++ b/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionTable.test.tsx.snap @@ -334,33 +334,24 @@ exports[`ExchangeTransactionsTable > should render 1`] = ` type="button" >
-
-
+ + - - - 3 - + 3 -
-
+ + + +   +
@@ -550,33 +541,24 @@ exports[`ExchangeTransactionsTable > should render 1`] = ` type="button" >
-
-
+ + - - - 2 - + 2 -
-
+ + + +   +
@@ -766,33 +748,24 @@ exports[`ExchangeTransactionsTable > should render 1`] = ` type="button" >
-
-
+ + - - - 1 - + 1 -
-
+ + + +   +
@@ -1309,33 +1282,24 @@ exports[`ExchangeTransactionsTable > should render compact 1`] = ` type="button" >
-
-
+ + - - - 3 - + 3 -
-
+ + + +   +
@@ -1525,33 +1489,24 @@ exports[`ExchangeTransactionsTable > should render compact 1`] = ` type="button" >
-
-
+ + - - - 2 - + 2 -
-
+ + + +   +
@@ -1741,33 +1696,24 @@ exports[`ExchangeTransactionsTable > should render compact 1`] = ` type="button" >
-
-
+ + - - - 1 - + 1 -
-
+ + + +   +
@@ -2284,33 +2230,24 @@ exports[`ExchangeTransactionsTable > should render desktop 1`] = ` type="button" >
-
-
+ + - - - 3 - + 3 -
-
+ + + +   +
@@ -2500,33 +2437,24 @@ exports[`ExchangeTransactionsTable > should render desktop 1`] = ` type="button" >
-
-
+ + - - - 2 - + 2 -
-
+ + + +   +
@@ -2716,33 +2644,24 @@ exports[`ExchangeTransactionsTable > should render desktop 1`] = ` type="button" >
-
-
+ + - - - 1 - + 1 -
-
+ + + +   +
@@ -3259,33 +3178,24 @@ exports[`ExchangeTransactionsTable > should render desktop 2`] = ` type="button" >
-
-
+ + - - - 3 - + 3 -
-
+ + + +   +
@@ -3475,33 +3385,24 @@ exports[`ExchangeTransactionsTable > should render desktop 2`] = ` type="button" >
-
-
+ + - - - 2 - + 2 -
-
+ + + +   +
@@ -3691,33 +3592,24 @@ exports[`ExchangeTransactionsTable > should render desktop 2`] = ` type="button" >
-
-
+ + - - - 1 - + 1 -
-
+ + + +   +
@@ -4234,33 +4126,24 @@ exports[`ExchangeTransactionsTable > should render desktop 3`] = ` type="button" >
-
-
+ + - - - 3 - + 3 -
-
+ + + +   +
@@ -4450,33 +4333,24 @@ exports[`ExchangeTransactionsTable > should render desktop 3`] = ` type="button" >
-
-
+ + - - - 2 - + 2 -
-
+ + + +   +
@@ -4666,33 +4540,24 @@ exports[`ExchangeTransactionsTable > should render desktop 3`] = ` type="button" >
-
-
+ + - - - 1 - + 1 -
-
+ + + +   +
diff --git a/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap b/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap index dcf8854e7c..d27fb03187 100644 --- a/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap +++ b/src/domains/exchange/components/ExchangeTransactionsTable/__snapshots__/ExchangeTransactionsRow.test.tsx.snap @@ -19,33 +19,24 @@ exports[`ExchangeTransactionsRow > should render (Expired) 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
@@ -252,33 +243,24 @@ exports[`ExchangeTransactionsRow > should render (Failed) 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
@@ -476,33 +458,24 @@ exports[`ExchangeTransactionsRow > should render (Finished) 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
@@ -700,33 +673,24 @@ exports[`ExchangeTransactionsRow > should render (New) 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
@@ -925,33 +889,24 @@ exports[`ExchangeTransactionsRow > should render (Refunded) 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
@@ -1154,33 +1109,24 @@ exports[`ExchangeTransactionsRow > should render (Verifying) 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
@@ -1383,33 +1329,24 @@ exports[`ExchangeTransactionsRow > should render compact 1`] = ` type="button" >
-
-
+ + - - - id - + id -
-
+ + + +   +
diff --git a/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap b/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap index 0c137adeee..63aeb249e5 100644 --- a/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap +++ b/src/domains/message/components/SignMessage/__snapshots__/SuccessStep.test.tsx.snap @@ -39,7 +39,7 @@ exports[`SignMessage success step > should render success step in lg 1`] = ` Address
should render success step in lg 1`] = `
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -226,7 +217,7 @@ exports[`SignMessage success step > should render success step in xs 1`] = ` Address
should render success step in xs 1`] = `
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
diff --git a/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap b/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap index 445402b20b..aedf7f85d3 100644 --- a/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap +++ b/src/domains/portfolio/components/CreateWallet/__snapshots__/SuccessStep.test.tsx.snap @@ -38,34 +38,18 @@ exports[`SuccessStep > should render (lg) 1`] = ` Address
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -5420,7 +5177,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -5620,33 +5368,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -5727,33 +5466,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -5989,7 +5719,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -6189,33 +5910,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -6296,33 +6008,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -6558,7 +6261,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -6758,33 +6452,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -6865,33 +6550,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -7127,7 +6803,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -7327,33 +6994,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -7434,33 +7092,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -7696,7 +7345,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -7896,33 +7536,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -8003,33 +7634,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -8265,7 +7887,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -8465,33 +8078,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -8572,33 +8176,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -8834,7 +8429,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -9034,33 +8620,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -9141,33 +8718,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -9403,7 +8971,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -9603,33 +9162,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -9710,33 +9260,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -9972,7 +9513,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -10172,33 +9704,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -10279,33 +9802,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -10541,7 +10055,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -10741,33 +10246,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -10848,33 +10344,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -11110,7 +10597,7 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -11310,33 +10788,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -11417,33 +10886,24 @@ exports[`TokenTransfer > should fetch more token transfers 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -11883,7 +11343,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -12083,33 +11534,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -12190,33 +11632,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -12452,7 +11885,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -12652,33 +12076,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -12759,33 +12174,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -13021,7 +12427,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -13221,33 +12618,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -13328,33 +12716,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -13590,7 +12969,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -13790,33 +13160,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -13897,33 +13258,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -14159,7 +13511,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -14359,33 +13702,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -14466,33 +13800,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -14728,7 +14053,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -14928,33 +14244,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -15035,33 +14342,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -15297,7 +14595,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -15497,33 +14786,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -15604,33 +14884,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -15866,7 +15137,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -16066,33 +15328,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -16173,33 +15426,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -16435,7 +15679,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -16635,33 +15870,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -16742,33 +15968,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
- - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + + + + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -17004,7 +16221,7 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -17204,33 +16412,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -17311,33 +16510,24 @@ exports[`TokenTransfer > should hide view more button when there are no next pag data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -17762,7 +16952,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -17962,33 +17143,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -18069,33 +17241,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 - + 0xE3c31e486ccA6Eb2093c0F4883Df949d45B021C5 -
-
+ + + +   +
@@ -18331,7 +17494,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -18531,33 +17685,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -18638,33 +17783,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -18900,7 +18036,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -19100,33 +18227,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -19207,33 +18325,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -19469,7 +18578,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -19669,33 +18769,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -19776,33 +18867,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -20038,7 +19120,7 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -20238,33 +19311,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
@@ -20345,33 +19409,24 @@ exports[`TokenTransfer > should open detail side panel on token transfer row cli data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 - + 0xA5cc0BfEB09742C5e4C610f2EBaaB82Eb142Ca10 -
-
+ + + +   +
diff --git a/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap b/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap index 0fb5883ff5..c9a335a78a 100644 --- a/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap +++ b/src/domains/transaction/components/AddRecipient/__snapshots__/AddRecipientItem.test.tsx.snap @@ -58,7 +58,7 @@ exports[`Add Recipient item > should render with exchange amount 1`] = ` Recipient #2
should render with exchange amount 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
should render with size lg 1`] = ` Recipient #2
should render with size lg 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
should render with size xs 1`] = ` Address
should render with size xs 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -476,7 +428,7 @@ exports[`Add Recipient item > should render without exchange amount 1`] = ` Recipient #2
should render without exchange amount 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
should call onAction when no address is selected 1`] class="flex min-w-0 items-center gap-1 leading-[17px]" >
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -296,7 +264,7 @@ exports[`LedgerReview > should render for unvote transaction 1`] = ` class="w-28 flex-1" >
should render for unvote transaction 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -488,7 +440,7 @@ exports[`LedgerReview > should render for vote transaction 1`] = ` class="w-28 flex-1" >
should render for vote transaction 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap index ce9d784ef0..49970252f4 100644 --- a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRow.test.tsx.snap @@ -122,7 +122,7 @@ exports[`TransactionRow > should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should omit the currency for transactions from test ne data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (lg) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (md) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (sm) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (sm) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xl) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xs) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive (xs) 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -839,7 +830,7 @@ exports[`TransactionRowMobile > should render with currency 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render with currency 2`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
@@ -1166,7 +1148,7 @@ exports[`TransactionRowMobile > should render with currency 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render 1`] = ` class="w-0 flex-1" >
should render 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap index ac5eb960bb..039b6d10b3 100644 --- a/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/TransactionRow/__snapshots__/TransactionRowRecipientLabel.test.tsx.snap @@ -3,34 +3,18 @@ exports[`TransactionRowRecipientLabel > should render with right alignment on mobile view 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
`; @@ -38,34 +22,18 @@ exports[`TransactionRowRecipientLabel > should render with right alignment on mo exports[`TransactionRowRecipientLabel > should render with right alignment on mobile view 2`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
`; diff --git a/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap b/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap index 2fe365f384..f978a169e0 100644 --- a/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/UnconfirmedTransactionTable/__snapshots__/UnconfirmedTransactionTable.test.tsx.snap @@ -160,7 +160,7 @@ exports[`Unconfirmed transaction table > should not render in lg 1`] = ` class="w-0 flex-1" >
should not render in lg 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -456,7 +440,7 @@ exports[`Unconfirmed transaction table > should not render in md 1`] = ` class="w-0 flex-1" >
should not render in md 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -632,7 +600,7 @@ exports[`Unconfirmed transaction table > should not render in sm 1`] = ` class="w-0 flex-1" >
should not render in sm 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -972,7 +924,7 @@ exports[`Unconfirmed transaction table > should not render in xl 1`] = ` class="w-0 flex-1" >
should not render in xl 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -1148,7 +1084,7 @@ exports[`Unconfirmed transaction table > should not render in xs 1`] = ` class="w-0 flex-1" >
should not render in xs 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap b/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap index ed4dedab4d..883deabc7e 100644 --- a/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap +++ b/src/domains/transaction/components/TransactionTable/__snapshots__/TransactionTable.test.tsx.snap @@ -3544,33 +3544,24 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -3643,7 +3634,7 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -6208,7 +6190,7 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -6580,7 +6553,7 @@ exports[`TransactionTable > should render responsive 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -6955,7 +6919,7 @@ exports[`TransactionTable > should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -9520,7 +9475,7 @@ exports[`TransactionTable > should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -9892,7 +9838,7 @@ exports[`TransactionTable > should render responsive 2`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -10435,7 +10372,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -10924,7 +10852,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -14304,33 +14223,24 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -14411,33 +14321,24 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -14706,7 +14607,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -15176,7 +15068,7 @@ exports[`TransactionTable > should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 3`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -15840,33 +15723,24 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -15942,7 +15816,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -16431,7 +16296,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -19811,33 +19667,24 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -19918,33 +19765,24 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -20213,7 +20051,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -20683,7 +20512,7 @@ exports[`TransactionTable > should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 4`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -21347,33 +21167,24 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -21449,7 +21260,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -21919,7 +21721,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -25185,33 +24978,24 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -25292,33 +25076,24 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x93485b57ff3DeD81430D08579142fAe8234c6A17 - + 0x93485b57ff3DeD81430D08579142fAe8234c6A17 -
-
+ + + +   +
@@ -25568,7 +25343,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -26019,7 +25785,7 @@ exports[`TransactionTable > should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
should render responsive 5`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
diff --git a/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap b/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap index 78b31e2eb5..5be9f7bbc1 100644 --- a/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap +++ b/src/domains/transaction/components/Transactions/__snapshots__/Transactions.test.tsx.snap @@ -559,7 +559,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -28777,7 +28768,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -29266,33 +29248,24 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -29368,7 +29341,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -29857,33 +29821,24 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -29959,7 +29914,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -30448,33 +30394,24 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -30550,7 +30487,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -31039,33 +30967,24 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -31141,7 +31060,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -31630,33 +31540,24 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -31732,7 +31633,7 @@ exports[`Transactions > should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
should fetch more transactions 1`] = ` data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -32652,7 +32544,7 @@ exports[`Transactions > should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -37440,7 +37323,7 @@ exports[`Transactions > should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
should hide view more button when there are no next page data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -38345,7 +38219,7 @@ exports[`Transactions > should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
@@ -43133,7 +42998,7 @@ exports[`Transactions > should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
should open detail side panel on transaction row click 1 data-testid="TransactionRowAddressing__address-container" >
-
-
+ + - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - + 0x659A76be283644AEc2003aa8ba26485047fd1BFB -
-
+ + + +   +
diff --git a/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap b/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap index 7903fc2dc5..b355864747 100644 --- a/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap +++ b/src/domains/transaction/components/UsernameRegistrationForm/__snapshots__/UsernameRegistrationForm.test.tsx.snap @@ -311,7 +311,7 @@ exports[`UsernameRegistrationForm > should render review step 1`] = ` From
should render review step 1`] = `
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
diff --git a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap index 3791892816..a0775ec8c0 100644 --- a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap +++ b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ReviewStep.test.tsx.snap @@ -38,7 +38,7 @@ exports[`ReviewStep > should render review step 1`] = ` From
should render review step 1`] = `
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
diff --git a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap index 28314e1209..3f65dcaa73 100644 --- a/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap +++ b/src/domains/transaction/components/ValidatorRegistrationForm/__snapshots__/ValidatorRegistrationForm.test.tsx.snap @@ -320,7 +320,7 @@ exports[`ValidatorRegistrationForm > should render review step 1`] = ` From
should render review step 1`] = `
-
-
+ + - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 -
-
+ + + +   +
diff --git a/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap b/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap index 7107eb2965..fb6872da6d 100644 --- a/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap +++ b/src/domains/vote/components/AddressTable/AddressRow/__snapshots__/AddressRow.test.tsx.snap @@ -18,7 +18,7 @@ exports[`AddressRow > should emit action on select button 1`] = ` class="w-40 flex-1" >
should emit action on select button 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -273,34 +257,18 @@ exports[`AddressRowMobile > should render in 375 screen width 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -475,34 +443,18 @@ exports[`AddressRowMobile > should render in 420 screen width 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -678,34 +630,18 @@ exports[`AddressRowMobile > should render when the maximum votes is greater than
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -880,34 +816,18 @@ exports[`AddressRowMobile > should render when the wallet has many votes 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -1081,34 +1001,18 @@ exports[`AddressRowMobile > should render when wallet hasn't voted 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -1263,34 +1167,18 @@ exports[`AddressRowMobile > should render when wallet hasn't voted 1`] = `
-
-
-
- - - - 0x659A76be283644AEc2003aa8ba26485047fd1BFB - - -
-
-
+ + + + 0x659A76be283644AEc2003aa8ba26485047fd1BFB + + +
@@ -1403,34 +1291,18 @@ exports[`AddressRowMobile > should render when wallet not found for votes 1`] =
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -1585,34 +1457,18 @@ exports[`AddressRowMobile > should render when wallet not found for votes 1`] =
-
-
-
- - - - 0x7F9d7FdA68521c09Bd2749a36514e514abB0866F - - -
-
-
+ + + + 0x7F9d7FdA68521c09Bd2749a36514e514abB0866F + + +
@@ -1716,34 +1572,18 @@ exports[`AddressRowMobile > should render when wallet not loaded 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -1857,34 +1697,18 @@ exports[`AddressRowMobile > should render with active validator 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -2058,34 +1882,18 @@ exports[`AddressRowMobile > should render with resigned validator 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -2259,34 +2067,18 @@ exports[`AddressRowMobile > should render with standby validator 1`] = `
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap b/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap index 413083cc53..bfa02a59be 100644 --- a/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap +++ b/src/domains/vote/components/AddressTable/__snapshots__/AddressTable.test.tsx.snap @@ -215,7 +215,7 @@ exports[`AddressTable > should render 1`] = ` class="w-40 flex-1" >
should render 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap index 4e34c20298..a0af902a79 100644 --- a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap +++ b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRow.test.tsx.snap @@ -20,33 +20,24 @@ exports[`ValidatorRow > should emit action on select button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -172,33 +163,24 @@ exports[`ValidatorRow > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -324,33 +306,24 @@ exports[`ValidatorRow > should render the selected validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -476,33 +449,24 @@ exports[`ValidatorRow > should render the selected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -619,7 +583,7 @@ exports[`ValidatorRow > should render the selected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
should render the selected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -912,33 +867,24 @@ exports[`ValidatorRow > should render the unselected vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
diff --git a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap index 2555690bfa..a033aa42e6 100644 --- a/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap +++ b/src/domains/vote/components/ValidatorsTable/ValidatorRow/__snapshots__/ValidatorRowMobile.test.tsx.snap @@ -64,34 +64,18 @@ exports[`ValidatorRowMobile > should render the selected vote 1`] = `
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -239,34 +223,18 @@ exports[`ValidatorRowMobile > should render the selected vote 1`] = `
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -423,34 +391,18 @@ exports[`ValidatorRowMobile > should render the selected vote 1`] = `
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
diff --git a/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap b/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap index bab8ed8df4..e15a5b25ed 100644 --- a/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap +++ b/src/domains/vote/components/ValidatorsTable/__snapshots__/ValidatorsTable.test.tsx.snap @@ -282,33 +282,24 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -425,33 +416,24 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -568,33 +550,24 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -734,7 +707,7 @@ exports[`ValidatorsTable > should add resigned validator to the unvote list 1`] class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should add resigned validator to the unvote list 1`] -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -1188,33 +1145,24 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -1331,33 +1279,24 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -1474,33 +1413,24 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -1640,7 +1570,7 @@ exports[`ValidatorsTable > should emit action on continue button to unvote 1`] = class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button to unvote 1`] = -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -2094,33 +2008,24 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -2237,33 +2142,24 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -2380,33 +2276,24 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -2546,7 +2433,7 @@ exports[`ValidatorsTable > should emit action on continue button to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button to vote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -3000,33 +2871,24 @@ exports[`ValidatorsTable > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -3143,33 +3005,24 @@ exports[`ValidatorsTable > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -3286,33 +3139,24 @@ exports[`ValidatorsTable > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -3452,7 +3296,7 @@ exports[`ValidatorsTable > should render 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -3907,33 +3735,24 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -4050,33 +3869,24 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -4193,33 +4003,24 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -4359,7 +4160,7 @@ exports[`ValidatorsTable > should render with a validator to unvote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with a validator to unvote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -4813,33 +4598,24 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -4956,33 +4732,24 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -5099,33 +4866,24 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -5274,7 +5032,7 @@ exports[`ValidatorsTable > should render with a validator to unvote/vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with a validator to unvote/vote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -5728,33 +5470,24 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -5871,33 +5604,24 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -6014,33 +5738,24 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -6180,7 +5895,7 @@ exports[`ValidatorsTable > should render with a validator to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with a validator to vote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -6682,7 +6381,7 @@ exports[`ValidatorsTable > should render with empty list 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with empty list 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -7140,33 +6823,24 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -7283,33 +6957,24 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -7426,33 +7091,24 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -7592,7 +7248,7 @@ exports[`ValidatorsTable > should render with subtitle 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render with subtitle 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -8047,33 +7687,24 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + class="no-ligatures min-w-0 overflow-hidden leading-[17px] text-sm w-full font-semibold text-base absolute w-full" + data-testid="Address__address" + > + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -8190,33 +7821,24 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -8333,33 +7955,24 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -8499,7 +8112,7 @@ exports[`ValidatorsTable > should select a validator to unvote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator to unvote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -8954,33 +8551,24 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-danger-50 dark:bg-theme-background dark:border-theme-danger-400 dim:border-theme-danger-400" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -9097,33 +8685,24 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -9240,33 +8819,24 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -9415,7 +8985,7 @@ exports[`ValidatorsTable > should select a validator to unvote/vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator to unvote/vote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -9869,33 +9423,24 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -10012,33 +9557,24 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -10155,33 +9691,24 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -10321,7 +9848,7 @@ exports[`ValidatorsTable > should select a validator to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator to vote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -10776,33 +10287,24 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -10919,33 +10421,24 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -11062,33 +10555,24 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -11228,7 +10712,7 @@ exports[`ValidatorsTable > should unselect a validator to unvote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should unselect a validator to unvote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -11683,33 +11151,24 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -11826,33 +11285,24 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -11969,33 +11419,24 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -12135,7 +11576,7 @@ exports[`ValidatorsTable > should unselect a validator to vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should unselect a validator to vote 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap b/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap index 042bad6eb0..6e1527dc2e 100644 --- a/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap +++ b/src/domains/vote/components/VoteList/__snapshots__/VoteList.test.tsx.snap @@ -12,34 +12,18 @@ exports[`VoteList > should render in lg 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -50,34 +34,18 @@ exports[`VoteList > should render in lg 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -88,34 +56,18 @@ exports[`VoteList > should render in lg 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
@@ -135,34 +87,18 @@ exports[`VoteList > should render in md 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -173,34 +109,18 @@ exports[`VoteList > should render in md 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -211,34 +131,18 @@ exports[`VoteList > should render in md 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
@@ -258,34 +162,18 @@ exports[`VoteList > should render in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -296,34 +184,18 @@ exports[`VoteList > should render in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -334,34 +206,18 @@ exports[`VoteList > should render in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
@@ -381,34 +237,18 @@ exports[`VoteList > should render in xl 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -419,34 +259,18 @@ exports[`VoteList > should render in xl 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -457,34 +281,18 @@ exports[`VoteList > should render in xl 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
@@ -504,34 +312,18 @@ exports[`VoteList > should render in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -542,34 +334,18 @@ exports[`VoteList > should render in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -580,34 +356,18 @@ exports[`VoteList > should render in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
@@ -627,34 +387,18 @@ exports[`VoteList > should render with amount in lg 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
should render with amount in lg 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
should render with amount in lg 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
should render with amount in md 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
should render with amount in md 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
should render with amount in md 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
should render with amount in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -991,34 +639,18 @@ exports[`VoteList > should render with amount in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -1039,34 +671,18 @@ exports[`VoteList > should render with amount in sm 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
@@ -1086,34 +702,18 @@ exports[`VoteList > should render with amount in xl 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
should render with amount in xl 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
should render with amount in xl 1`] = ` class="w-28 flex-1" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
should render with amount in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + +
@@ -1297,34 +849,18 @@ exports[`VoteList > should render with amount in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + +
@@ -1345,34 +881,18 @@ exports[`VoteList > should render with amount in xs 1`] = ` class="w-0 flex-1 text-right md:text-left" >
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
+ class="flex overflow-hidden whitespace-nowrap items-center space-x-2 w-full justify-end" + > + + + + 0x56F925416Ef2725646442D5E0150088bd7202aCd + + +
diff --git a/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap b/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap index 2e5a69a912..51a5ab6078 100644 --- a/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap +++ b/src/domains/vote/pages/Votes/__snapshots__/Votes.test.tsx.snap @@ -1189,33 +1189,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -1334,33 +1325,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -1488,33 +1470,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -1642,33 +1615,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 -
-
+ + + +   +
@@ -1796,33 +1760,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 -
-
+ + + +   +
@@ -1950,33 +1905,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7762598E3e3203FAC062D2588e70950CF19F918B - + 0x7762598E3e3203FAC062D2588e70950CF19F918B -
-
+ + + +   +
@@ -2104,33 +2050,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x677fdAE653661CC73295728746E3653351d50887 - + 0x677fdAE653661CC73295728746E3653351d50887 -
-
+ + + +   +
@@ -2258,33 +2195,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xDF419379AD91b59005e438fB47deE4D610B997a5 - + 0xDF419379AD91b59005e438fB47deE4D610B997a5 -
-
+ + + +   +
@@ -2412,33 +2340,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db - + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db -
-
+ + + +   +
@@ -2566,187 +2485,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- + - - - +   - -
-
- - - - -
- - 11 - -
- - -
-
-
-
-
- - - - 0x137c59f371a7049159ef19a72f908773Ade219b1 - - -
-
@@ -2781,7 +2537,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x137c59f371a7049159ef19a72f908773Ade219b1" + href="https://explorer-demo.mainsailhq.com/addresses/0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -2874,187 +2630,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x54e64501796D3040a826628490B5Ea755B56E965 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- + - - - +   - -
-
- - - - -
- - 13 - -
- - -
-
-
-
-
- - - - 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 - - -
-
@@ -3089,7 +2682,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x07Ac3E438719be72a9e2591bB6015F10E8Af2468" + href="https://explorer-demo.mainsailhq.com/addresses/0x137c59f371a7049159ef19a72f908773Ade219b1" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3182,33 +2775,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 - + 0x54e64501796D3040a826628490B5Ea755B56E965 -
-
+ + + +   +
@@ -3243,7 +2827,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4" + href="https://explorer-demo.mainsailhq.com/addresses/0x54e64501796D3040a826628490B5Ea755B56E965" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3336,33 +2920,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F - + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 -
-
+ + + +   +
@@ -3397,7 +2972,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F" + href="https://explorer-demo.mainsailhq.com/addresses/0x07Ac3E438719be72a9e2591bB6015F10E8Af2468" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3490,33 +3065,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e - + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 -
-
+ + + +   +
@@ -3551,7 +3117,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" + href="https://explorer-demo.mainsailhq.com/addresses/0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3644,33 +3210,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3F8eCbF08078F22038235F9834540A960E99085b - + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F -
-
+ + + +   +
@@ -3705,7 +3262,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x3F8eCbF08078F22038235F9834540A960E99085b" + href="https://explorer-demo.mainsailhq.com/addresses/0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3798,33 +3355,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7e1372c9B66F434A22c429C600835894cE33641b - + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e -
-
+ + + +   +
@@ -3859,7 +3407,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x7e1372c9B66F434A22c429C600835894cE33641b" + href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" rel="noopener noreferrer" > should emit action on continue button 1`] = ` >
@@ -3952,33 +3500,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x218A779dcAC83b284a4417A75128c3c881156bAE - + 0x3F8eCbF08078F22038235F9834540A960E99085b -
-
+ + + +   +
@@ -4013,7 +3552,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x218A779dcAC83b284a4417A75128c3c881156bAE" + href="https://explorer-demo.mainsailhq.com/addresses/0x3F8eCbF08078F22038235F9834540A960E99085b" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > + + + + + + + @@ -4396,7 +3926,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 22 + 20 @@ -4405,33 +3935,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a -
-
+ + + +   +
@@ -4466,7 +3987,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" + href="https://explorer-demo.mainsailhq.com/addresses/0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > + + + + + + +
+ + 22 + +
+ + +
+
+
+ + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + + + +   +
@@ -4620,7 +4268,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7" + href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > + +
+
+ + + + + + +
+ + 25 + +
+ + +
+
+
+ + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e -
-
+ + + +   +
@@ -5021,33 +4796,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 - + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 -
-
+ + + +   +
@@ -5175,33 +4941,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 - + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 -
-
+ + + +   +
@@ -5329,33 +5086,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB - + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB -
-
+ + + +   +
@@ -5483,33 +5231,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 - + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 -
-
+ + + +   +
@@ -5637,33 +5376,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x373012E575CFD07dCd1139AEb3D71188677039be - + 0x373012E575CFD07dCd1139AEb3D71188677039be -
-
+ + + +   +
@@ -5791,33 +5521,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c - + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c -
-
+ + + +   +
@@ -5945,33 +5666,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -6099,33 +5811,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 -
-
+ + + +   +
@@ -6253,33 +5956,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x4041C30B708da49227856c005a656F55fe44eF1C - + 0x4041C30B708da49227856c005a656F55fe44eF1C -
-
+ + + +   +
@@ -6407,33 +6101,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 -
-
+ + + +   +
@@ -6561,33 +6246,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 - + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 -
-
+ + + +   +
@@ -6715,33 +6391,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -6869,33 +6536,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 - + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 -
-
+ + + +   +
@@ -7023,33 +6681,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 -
-
+ + + +   +
@@ -7177,33 +6826,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe - + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe -
-
+ + + +   +
@@ -7331,33 +6971,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -7485,33 +7116,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -7639,33 +7261,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -7793,187 +7406,24 @@ exports[`Votes > should emit action on continue button 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - - -
-
-
-
- - - -
- - -
- Active -
-
-
-
- - - - - -
-
- + - - - +   - -
-
- - - - -
- - 45 - -
- - -
-
-
-
-
- - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - - -
-
@@ -8008,7 +7458,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B" + href="https://explorer-demo.mainsailhq.com/addresses/0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > - +   - - - - - - - -
- - 47 - -
- - -
-
-
-
-
- - - - 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae - - -
-
@@ -8316,7 +7603,7 @@ exports[`Votes > should emit action on continue button 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae" + href="https://explorer-demo.mainsailhq.com/addresses/0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B" rel="noopener noreferrer" > should emit action on continue button 1`] = ` > + + + + + + + + + +
+ + 52 + +
+ + +
+
+
+ + + + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B + + + + +   + +
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + + + +
+
+ + + + + + + +
+
+ + + + +
+ + 53 + +
+ + +
+
+
+ + + + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e + + + + +   + +
+
+
+ + +
+ + +
+ Active +
+
+
+
+ + + @@ -10816,33 +10323,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -10961,33 +10459,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -11106,33 +10595,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -11251,33 +10731,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 -
-
+ + + +   +
@@ -11396,33 +10867,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 -
-
+ + + +   +
@@ -11541,33 +11003,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7762598E3e3203FAC062D2588e70950CF19F918B - + 0x7762598E3e3203FAC062D2588e70950CF19F918B -
-
+ + + +   +
@@ -11686,33 +11139,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x677fdAE653661CC73295728746E3653351d50887 - + 0x677fdAE653661CC73295728746E3653351d50887 -
-
+ + + +   +
@@ -11831,33 +11275,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xDF419379AD91b59005e438fB47deE4D610B997a5 - + 0xDF419379AD91b59005e438fB47deE4D610B997a5 -
-
+ + + +   +
@@ -11976,33 +11411,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db - + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db -
-
+ + + +   +
@@ -12121,33 +11547,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe -
-
+ + + +   +
@@ -12266,33 +11683,160 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0x137c59f371a7049159ef19a72f908773Ade219b1 + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + +
+ + +
+
+ +
+
+ + + + +
+ + 12 + +
+ + +
+
+
+ + + + 0x54e64501796D3040a826628490B5Ea755B56E965 + + + + +   +
@@ -12327,152 +11871,7 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x137c59f371a7049159ef19a72f908773Ade219b1" - rel="noopener noreferrer" - > - - - View - - -
-
- - - -
-
- - - -
- - -
-
- -
-
- - - - -
- - 12 - -
- - -
-
-
-
-
- - - - 0x54e64501796D3040a826628490B5Ea755B56E965 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - @@ -12701,33 +12091,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 - + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 -
-
+ + + +   +
@@ -12846,33 +12227,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F - + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F -
-
+ + + +   +
@@ -12991,33 +12363,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e - + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e -
-
+ + + +   +
@@ -13136,33 +12499,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3F8eCbF08078F22038235F9834540A960E99085b - + 0x3F8eCbF08078F22038235F9834540A960E99085b -
-
+ + + +   +
@@ -13281,33 +12635,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7e1372c9B66F434A22c429C600835894cE33641b - + 0x7e1372c9B66F434A22c429C600835894cE33641b -
-
+ + + +   +
@@ -13426,33 +12771,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x218A779dcAC83b284a4417A75128c3c881156bAE - + 0x218A779dcAC83b284a4417A75128c3c881156bAE -
-
+ + + +   +
@@ -13571,33 +12907,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a - + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a -
-
+ + + +   +
@@ -13716,33 +13043,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 -
-
+ + + +   +
@@ -13861,33 +13179,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 -
-
+ + + +   +
@@ -14006,33 +13315,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 - + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 -
-
+ + + +   +
@@ -14151,33 +13451,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 - + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 -
-
+ + + +   +
@@ -14296,33 +13587,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e - + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e -
-
+ + + +   +
@@ -14441,33 +13723,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 - + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 -
-
+ + + +   +
@@ -14586,33 +13859,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 - + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 -
-
+ + + +   +
@@ -14731,33 +13995,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB - + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB -
-
+ + + +   +
@@ -14876,33 +14131,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 - + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 -
-
+ + + +   +
@@ -15021,33 +14267,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x373012E575CFD07dCd1139AEb3D71188677039be - + 0x373012E575CFD07dCd1139AEb3D71188677039be -
-
+ + + +   +
@@ -15166,33 +14403,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c - + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c -
-
+ + + +   +
@@ -15311,33 +14539,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -15456,33 +14675,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 -
-
+ + + +   +
@@ -15601,33 +14811,160 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0x4041C30B708da49227856c005a656F55fe44eF1C + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + +
+ + +
+
+ +
+
+ + + + +
+ + 35 + +
+ + +
+
+
+ + + + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 + + + + +   +
@@ -15662,152 +14999,7 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x4041C30B708da49227856c005a656F55fe44eF1C" - rel="noopener noreferrer" - > - - - View - - -
-
- - - -
-
- - - -
- - -
-
- -
-
- - - - -
- - 35 - -
- - -
-
-
-
-
- - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - @@ -16036,33 +15219,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -16181,33 +15355,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 - + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 -
-
+ + + +   +
@@ -16326,33 +15491,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 -
-
+ + + +   +
@@ -16471,33 +15627,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe - + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe -
-
+ + + +   +
@@ -16616,33 +15763,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -16761,33 +15899,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -16906,33 +16035,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -17051,33 +16171,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE -
-
+ + + +   +
@@ -17196,33 +16307,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B -
-
+ + + +   +
@@ -17341,33 +16443,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x44083669cf29374D548b71c558EBD1e2F5DCC4De - + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De -
-
+ + + +   +
@@ -17486,33 +16579,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae - + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae -
-
+ + + +   +
@@ -17631,33 +16715,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 - + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 -
-
+ + + +   +
@@ -17776,33 +16851,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3FCe699F036325B142e5568992EaA020ee15518B - + 0x3FCe699F036325B142e5568992EaA020ee15518B -
-
+ + + +   +
@@ -17921,33 +16987,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x69aD988298FB856adD785070781aaE6370cf0093 - + 0x69aD988298FB856adD785070781aaE6370cf0093 -
-
+ + + +   +
@@ -18066,33 +17123,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 -
-
+ + + +   +
@@ -18211,33 +17259,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B - + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B -
-
+ + + +   +
@@ -18356,33 +17395,24 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e - + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e -
-
+ + + +   +
@@ -18678,7 +17708,7 @@ exports[`Votes > should emit action on continue button to unvote/vote 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should emit action on continue button to unvote/vote 1`] = ` -
-
-
- - - - 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 - - -
-
-
+ + + + 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 + + +
@@ -19734,7 +18748,7 @@ exports[`Votes > should filter current validators 1`] = ` class="mr-6 hidden md:block" >
should filter current validators 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-primary-50 dark:bg-theme-background dark:border-theme-primary-600 dim:border-theme-dim-navy-600" >
should filter current validators 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should filter current validators 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -21445,178 +20443,160 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 + + + + +   + +
+
+ + + +
- - -
- - -
- Active -
-
-
-
- - -
- - -
-
- -
-
- - - - -
- - 2 - -
- - -
-
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - + + +
+ + + +
+ + +
+
+ +
+
+ + + + +
+ + 2 + +
+ + +
+
+
+ + + + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 + + + + +   +
@@ -21735,33 +20715,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -21880,33 +20851,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 -
-
+ + + +   +
@@ -22025,33 +20987,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 -
-
+ + + +   +
@@ -22170,33 +21123,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7762598E3e3203FAC062D2588e70950CF19F918B - + 0x7762598E3e3203FAC062D2588e70950CF19F918B -
-
+ + + +   +
@@ -22315,33 +21259,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x677fdAE653661CC73295728746E3653351d50887 - + 0x677fdAE653661CC73295728746E3653351d50887 -
-
+ + + +   +
@@ -22460,33 +21395,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xDF419379AD91b59005e438fB47deE4D610B997a5 - + 0xDF419379AD91b59005e438fB47deE4D610B997a5 -
-
+ + + +   +
@@ -22605,33 +21531,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db - + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db -
-
+ + + +   +
@@ -22750,33 +21667,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe -
-
+ + + +   +
@@ -22895,33 +21803,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x137c59f371a7049159ef19a72f908773Ade219b1 - + 0x137c59f371a7049159ef19a72f908773Ade219b1 -
-
+ + + +   +
@@ -23040,33 +21939,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x54e64501796D3040a826628490B5Ea755B56E965 - + 0x54e64501796D3040a826628490B5Ea755B56E965 -
-
+ + + +   +
@@ -23185,33 +22075,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 - + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 -
-
+ + + +   +
@@ -23330,33 +22211,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 - + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 -
-
+ + + +   +
@@ -23475,33 +22347,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F - + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F -
-
+ + + +   +
@@ -23620,33 +22483,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e - + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e -
-
+ + + +   +
@@ -23765,33 +22619,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3F8eCbF08078F22038235F9834540A960E99085b - + 0x3F8eCbF08078F22038235F9834540A960E99085b -
-
+ + + +   +
@@ -23910,33 +22755,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7e1372c9B66F434A22c429C600835894cE33641b - + 0x7e1372c9B66F434A22c429C600835894cE33641b -
-
+ + + +   +
@@ -24055,33 +22891,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x218A779dcAC83b284a4417A75128c3c881156bAE - + 0x218A779dcAC83b284a4417A75128c3c881156bAE -
-
+ + + +   +
@@ -24200,33 +23027,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a - + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a -
-
+ + + +   +
@@ -24345,33 +23163,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 -
-
+ + + +   +
@@ -24490,33 +23299,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 -
-
+ + + +   +
@@ -24635,33 +23435,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 - + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 -
-
+ + + +   +
@@ -24780,33 +23571,160 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + + + + +
+
+ +
+
+ + + + +
+ + 25 + +
+ + +
+
+
+ + + + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e + + + + +   +
@@ -24841,152 +23759,7 @@ exports[`Votes > should render 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01" - rel="noopener noreferrer" - > - - - View - - -
-
- - - -
-
- - - -
- - -
-
- -
-
- - - - -
- - 25 - -
- - -
-
-
-
-
- - - - 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - @@ -25215,33 +23979,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 - + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 -
-
+ + + +   +
@@ -25360,33 +24115,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB - + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB -
-
+ + + +   +
@@ -25505,33 +24251,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 - + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 -
-
+ + + +   +
@@ -25650,33 +24387,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x373012E575CFD07dCd1139AEb3D71188677039be - + 0x373012E575CFD07dCd1139AEb3D71188677039be -
-
+ + + +   +
@@ -25795,33 +24523,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c - + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c -
-
+ + + +   +
@@ -25940,33 +24659,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -26085,33 +24795,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 -
-
+ + + +   +
@@ -26230,33 +24931,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x4041C30B708da49227856c005a656F55fe44eF1C - + 0x4041C30B708da49227856c005a656F55fe44eF1C -
-
+ + + +   +
@@ -26375,33 +25067,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 -
-
+ + + +   +
@@ -26520,33 +25203,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 - + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 -
-
+ + + +   +
@@ -26665,33 +25339,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -26810,33 +25475,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 - + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 -
-
+ + + +   +
@@ -26955,33 +25611,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 -
-
+ + + +   +
@@ -27100,33 +25747,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe - + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe -
-
+ + + +   +
@@ -27245,33 +25883,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -27390,33 +26019,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -27535,33 +26155,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -27680,33 +26291,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE -
-
+ + + +   +
@@ -27825,33 +26427,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B -
-
+ + + +   +
@@ -27970,33 +26563,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x44083669cf29374D548b71c558EBD1e2F5DCC4De - + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De -
-
+ + + +   +
@@ -28115,33 +26699,160 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + +
+ + +
+
+ +
+
+ + + + +
+ + 48 + +
+ + +
+
+
+ + + + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 + + + + +   +
@@ -28176,152 +26887,7 @@ exports[`Votes > should render 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae" - rel="noopener noreferrer" - > - - - View - - -
-
- - - -
-
- - - -
- - -
-
- -
-
- - - - -
- - 48 - -
- - -
-
-
-
-
- - - - 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - @@ -28550,33 +27107,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x69aD988298FB856adD785070781aaE6370cf0093 - + 0x69aD988298FB856adD785070781aaE6370cf0093 -
-
+ + + +   +
@@ -28695,33 +27243,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 -
-
+ + + +   +
@@ -28840,33 +27379,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B - + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B -
-
+ + + +   +
@@ -28985,33 +27515,24 @@ exports[`Votes > should render 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e - + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e -
-
+ + + +   +
@@ -29307,7 +27828,7 @@ exports[`Votes > should render 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -30613,33 +29118,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -30758,33 +29254,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -30903,33 +29390,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -31048,33 +29526,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 -
-
+ + + +   +
@@ -31193,33 +29662,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 -
-
+ + + +   +
@@ -31338,33 +29798,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7762598E3e3203FAC062D2588e70950CF19F918B - + 0x7762598E3e3203FAC062D2588e70950CF19F918B -
-
+ + + +   +
@@ -31483,33 +29934,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x677fdAE653661CC73295728746E3653351d50887 - + 0x677fdAE653661CC73295728746E3653351d50887 -
-
+ + + +   +
@@ -31628,33 +30070,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xDF419379AD91b59005e438fB47deE4D610B997a5 - + 0xDF419379AD91b59005e438fB47deE4D610B997a5 -
-
+ + + +   +
@@ -31773,33 +30206,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db - + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db -
-
+ + + +   +
@@ -31918,33 +30342,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe -
-
+ + + +   +
@@ -32063,33 +30478,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x137c59f371a7049159ef19a72f908773Ade219b1 - + 0x137c59f371a7049159ef19a72f908773Ade219b1 -
-
+ + + +   +
@@ -32208,33 +30614,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x54e64501796D3040a826628490B5Ea755B56E965 - + 0x54e64501796D3040a826628490B5Ea755B56E965 -
-
+ + + +   +
@@ -32353,33 +30750,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 - + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 -
-
+ + + +   +
@@ -32498,33 +30886,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 - + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 -
-
+ + + +   +
@@ -32643,33 +31022,160 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + +
+ + +
+
+ +
+
+ + + + +
+ + 16 + +
+ + +
+
+
+ + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e + + + + +   +
@@ -32704,152 +31210,7 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F" - rel="noopener noreferrer" - > - - - View - - -
-
- - - -
-
- - - -
- - -
-
- -
-
- - - - -
- - 16 - -
- - -
-
-
-
-
- - - - 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - @@ -33078,33 +31430,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7e1372c9B66F434A22c429C600835894cE33641b - + 0x7e1372c9B66F434A22c429C600835894cE33641b -
-
+ + + +   +
@@ -33223,33 +31566,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x218A779dcAC83b284a4417A75128c3c881156bAE - + 0x218A779dcAC83b284a4417A75128c3c881156bAE -
-
+ + + +   +
@@ -33368,33 +31702,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a - + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a -
-
+ + + +   +
@@ -33513,33 +31838,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 -
-
+ + + +   +
@@ -33658,33 +31974,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 -
-
+ + + +   +
@@ -33803,33 +32110,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 - + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 -
-
+ + + +   +
@@ -33948,33 +32246,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 - + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 -
-
+ + + +   +
@@ -34093,33 +32382,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e - + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e -
-
+ + + +   +
@@ -34238,33 +32518,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 - + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 -
-
+ + + +   +
@@ -34383,33 +32654,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 - + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 -
-
+ + + +   +
@@ -34528,33 +32790,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB - + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB -
-
+ + + +   +
@@ -34673,33 +32926,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 - + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 -
-
+ + + +   +
@@ -34818,33 +33062,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x373012E575CFD07dCd1139AEb3D71188677039be - + 0x373012E575CFD07dCd1139AEb3D71188677039be -
-
+ + + +   +
@@ -34963,33 +33198,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c - + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c -
-
+ + + +   +
@@ -35108,33 +33334,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -35253,33 +33470,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 -
-
+ + + +   +
@@ -35398,33 +33606,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x4041C30B708da49227856c005a656F55fe44eF1C - + 0x4041C30B708da49227856c005a656F55fe44eF1C -
-
+ + + +   +
@@ -35543,33 +33742,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 -
-
+ + + +   +
@@ -35688,33 +33878,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 - + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 -
-
+ + + +   +
@@ -35833,33 +34014,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -35978,33 +34150,160 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + +
+ + +
+
+ +
+
+ + + + +
+ + 39 + +
+ + +
+
+
+ + + + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 + + + + +   +
@@ -36039,152 +34338,7 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x6762BAAaE8374748793c77225FFb6a444a9D5de9" - rel="noopener noreferrer" - > - - - View - - -
-
- - - -
-
- - - -
- - -
-
- -
-
- - - - -
- - 39 - -
- - -
-
-
-
-
- - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - @@ -36413,33 +34558,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -36558,33 +34694,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -36703,33 +34830,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -36848,33 +34966,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE -
-
+ + + +   +
@@ -36993,33 +35102,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B -
-
+ + + +   +
@@ -37138,33 +35238,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x44083669cf29374D548b71c558EBD1e2F5DCC4De - + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De -
-
+ + + +   +
@@ -37283,33 +35374,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae - + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae -
-
+ + + +   +
@@ -37428,33 +35510,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 - + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 -
-
+ + + +   +
@@ -37573,33 +35646,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3FCe699F036325B142e5568992EaA020ee15518B - + 0x3FCe699F036325B142e5568992EaA020ee15518B -
-
+ + + +   +
@@ -37718,33 +35782,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x69aD988298FB856adD785070781aaE6370cf0093 - + 0x69aD988298FB856adD785070781aaE6370cf0093 -
-
+ + + +   +
@@ -37863,33 +35918,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 -
-
+ + + +   +
@@ -38008,33 +36054,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B - + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B -
-
+ + + +   +
@@ -38153,33 +36190,24 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e - + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e -
-
+ + + +   +
@@ -38475,7 +36503,7 @@ exports[`Votes > should render and handle wallet current voting exception 1`] = class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should render and handle wallet current voting exception 1`] = -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -39781,486 +37793,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
- - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
-
- - - -
- - -
- Active -
-
-
-
- - -
- - -
-
- -
-
- - - - -
- - 2 - -
- - -
-
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- - - - - - -
-
- - - - -
- - 3 - -
- - -
-
-
-
-
+ - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- + - - - +   - -
-
- - - - -
- - 4 - -
- - -
-
-
-
-
- - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - - -
-
@@ -40269,7 +37819,7 @@ exports[`Votes > should select a validator 1`] = ` class="hidden sm:table-cell" >
@@ -40287,7 +37837,7 @@ exports[`Votes > should select a validator 1`] = ` class="hidden sm:table-cell" >
@@ -40295,7 +37845,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54" + href="https://explorer-demo.mainsailhq.com/addresses/0xB8Be76b31E402a2D89294Aa107056484Bef94362" rel="noopener noreferrer" > should select a validator 1`] = ` class="w-30 min-w-32" >
- - - - - - - -
-
- - - - -
- - 5 - -
- - -
-
-
-
- - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - - -
-
-
-
-
- - -
- - -
- Active + Selected
-
-
-
- - - - - -
-
- - - - - - - +
@@ -40533,7 +37920,7 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 6 + 2
@@ -40542,33 +37929,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7762598E3e3203FAC062D2588e70950CF19F918B - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -40603,7 +37981,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x7762598E3e3203FAC062D2588e70950CF19F918B" + href="https://explorer-demo.mainsailhq.com/addresses/0x03BC306C369A55c0336EB003bB07F29E5c150F36" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + + +
+ + 16 + +
+ + +
+
+
+ + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e -
-
+ + + +   +
@@ -42605,7 +40011,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x218A779dcAC83b284a4417A75128c3c881156bAE" + href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + + +
+ + 24 + +
+ + +
+
+
+ + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 -
-
+ + + +   +
@@ -43683,7 +41171,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0" + href="https://explorer-demo.mainsailhq.com/addresses/0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + + +
+ + 32 + +
+ + +
+
+
+ + + + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -44761,7 +42331,7 @@ exports[`Votes > should select a validator 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xC46C85b3Dc856cdD23ac864a38be2E12090e7715" + href="https://explorer-demo.mainsailhq.com/addresses/0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd" rel="noopener noreferrer" > should select a validator 1`] = ` > + + + + + + + + + +
+ + 34 + +
+ + +
+
+
+ + + + 0x4041C30B708da49227856c005a656F55fe44eF1C -
-
+ + + +   +
@@ -45008,33 +42714,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 -
-
+ + + +   +
@@ -45162,33 +42859,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 - + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 -
-
+ + + +   +
@@ -45316,33 +43004,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -45470,33 +43149,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 - + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 -
-
+ + + +   +
@@ -45624,33 +43294,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 -
-
+ + + +   +
@@ -45778,33 +43439,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe - + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe -
-
+ + + +   +
@@ -45932,33 +43584,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -46086,33 +43729,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -46240,33 +43874,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -46394,33 +44019,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE -
-
+ + + +   +
@@ -46548,33 +44164,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B -
-
+ + + +   +
@@ -46702,33 +44309,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x44083669cf29374D548b71c558EBD1e2F5DCC4De - + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De -
-
+ + + +   +
@@ -46856,33 +44454,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae - + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae -
-
+ + + +   +
@@ -47010,33 +44599,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 - + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 -
-
+ + + +   +
@@ -47164,33 +44744,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3FCe699F036325B142e5568992EaA020ee15518B - + 0x3FCe699F036325B142e5568992EaA020ee15518B -
-
+ + + +   +
@@ -47318,33 +44889,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x69aD988298FB856adD785070781aaE6370cf0093 - + 0x69aD988298FB856adD785070781aaE6370cf0093 -
-
+ + + +   +
@@ -47472,33 +45034,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 -
-
+ + + +   +
@@ -47626,33 +45179,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B - + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B -
-
+ + + +   +
@@ -47780,33 +45324,24 @@ exports[`Votes > should select a validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e - + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e -
-
+ + + +   +
@@ -48111,7 +45646,7 @@ exports[`Votes > should select a validator 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select a validator 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -49417,33 +46936,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - + 0xB8Be76b31E402a2D89294Aa107056484Bef94362 -
-
+ + + +   +
@@ -49562,33 +47072,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -49707,33 +47208,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - + 0x56F925416Ef2725646442D5E0150088bd7202aCd -
-
+ + + +   +
@@ -49852,33 +47344,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - + 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 -
-
+ + + +   +
@@ -49997,33 +47480,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - + 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 -
-
+ + + +   +
@@ -50142,33 +47616,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7762598E3e3203FAC062D2588e70950CF19F918B - + 0x7762598E3e3203FAC062D2588e70950CF19F918B -
-
+ + + +   +
@@ -50287,33 +47752,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x677fdAE653661CC73295728746E3653351d50887 - + 0x677fdAE653661CC73295728746E3653351d50887 -
-
+ + + +   +
@@ -50432,33 +47888,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xDF419379AD91b59005e438fB47deE4D610B997a5 - + 0xDF419379AD91b59005e438fB47deE4D610B997a5 -
-
+ + + +   +
@@ -50577,33 +48024,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db - + 0xEbc20236953408F61356AE616ce3fD3c46EBF2Db -
-
+ + + +   +
@@ -50722,33 +48160,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe - + 0xb78843D7a0F237AA83911a9834Bf410C1b4c1CDe -
-
+ + + +   +
@@ -50867,33 +48296,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x137c59f371a7049159ef19a72f908773Ade219b1 - + 0x137c59f371a7049159ef19a72f908773Ade219b1 -
-
+ + + +   +
@@ -51012,33 +48432,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x54e64501796D3040a826628490B5Ea755B56E965 - + 0x54e64501796D3040a826628490B5Ea755B56E965 -
-
+ + + +   +
@@ -51157,33 +48568,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 - + 0x07Ac3E438719be72a9e2591bB6015F10E8Af2468 -
-
+ + + +   +
@@ -51302,33 +48704,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 - + 0xa732C81De8a23d1aa2422463Fe7489b2cBCb48c4 -
-
+ + + +   +
@@ -51447,33 +48840,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F - + 0x9fF98D41d6a06062e9566c0d0d8A0BB92D5baD6F -
-
+ + + +   +
@@ -51592,33 +48976,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e - + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e -
-
+ + + +   +
@@ -51737,33 +49112,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3F8eCbF08078F22038235F9834540A960E99085b - + 0x3F8eCbF08078F22038235F9834540A960E99085b -
-
+ + + +   +
@@ -51882,33 +49248,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7e1372c9B66F434A22c429C600835894cE33641b - + 0x7e1372c9B66F434A22c429C600835894cE33641b -
-
+ + + +   +
@@ -52027,33 +49384,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x218A779dcAC83b284a4417A75128c3c881156bAE - + 0x218A779dcAC83b284a4417A75128c3c881156bAE -
-
+ + + +   +
@@ -52172,33 +49520,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a - + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a -
-
+ + + +   +
@@ -52317,33 +49656,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 - + 0x1Bf9cf8a006a5279ca81Ea9D3F6aC2D41e1353e2 -
-
+ + + +   +
@@ -52453,152 +49783,7 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 22 - - - - -
-
-
-
-
- - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 23 + 22
@@ -52607,33 +49792,160 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
+ + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + + + +   + +
+
+ + + +
+ +
-
- + + +
+ + + + + +
+
+ +
+
+ + + + +
+ + 23 + +
+ + +
+
+
+ + + + 0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7 + + + + +   +
@@ -52752,33 +50064,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 - + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 -
-
+ + + +   +
@@ -52897,33 +50200,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e - + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e -
-
+ + + +   +
@@ -53042,33 +50336,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 - + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 -
-
+ + + +   +
@@ -53187,33 +50472,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 - + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 -
-
+ + + +   +
@@ -53332,33 +50608,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB - + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB -
-
+ + + +   +
@@ -53477,33 +50744,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 - + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 -
-
+ + + +   +
@@ -53622,33 +50880,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x373012E575CFD07dCd1139AEb3D71188677039be - + 0x373012E575CFD07dCd1139AEb3D71188677039be -
-
+ + + +   +
@@ -53767,33 +51016,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c - + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c -
-
+ + + +   +
@@ -53912,33 +51152,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -54057,33 +51288,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 -
-
+ + + +   +
@@ -54202,33 +51424,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x4041C30B708da49227856c005a656F55fe44eF1C - + 0x4041C30B708da49227856c005a656F55fe44eF1C -
-
+ + + +   +
@@ -54347,33 +51560,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 -
-
+ + + +   +
@@ -54492,33 +51696,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 - + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 -
-
+ + + +   +
@@ -54637,33 +51832,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -54782,33 +51968,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 - + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 -
-
+ + + +   +
@@ -54927,33 +52104,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 -
-
+ + + +   +
@@ -55072,33 +52240,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe - + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe -
-
+ + + +   +
@@ -55217,33 +52376,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -55362,33 +52512,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -55507,33 +52648,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -55652,33 +52784,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE -
-
+ + + +   +
@@ -55797,33 +52920,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B -
-
+ + + +   +
@@ -55942,33 +53056,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x44083669cf29374D548b71c558EBD1e2F5DCC4De - + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De -
-
+ + + +   +
@@ -56087,33 +53192,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae - + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae -
-
+ + + +   +
@@ -56232,33 +53328,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 - + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 -
-
+ + + +   +
@@ -56377,33 +53464,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3FCe699F036325B142e5568992EaA020ee15518B - + 0x3FCe699F036325B142e5568992EaA020ee15518B -
-
+ + + +   +
@@ -56522,33 +53600,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x69aD988298FB856adD785070781aaE6370cf0093 - + 0x69aD988298FB856adD785070781aaE6370cf0093 -
-
+ + + +   +
@@ -56667,33 +53736,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 -
-
+ + + +   +
@@ -56812,33 +53872,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B - + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B -
-
+ + + +   +
@@ -56957,33 +54008,24 @@ exports[`Votes > should select an address and validator 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e - + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e -
-
+ + + +   +
@@ -57279,7 +54321,7 @@ exports[`Votes > should select an address and validator 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should select an address and validator 1`] = ` -
-
-
- - - - 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 - - -
-
-
+ + + + 0xA46720D11Bc8408411Cbd45057EeDA6d32D2Af54 + + +
@@ -58638,332 +55664,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3 bg-theme-success-100 dark:bg-theme-background dark:border-theme-success-600 dim:border-theme-success-600" >
-
-
+ + - - - 0xB8Be76b31E402a2D89294Aa107056484Bef94362 - - -
-
-
-
- - - -
- - -
- Active -
-
-
-
- - - - - -
-
- -
-
- - - - -
- - 2 - -
- - -
-
-
-
-
- - - - 0x03BC306C369A55c0336EB003bB07F29E5c150F36 - - -
-
-
-
-
- - -
- - -
- Active -
-
-
-
- - - - - -
-
- + - - - +   - -
-
- - - - -
- - 3 - -
- - -
-
-
-
-
- - - - 0x56F925416Ef2725646442D5E0150088bd7202aCd - - -
-
@@ -58972,7 +55690,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="hidden sm:table-cell" >
@@ -58990,7 +55708,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="hidden sm:table-cell" >
@@ -58998,7 +55716,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x56F925416Ef2725646442D5E0150088bd7202aCd" + href="https://explorer-demo.mainsailhq.com/addresses/0xB8Be76b31E402a2D89294Aa107056484Bef94362" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` class="w-30 min-w-32" >
- - - - - - - -
-
- - - - -
- - 4 - -
- - -
-
-
-
- - - - 0xb7ec3FE01A2b29Eb0cf472c0d9576fC057954e54 - - -
-
-
-
-
- - -
- - -
- Active + Selected
-
-
-
- - - - - -
-
- - - - - - - +
@@ -59236,7 +55791,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 5 + 2
@@ -59245,33 +55800,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87 - + 0x03BC306C369A55c0336EB003bB07F29E5c150F36 -
-
+ + + +   +
@@ -59306,7 +55852,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x95b4Cf480fC2C1e90A3Aee36B5DC1D8A0C623b87" + href="https://explorer-demo.mainsailhq.com/addresses/0x03BC306C369A55c0336EB003bB07F29E5c150F36" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + + + + + + + + + +
+ + 16 + +
+ + +
+
+
+ + + + 0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e -
-
+ + + +   +
@@ -61308,7 +57882,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x7e1372c9B66F434A22c429C600835894cE33641b" + href="https://explorer-demo.mainsailhq.com/addresses/0xB34415Af3A8127596b94f86efdb6AdaE2E9dF45e" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + + + + + + + @@ -61845,7 +58401,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 rounded-l dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 ml-3 pl-3 text-sm leading-[17px] font-semibold border-2 border-r-0 border-transparent h-9 min-h-9 my-0" > - 22 + 20 @@ -61854,33 +58410,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 - + 0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a -
-
+ + + +   +
@@ -61915,7 +58462,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" + href="https://explorer-demo.mainsailhq.com/addresses/0x2F61f2118fd6Fa819Cf1695642c14145a4539F9a" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + + + + + + +
+ + 22 + +
+ + +
+
+
+ + + + 0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8 + + + + +   +
@@ -62069,7 +58743,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="relative cursor-pointer space-x-1 font-semibold no-underline transition-colors focus:outline-hidden text-theme-primary-600 hover:text-theme-primary-700 active:text-theme-primary-400 dark:hover:text-theme-primary-500 dim:text-theme-dim-navy-600 dim-hover:text-theme-dim-navy-700 ring-focus group/inner inline-block [&_svg]:text-theme-secondary-500 dark:[&_svg]:text-theme-secondary-700 dim:[&_svg]:text-theme-dim-500 w-24 md:w-auto" data-ring-focus-margin="-m-1" data-testid="Link" - href="https://explorer-demo.mainsailhq.com/addresses/0x59b7882d257D7C1C5e82f61F09DfAec7d9bF97d7" + href="https://explorer-demo.mainsailhq.com/addresses/0xA64d324eBc9E95d763A45B77bdAa0546d0D37DC8" rel="noopener noreferrer" > should trigger network connection warning 1`] = ` > + +
+
+ + + + + + +
+ + 24 + +
+ + +
+
+
+ + + + 0x1e9c31895Da0F14d7c0f73F1BC0567631cb0fF01 -
-
+ + + +   +
@@ -62316,33 +59126,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e - + 0x38f3f308e63Ae213633d71ed6f4A89d4Ee7C386e -
-
+ + + +   +
@@ -62470,33 +59271,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 - + 0x57Dc55AED392F634d6bea6E6A89718de7f5fA7e0 -
-
+ + + +   +
@@ -62624,33 +59416,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 - + 0x989eb5C243Ac348fed0a32704a6a767Ceab26065 -
-
+ + + +   +
@@ -62778,33 +59561,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB - + 0x9df2D2396BcEB5B0D3d5b4D1fF53E1373d776CBB -
-
+ + + +   +
@@ -62932,33 +59706,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 - + 0xa1440fda0dc509B428E0C954893Ac3ec21dDb146 -
-
+ + + +   +
@@ -63086,33 +59851,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x373012E575CFD07dCd1139AEb3D71188677039be - + 0x373012E575CFD07dCd1139AEb3D71188677039be -
-
+ + + +   +
@@ -63240,33 +59996,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c - + 0xD07c4ccd83cff5b6B6e9e29181824c0a2Df1139c -
-
+ + + +   +
@@ -63394,33 +60141,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd - + 0x09C94A51cb63b4b70A9Dbf190543c371741D13Fd -
-
+ + + +   +
@@ -63548,33 +60286,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 - + 0xC46C85b3Dc856cdD23ac864a38be2E12090e7715 -
-
+ + + +   +
@@ -63702,33 +60431,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x4041C30B708da49227856c005a656F55fe44eF1C - + 0x4041C30B708da49227856c005a656F55fe44eF1C -
-
+ + + +   +
@@ -63856,33 +60576,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 - + 0xC3bBE9B1CeE1ff85Ad72b87414B0E9B7F2366763 -
-
+ + + +   +
@@ -64010,33 +60721,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 - + 0xA71dAdA10295c14854B5FBc6D28eFd170e8470B4 -
-
+ + + +   +
@@ -64164,33 +60866,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 - + 0xFf44bE17e48C35D0bcB6f64b36cddbea45B17817 -
-
+ + + +   +
@@ -64318,33 +61011,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 - + 0x6762BAAaE8374748793c77225FFb6a444a9D5de9 -
-
+ + + +   +
@@ -64472,33 +61156,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 - + 0x522CbD1C22529a27ba4BFDBf4b6f037F71b2AC77 -
-
+ + + +   +
@@ -64626,33 +61301,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe - + 0x12361f0Bd5f95C3Ea8BF34af48F5484b811B5CCe -
-
+ + + +   +
@@ -64780,33 +61446,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 - + 0x7AF9d8582F439ECC9d83c84a425DFbA422bc7a84 -
-
+ + + +   +
@@ -64934,33 +61591,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da - + 0xC2402c93F00C67B10a11d78CE5c57B3D8D1FC2da -
-
+ + + +   +
@@ -65088,33 +61736,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db - + 0x2a74550fC2e741118182B7ab020DC0B7Ed01e1db -
-
+ + + +   +
@@ -65242,33 +61881,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE - + 0xBA595868ce9F740Cba0e39de124ca33fb5Ed92fE -
-
+ + + +   +
@@ -65396,33 +62026,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B - + 0xFb0Af483A0a4FdE23EA71aDBE2ea2D4301828E4B -
-
+ + + +   +
@@ -65550,33 +62171,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x44083669cf29374D548b71c558EBD1e2F5DCC4De - + 0x44083669cf29374D548b71c558EBD1e2F5DCC4De -
-
+ + + +   +
@@ -65704,33 +62316,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae - + 0x1C45E829a6a0d5AfB01f9FB0F394D0D8aA2f4fae -
-
+ + + +   +
@@ -65858,33 +62461,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 - + 0x21c61c9E608df7ad6fD8730a0CEBe37A83B9F365 -
-
+ + + +   +
@@ -66012,33 +62606,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x3FCe699F036325B142e5568992EaA020ee15518B - + 0x3FCe699F036325B142e5568992EaA020ee15518B -
-
+ + + +   +
@@ -66166,33 +62751,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x69aD988298FB856adD785070781aaE6370cf0093 - + 0x69aD988298FB856adD785070781aaE6370cf0093 -
-
+ + + +   +
@@ -66320,33 +62896,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 - + 0x7228d1eE0Fa9AC810Aa02072bFdde6A172258051 -
-
+ + + +   +
@@ -66474,33 +63041,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B - + 0xBE47E4E73DC8c82f0fF2f5BFa8900aA57624144B -
-
+ + + +   +
@@ -66628,33 +63186,24 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="flex px-3 items-center transition-colors duration-100 dark:group-hover:bg-theme-dark-950 group-hover:bg-theme-primary-100 dim:group-hover:bg-theme-dim-950 font-semibold border-t-2 border-b-2 border-transparent text-sm leading-[17px] h-9 min-h-9 my-0 space-x-3" >
-
-
+ + - - - 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e - + 0x07CDD5CB29a70ad52ba6F4ad9fb94d397a26486e -
-
+ + + +   +
@@ -66959,7 +63508,7 @@ exports[`Votes > should trigger network connection warning 1`] = ` class="lg:text flex w-full overflow-x-auto xl:-mt-px" >
should trigger network connection warning 1`] = ` -
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
diff --git a/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap b/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap index 239e4e811f..476017aaea 100644 --- a/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap +++ b/src/domains/wallet/components/DeleteWallet/__snapshots__/DeleteWallet.test.tsx.snap @@ -191,34 +191,18 @@ exports[`DeleteWallet > should render a modal 1`] = ` class="absolute inset-y-0 left-4 flex items-center border border-transparent right-4" >
-
-
-
- - - - 0x125b484e51Ad990b5b3140931f3BD8eAee85Db23 - - -
-
-
+ + + + 0x125b484e51Ad990b5b3140931f3BD8eAee85Db23 + + +
should render with a wallet name 1`] = ` data-testid="ReceiveFunds__Name_Address" >
should render with a wallet name 1`] = ` -
-
-
- - - - abc - - -
-
-
+ + + + abc + + +
@@ -499,34 +483,18 @@ exports[`#WalletVote > WalletVote > should render as all resigned 1`] = ` class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -2405,34 +2373,18 @@ exports[`#WalletVote > WalletVote > single vote networks > should render a vote class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -2511,34 +2463,18 @@ exports[`#WalletVote > WalletVote > single vote networks > should render a vote class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
@@ -2721,34 +2657,18 @@ exports[`#WalletVote > WalletVote > single vote networks > should render a vote class="xs:max-w-32 max-w-28 flex-1 shrink-0 truncate sm:max-w-40 md:max-w-44" >
-
-
-
- - - - 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 - - -
-
-
+ + + + 0xcd15953dD076e56Dc6a5bc46Da23308Ff3158EE6 + + +
From 50a65c3e0119bed1e7bc47f3dcb145672c1c1cbc Mon Sep 17 00:00:00 2001 From: goga-m Date: Fri, 29 May 2026 13:55:03 +0200 Subject: [PATCH 16/16] wip --- .../components/TokenDetailsSidepanel/TokensDetailSidepanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domains/tokens/components/TokenDetailsSidepanel/TokensDetailSidepanel.tsx b/src/domains/tokens/components/TokenDetailsSidepanel/TokensDetailSidepanel.tsx index ce3b430408..9db882e421 100644 --- a/src/domains/tokens/components/TokenDetailsSidepanel/TokensDetailSidepanel.tsx +++ b/src/domains/tokens/components/TokenDetailsSidepanel/TokensDetailSidepanel.tsx @@ -167,7 +167,7 @@ export const TokenDetailSidepanel = ({ address={walletToken.token().address()} showCopyButton walletNameClass="text-theme-text text-sm leading-[17px] sm:leading-5 sm:text-base" - wrapperClass="justify-end sm:justify-start" + wrapperClass="justify-end sm:justify-start max-w-[26.25rem]" addressClass={cn( "text-sm leading-[17px] sm:leading-5 sm:text-base w-full w-3/4", )}