From b147cdec8d23fb475aef3e650d719351ad3fd867 Mon Sep 17 00:00:00 2001 From: Jack Short Date: Fri, 17 May 2024 12:26:09 -0400 Subject: [PATCH] feat(web): currency and language selector elements (#72) --- src/interface/trace.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/interface/trace.ts b/src/interface/trace.ts index de67028..5a7abb2 100644 --- a/src/interface/trace.ts +++ b/src/interface/trace.ts @@ -89,8 +89,11 @@ export enum InterfaceElementName { POOLS_TABLE_ROW = 'pools-table-row', PRICE_UPDATE_ACCEPT_BUTTON = 'price-update-accept-button', SEND_BUTTON = 'send-button', + SEND_FIAT_TOGGLE = 'send-fiat-toggle', SEND_MAX_BUTTON = 'send-max-button', SEND_REVIEW_BUTTON = 'send-review-button', + SETTINGS_CURRENCY_OPTION = 'settings-currency-option', + SETTINGS_LANGUAGE_OPTION = 'settings-language-option', SUPPORT_LINK = 'support-link', SWAP_BUTTON = 'swap-button', SWAP_DETAILS_DROPDOWN = 'swap-details-dropdown',