Skip to content

Instantly share code, notes, and snippets.

@thisconnect
Created April 23, 2024 15:17
Show Gist options
  • Save thisconnect/ceea8d1935c126a66447bb7fc0289ac4 to your computer and use it in GitHub Desktop.
Save thisconnect/ceea8d1935c126a66447bb7fc0289ac4 to your computer and use it in GitHub Desktop.
diff the built files
diff --git a/build/assets/index.es.js b/build/assets/index.es.js
index e296771..b90fa8b 100644
--- a/build/assets/index.es.js
+++ b/build/assets/index.es.js
@@ -1578,7 +1578,7 @@ function requireBrowser() {
function wrap(opts, logger, level) {
if (!opts.transmit && logger[level] === noop)
return;
- logger[level] = function(write) {
+ logger[level] = /* @__PURE__ */ function(write) {
return function LOG() {
const ts2 = opts.timestamp();
const args = new Array(arguments.length);
@@ -4449,7 +4449,7 @@ lodash_isequal.exports;
function eq(value, other) {
return value === other || value !== value && other !== other;
}
- var isArguments = baseIsArguments(function() {
+ var isArguments = baseIsArguments(/* @__PURE__ */ function() {
return arguments;
}()) ? baseIsArguments : function(value) {
return isObjectLike(value) && hasOwnProperty.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
@@ -4493,6 +4493,7 @@ lodash_isequal.exports;
})(lodash_isequal, lodash_isequal.exports);
var lodash_isequalExports = lodash_isequal.exports;
const Bi = /* @__PURE__ */ getDefaultExportFromCjs(lodash_isequalExports);
+var define_process_env_default = {};
function Vi(r, e) {
if (r.length >= 255)
throw new TypeError("Alphabet too long");
@@ -6029,7 +6030,7 @@ class Vt extends y {
}, this.getVerifyUrl = (i) => {
let s = i || $;
return _t.includes(s) || (this.logger.info(`verify url: ${s}, not included in trusted list, assigning default: ${$}`), s = $), s;
- }, this.logger = cjs$1.generateChildLogger(t, this.name), this.verifyUrl = $, this.abortController = new AbortController(), this.isDevEnv = te$1() && {}.IS_VITEST;
+ }, this.logger = cjs$1.generateChildLogger(t, this.name), this.verifyUrl = $, this.abortController = new AbortController(), this.isDevEnv = te$1() && define_process_env_default.IS_VITEST;
}
get context() {
return cjs$1.getLoggerContext(this.logger);
diff --git a/build/assets/index.es2.js b/build/assets/index.es2.js
index 5bd9974..8bf56e6 100644
--- a/build/assets/index.es2.js
+++ b/build/assets/index.es2.js
@@ -4191,7 +4191,7 @@ function getAddress(address) {
}
return result;
}
-globalThis && globalThis.__awaiter || function(thisArg, _arguments, P2, generator) {
+(function(thisArg, _arguments, P2, generator) {
function adopt(value) {
return value instanceof P2 ? value : new P2(function(resolve) {
resolve(value);
@@ -4217,7 +4217,7 @@ globalThis && globalThis.__awaiter || function(thisArg, _arguments, P2, generato
}
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
-};
+});
function defineReadOnly(object, name, value) {
Object.defineProperty(object, name, {
enumerable: true,
diff --git a/build/assets/index.js b/build/assets/index.js
index 5c50898..28d9d8e 100644
--- a/build/assets/index.js
+++ b/build/assets/index.js
@@ -1,3 +1,9 @@
+function __vite__mapDeps(indexes) {
+ if (!__vite__mapDeps.viteFileDeps) {
+ __vite__mapDeps.viteFileDeps = []
+ }
+ return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
+}
var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
@@ -40901,59 +40907,59 @@ const useDarkmode = () => {
const { isDarkMode, toggleDarkmode } = reactExports.useContext(DarkModeContext);
return { isDarkMode, toggleDarkmode };
};
-const alert = "" + new URL("alert-triangle.svg", import.meta.url).href;
+const alert = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23EC644B'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-alert-triangle'%3e%3cpath%20d='M10.29%203.86L1.82%2018a2%202%200%200%200%201.71%203h16.94a2%202%200%200%200%201.71-3L13.71%203.86a2%202%200%200%200-3.42%200z'%3e%3c/path%3e%3cline%20x1='12'%20y1='9'%20x2='12'%20y2='13'%3e%3c/line%3e%3cline%20x1='12'%20y1='17'%20x2='12'%20y2='17'%3e%3c/line%3e%3c/svg%3e";
const BB02StylizedDark = "" + new URL("bitbox02-stylized-reflection-dark.png", import.meta.url).href;
const BB02StylizedLight = "" + new URL("bitbox02-stylized-reflection-light.png", import.meta.url).href;
-const info$4 = "" + new URL("info.svg", import.meta.url).href;
-const arrowCircleLeftSVG = "" + new URL("arrow-circle-left.svg", import.meta.url).href;
-const arrowCircleLeftActiveSVG = "" + new URL("arrow-circle-left-active.svg", import.meta.url).href;
-const arrowCircleRightSVG = "" + new URL("arrow-circle-right.svg", import.meta.url).href;
-const arrowCircleRightActiveSVG = "" + new URL("arrow-circle-right-active.svg", import.meta.url).href;
-const bankDarkSVG = "" + new URL("bank.svg", import.meta.url).href;
-const bankLightSVG = "" + new URL("bank-light.svg", import.meta.url).href;
-const buyInfoSVG = "" + new URL("buy-info.svg", import.meta.url).href;
-const checkedSmallSVG = "" + new URL("checked-small.svg", import.meta.url).href;
-const checkSVG = "" + new URL("check.svg", import.meta.url).href;
-const chevronRightDark = "" + new URL("chevron-right-dark.svg", import.meta.url).href;
-const chevronLeftDark = "" + new URL("chevron-left-dark.svg", import.meta.url).href;
-const cancelSVG = "" + new URL("cancel.svg", import.meta.url).href;
-const creditCardDarkSVG = "" + new URL("credit-card.svg", import.meta.url).href;
-const creditCardLightSVG = "" + new URL("credit-card-light.svg", import.meta.url).href;
-const editSVG = "" + new URL("edit.svg", import.meta.url).href;
-const editLightSVG = "" + new URL("edit-light.svg", import.meta.url).href;
-const editActiveSVG = "" + new URL("edit-active.svg", import.meta.url).href;
-const ETH = "" + new URL("eth-color.svg", import.meta.url).href;
-const redDotSVG = "" + new URL("red-dot.svg", import.meta.url).href;
-const greenDotSVG = "" + new URL("green-dot.svg", import.meta.url).href;
-const yellowDotSVG = "" + new URL("yellow-dot.svg", import.meta.url).href;
-const orangeDotSVG = "" + new URL("orange-dot.svg", import.meta.url).href;
-const copySVG = "" + new URL("copy.svg", import.meta.url).href;
-const shieldSVG = "" + new URL("shield.svg", import.meta.url).href;
-const closeSVG = "" + new URL("close.svg", import.meta.url).href;
-const closeXWhiteSVG = "" + new URL("close-x-white.svg", import.meta.url).href;
-const closeXDarkSVG = "" + new URL("close-x-dark.svg", import.meta.url).href;
-const externalLink = "" + new URL("external-link.svg", import.meta.url).href;
-const eyeClosedSVG = "" + new URL("eye-closed.svg", import.meta.url).href;
-const eyeOpenedSVG = "" + new URL("eye-opened.svg", import.meta.url).href;
-const eyeOpenedDarkSVG = "" + new URL("eye-opened-dark.svg", import.meta.url).href;
-const globeDarkSVG = "" + new URL("globe-dark.svg", import.meta.url).href;
-const globeLightSVG = "" + new URL("globe-light.svg", import.meta.url).href;
-const guideSVG = "" + new URL("guide.svg", import.meta.url).href;
-const menuDarkSVG = "" + new URL("menu-dark.svg", import.meta.url).href;
-const menuLightSVG = "" + new URL("menu-light.svg", import.meta.url).href;
-const walletConnectDarkSVG = "" + new URL("wallet-connect-dark.svg", import.meta.url).href;
-const walletConnectLightSVG = "" + new URL("wallet-connect-light.svg", import.meta.url).href;
-const walletConnectDefaultSVG = "" + new URL("wallet-connect-default.svg", import.meta.url).href;
+const info$4 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%235e94bf'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%3e%3c/circle%3e%3cline%20x1='12'%20y1='16'%20x2='12'%20y2='12'%3e%3c/line%3e%3cline%20x1='12'%20y1='8'%20x2='12'%20y2='8.5'%3e%3c/line%3e%3c/svg%3e";
+const arrowCircleLeftSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1.6'%20strokeLinecap='round'%20strokeLinejoin='round'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'/%3e%3cpath%20d='m12%208-4%204%204%204M16%2012H8'/%3e%3c/svg%3e";
+const arrowCircleLeftActiveSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='%235e94bf'%20stroke-width='1.6'%20strokeLinecap='round'%20strokeLinejoin='round'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'/%3e%3cpath%20d='m12%208-4%204%204%204M16%2012H8'/%3e%3c/svg%3e";
+const arrowCircleRightSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1.6'%20strokeLinecap='round'%20strokeLinejoin='round'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'/%3e%3cpath%20d='m12%2016%204-4-4-4M8%2012h8'/%3e%3c/svg%3e";
+const arrowCircleRightActiveSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='%235e94bf'%20stroke-width='1.6'%20strokeLinecap='round'%20strokeLinejoin='round'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'/%3e%3cpath%20d='m12%2016%204-4-4-4M8%2012h8'/%3e%3c/svg%3e";
+const bankDarkSVG = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.969%206.21888C13.4518%206.21888%2013.6533%205.59857%2013.2611%205.31263L7.29395%200.972009C7.20873%200.909575%207.10584%200.875916%207.0002%200.875916C6.89456%200.875916%206.79167%200.909575%206.70645%200.972009L0.739264%205.31263C0.347076%205.59701%200.548639%206.21888%201.03301%206.21888H2.0002V12.0626H0.875201C0.806451%2012.0626%200.750201%2012.1189%200.750201%2012.1876V13.0001C0.750201%2013.0689%200.806451%2013.1251%200.875201%2013.1251H13.1252C13.194%2013.1251%2013.2502%2013.0689%2013.2502%2013.0001V12.1876C13.2502%2012.1189%2013.194%2012.0626%2013.1252%2012.0626H12.0002V6.21888H12.969ZM4.95333%2012.0626H3.1252V6.21888H4.95333V12.0626ZM7.90645%2012.0626H6.07833V6.21888H7.90645V12.0626ZM10.8752%2012.0626H9.03145V6.21888H10.8752V12.0626Z'%20fill='%23262626'/%3e%3c/svg%3e";
+const bankLightSVG = "data:image/svg+xml,%3csvg%20width='13'%20height='13'%20viewBox='0%200%2013%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4369%205.34297C12.9198%205.34297%2013.1213%204.72266%2012.7291%204.43672L6.76195%200.0960935C6.67673%200.033659%206.57384%200%206.4682%200C6.36255%200%206.25966%200.033659%206.17445%200.0960935L0.207258%204.43672C-0.184929%204.72109%200.0166333%205.34297%200.501008%205.34297H1.4682V11.1867H0.343196C0.274446%2011.1867%200.218196%2011.243%200.218196%2011.3117V12.1242C0.218196%2012.193%200.274446%2012.2492%200.343196%2012.2492H12.5932C12.6619%2012.2492%2012.7182%2012.193%2012.7182%2012.1242V11.3117C12.7182%2011.243%2012.6619%2011.1867%2012.5932%2011.1867H11.4682V5.34297H12.4369ZM4.42132%2011.1867H2.5932V5.34297H4.42132V11.1867ZM7.37445%2011.1867H5.54632V5.34297H7.37445V11.1867ZM10.3432%2011.1867H8.49945V5.34297H10.3432V11.1867Z'%20fill='white'/%3e%3c/svg%3e";
+const buyInfoSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%201.5C6.20156%201.5%201.5%206.20156%201.5%2012C1.5%2017.7984%206.20156%2022.5%2012%2022.5C17.7984%2022.5%2022.5%2017.7984%2022.5%2012C22.5%206.20156%2017.7984%201.5%2012%201.5ZM12%2020.7188C7.18594%2020.7188%203.28125%2016.8141%203.28125%2012C3.28125%207.18594%207.18594%203.28125%2012%203.28125C16.8141%203.28125%2020.7188%207.18594%2020.7188%2012C20.7188%2016.8141%2016.8141%2020.7188%2012%2020.7188Z'%20fill='%23BFBFBF'/%3e%3cpath%20d='M10.875%207.875C10.875%208.17337%2010.9935%208.45952%2011.2045%208.6705C11.4155%208.88147%2011.7016%209%2012%209C12.2984%209%2012.5845%208.88147%2012.7955%208.6705C13.0065%208.45952%2013.125%208.17337%2013.125%207.875C13.125%207.57663%2013.0065%207.29048%2012.7955%207.0795C12.5845%206.86853%2012.2984%206.75%2012%206.75C11.7016%206.75%2011.4155%206.86853%2011.2045%207.0795C10.9935%207.29048%2010.875%207.57663%2010.875%207.875ZM12.5625%2010.5H11.4375C11.3344%2010.5%2011.25%2010.5844%2011.25%2010.6875V17.0625C11.25%2017.1656%2011.3344%2017.25%2011.4375%2017.25H12.5625C12.6656%2017.25%2012.75%2017.1656%2012.75%2017.0625V10.6875C12.75%2010.5844%2012.6656%2010.5%2012.5625%2010.5Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e";
+const checkedSmallSVG = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010Z'%20fill='%237ABA7A'/%3e%3cpath%20d='M15.0003%206.15295L9.60063%2013.6663C9.52516%2013.772%209.42567%2013.8582%209.31041%2013.9176C9.19515%2013.977%209.06743%2014.008%208.93785%2014.008C8.80827%2014.008%208.68056%2013.977%208.56529%2013.9176C8.45003%2013.8582%208.35054%2013.772%208.27507%2013.6663L5.07785%209.22005C4.98042%209.08367%205.07785%208.89327%205.2445%208.89327H6.44699C6.70851%208.89327%206.95721%209.01935%207.11105%209.23549L8.93657%2011.7777L10.9518%208.97303L12.9671%206.16839C13.1209%205.95482%2013.3671%205.82617%2013.6311%205.82617H14.8336C15.0003%205.82617%2015.0977%206.01658%2015.0003%206.15295Z'%20fill='white'/%3e%3c/svg%3e";
+const checkSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23FFFFFF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-check'%3e%3cpolyline%20points='20%206%209%2017%204%2012'%3e%3c/polyline%3e%3c/svg%3e";
+const chevronRightDark = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23777777'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpolyline%20points='9%2018%2015%2012%209%206'%3e%3c/polyline%3e%3c/svg%3e";
+const chevronLeftDark = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.25%204.5L6.75%209L11.25%2013.5'%20stroke='%23777777'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
+const cancelSVG = "data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20viewBox='0%200%20252%20252'%20width='100px'%20height='100px'%3e%3cg%20transform='translate(-15.12,-15.12)%20scale(1.12,1.12)'%3e%3cg%20fill='none'%20fill-rule='nonzero'%20stroke='none'%20stroke-width='1'%20stroke-linecap='butt'%20stroke-linejoin='miter'%20stroke-miterlimit='10'%20stroke-dasharray=''%20stroke-dashoffset='0'%20font-family='none'%20font-weight='none'%20font-size='none'%20text-anchor='none'%20style='mix-blend-mode:%20normal'%3e%3cpath%20d='M0,252v-252h252v252z'%20fill='none'/%3e%3cg%20fill='%23ec644b'%3e%3cpath%20d='M126,15.12c-61.17764,0%20-110.88,49.70236%20-110.88,110.88c0,61.17764%2049.70236,110.88%20110.88,110.88c61.17764,0%20110.88,-49.70236%20110.88,-110.88c0,-61.17764%20-49.70236,-110.88%20-110.88,-110.88zM126,25.2c55.73,0%20100.8,45.07%20100.8,100.8c0,55.73%20-45.07,100.8%20-100.8,100.8c-55.73,0%20-100.8,-45.07%20-100.8,-100.8c0,-55.73%2045.07,-100.8%20100.8,-100.8zM85.63078,80.59078c-2.05089,0.00054%20-3.89697,1.24365%20-4.66871,3.1438c-0.77173,1.90015%20-0.31523,4.07844%201.15449,5.50885l36.75656,36.75656l-36.75656,36.75656c-1.31665,1.26412%20-1.84704,3.14127%20-1.3866,4.90749c0.46044,1.76623%201.83975,3.14554%203.60598,3.60598c1.76623,0.46044%203.64338,-0.06995%204.90749,-1.3866l36.75656,-36.75656l36.75656,36.75656c1.26412,1.31665%203.14127,1.84704%204.90749,1.3866c1.76623,-0.46044%203.14554,-1.83975%203.60598,-3.60598c0.46044,-1.76623%20-0.06995,-3.64338%20-1.3866,-4.90749l-36.75656,-36.75656l36.75656,-36.75656c1.49063,-1.44896%201.93883,-3.66441%201.12863,-5.57884c-0.8102,-1.91443%20-2.71259,-3.13509%20-4.7905,-3.07382c-1.30939,0.03902%20-2.55215,0.58626%20-3.465,1.52578l-36.75656,36.75656l-36.75656,-36.75656c-0.94889,-0.97541%20-2.25185,-1.5257%20-3.61266,-1.52578z'/%3e%3c/g%3e%3cpath%20d=''%20fill='none'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const creditCardDarkSVG = "data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%200.5H0.5C0.223437%200.5%200%200.723437%200%201V3.5H14V1C14%200.723437%2013.7766%200.5%2013.5%200.5ZM0%2011C0%2011.2766%200.223437%2011.5%200.5%2011.5H13.5C13.7766%2011.5%2014%2011.2766%2014%2011V4.875H0V11ZM9.04688%208.125C9.04688%208.05625%209.10312%208%209.17188%208H11.75C11.8188%208%2011.875%208.05625%2011.875%208.125V9.25C11.875%209.31875%2011.8188%209.375%2011.75%209.375H9.17188C9.10312%209.375%209.04688%209.31875%209.04688%209.25V8.125Z'%20fill='%23262626'/%3e%3c/svg%3e";
+const creditCardLightSVG = "data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%200.5H0.5C0.223437%200.5%200%200.723437%200%201V3.5H14V1C14%200.723437%2013.7766%200.5%2013.5%200.5ZM0%2011C0%2011.2766%200.223437%2011.5%200.5%2011.5H13.5C13.7766%2011.5%2014%2011.2766%2014%2011V4.875H0V11ZM9.04688%208.125C9.04688%208.05625%209.10312%208%209.17188%208H11.75C11.8188%208%2011.875%208.05625%2011.875%208.125V9.25C11.875%209.31875%2011.8188%209.375%2011.75%209.375H9.17188C9.10312%209.375%209.04688%209.31875%209.04688%209.25V8.125Z'%20fill='white'/%3e%3c/svg%3e";
+const editSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M11%204H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-7'%20/%3e%3cpath%20d='M18.5%202.5a2.121%202.121%200%200%201%203%203L12%2015l-4%201%201-4%209.5-9.5z'%20/%3e%3c/svg%3e";
+const editLightSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M11%204H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-7'%20/%3e%3cpath%20d='M18.5%202.5a2.121%202.121%200%200%201%203%203L12%2015l-4%201%201-4%209.5-9.5z'%20/%3e%3c/svg%3e";
+const editActiveSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%235e94bf'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M11%204H4a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-7'%20/%3e%3cpath%20d='M18.5%202.5a2.121%202.121%200%200%201%203%203L12%2015l-4%201%201-4%209.5-9.5z'%20/%3e%3c/svg%3e";
+const ETH = "data:image/svg+xml,%3c!--%20icon%20source:%20from%20http://cryptoicons.co/%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23627EEA'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20fill-opacity='.602'%20d='M16.498%204v8.87l7.497%203.35z'/%3e%3cpath%20d='M16.498%204L9%2016.22l7.498-3.35z'/%3e%3cpath%20fill-opacity='.602'%20d='M16.498%2021.968v6.027L24%2017.616z'/%3e%3cpath%20d='M16.498%2027.995v-6.028L9%2017.616z'/%3e%3cpath%20fill-opacity='.2'%20d='M16.498%2020.573l7.497-4.353-7.497-3.348z'/%3e%3cpath%20fill-opacity='.602'%20d='M9%2016.22l7.498%204.353v-7.701z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const redDotSVG = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2020C15.5228%2020%2020%2015.5228%2020%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020Z'%20fill='%23EC644B'/%3e%3c/svg%3e";
+const greenDotSVG = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2020C15.5228%2020%2020%2015.5228%2020%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020Z'%20fill='%237aba7a'/%3e%3c/svg%3e";
+const yellowDotSVG = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2020C15.5228%2020%2020%2015.5228%2020%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020Z'%20fill='%23fef160'/%3e%3c/svg%3e";
+const orangeDotSVG = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2020C15.5228%2020%2020%2015.5228%2020%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020Z'%20fill='%23F5A04C'/%3e%3c/svg%3e";
+const copySVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23699ec6'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-copy'%3e%3crect%20x='9'%20y='9'%20width='13'%20height='13'%20rx='2'%20ry='2'%3e%3c/rect%3e%3cpath%20d='M5%2015H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h9a2%202%200%200%201%202%202v1'%3e%3c/path%3e%3c/svg%3e";
+const shieldSVG = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%203.48187C0.0173841%203.14487%200.0282686%202.80734%200.0538216%202.47106C0.0858074%202.0512%200.435514%201.71325%200.855581%201.686C1.22824%201.6618%201.6029%201.65632%201.97382%201.61629C3.45645%201.45642%204.82614%200.967807%206.08367%200.166395C6.33782%200.00443731%206.60301%20-0.0484792%206.89039%200.0486421C6.96707%200.0745767%207.04088%200.114437%207.10948%200.158129C8.22999%200.873627%209.44623%201.33865%2010.757%201.55501C11.2524%201.63674%2011.7518%201.67468%2012.2539%201.68175C12.7856%201.68914%2013.1313%202.03737%2013.1682%202.57028C13.2171%203.27619%2013.211%203.981%2013.1441%204.68457C12.912%207.127%2012.1017%209.34036%2010.5171%2011.2385C9.54735%2012.4%208.36833%2013.2913%206.98864%2013.9145C6.72615%2014.0331%206.46763%2014.0261%206.20549%2013.9072C4.95691%2013.3408%203.87215%2012.5495%202.9512%2011.5344C1.75227%2010.213%200.950871%208.6743%200.475781%206.96034C0.160508%205.82289%200.0127765%204.6622%200%203.48187ZM0.923382%202.56965C0.913833%202.73651%200.900433%202.90005%200.895825%203.06393C0.872609%203.88064%200.922269%204.6926%201.05529%205.49931C1.26779%206.78758%201.67096%208.0104%202.3136%209.14906C3.30342%2010.9027%204.68903%2012.2347%206.52319%2013.0852C6.58059%2013.1118%206.62607%2013.1134%206.6845%2013.0865C8.34789%2012.3179%209.65864%2011.1456%2010.6281%209.59676C11.9289%207.51822%2012.4098%205.23123%2012.3025%202.80213C12.299%202.72415%2012.2892%202.64652%2012.2822%202.56671C12.2507%202.56471%2012.2268%202.56225%2012.2029%202.56192C11.6492%202.5533%2011.0987%202.50769%2010.5528%202.41413C9.16261%202.17584%207.86993%201.68166%206.67893%200.924115C6.62676%200.890962%206.58997%200.88704%206.5339%200.921508C6.31391%201.0564%206.09342%201.19113%205.86613%201.31289C4.55%202.01874%203.14674%202.42614%201.6569%202.53128C1.41786%202.54817%201.17816%202.55662%200.923382%202.56965Z'%20fill='%234F9879'/%3e%3cpath%20d='M5.73005%208.10645C5.76248%208.06791%205.78211%208.04039%205.80569%208.01682C6.83446%206.98652%207.86411%205.9569%208.89208%204.92571C9.00598%204.81146%209.13337%204.74252%209.2983%204.76645C9.46943%204.79125%209.58845%204.88603%209.6501%205.04687C9.71209%205.20892%209.67897%205.3574%209.5702%205.48988C9.54716%205.51798%209.5202%205.54304%209.49447%205.56882C8.36014%206.70435%207.2259%207.83971%206.09149%208.97515C5.84255%209.22432%205.60841%209.2238%205.358%208.97357C4.79683%208.41281%204.23522%207.85241%203.67477%207.29078C3.49147%207.10714%203.47833%206.84604%203.63964%206.66752C3.81039%206.47867%204.09359%206.47065%204.28087%206.65482C4.54963%206.91914%204.81508%207.18668%205.08132%207.45354C5.29347%207.66623%205.50475%207.87966%205.73005%208.10645Z'%20fill='%234F9879'/%3e%3c/svg%3e";
+const closeSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='36'%20height='36'%20fill='%23dcdcdc'%20viewBox='64%2064%20896%20896'%3e%3cpath%20d='M685.4%20354.8c0-4.4-3.6-8-8-8l-66%20.3L512%20465.6l-99.3-118.4-66.1-.3c-4.4%200-8%203.5-8%208%200%201.9.7%203.7%201.9%205.2l130.1%20155L340.5%20670a8.32%208.32%200%200%200-1.9%205.2c0%204.4%203.6%208%208%208l66.1-.3L512%20564.4l99.3%20118.4%2066%20.3c4.4%200%208-3.5%208-8%200-1.9-.7-3.7-1.9-5.2L553.5%20515l130.1-155c1.2-1.4%201.8-3.3%201.8-5.2z'/%3e%3cpath%20d='M512%2065C264.6%2065%2064%20265.6%2064%20513s200.6%20448%20448%20448%20448-200.6%20448-448S759.4%2065%20512%2065zm0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372%20372%20166.6%20372%20372-166.6%20372-372%20372z'/%3e%3c/svg%3e";
+const closeXWhiteSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cline%20x1='18'%20y1='6'%20x2='6'%20y2='18'%3e%3c/line%3e%3cline%20x1='6'%20y1='6'%20x2='18'%20y2='18'%3e%3c/line%3e%3c/svg%3e";
+const closeXDarkSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231D1D1B'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cline%20x1='18'%20y1='6'%20x2='6'%20y2='18'%3e%3c/line%3e%3cline%20x1='6'%20y1='6'%20x2='18'%20y2='18'%3e%3c/line%3e%3c/svg%3e";
+const externalLink = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23699ec6'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-external-link'%3e%3cpath%20d='M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6'%3e%3c/path%3e%3cpolyline%20points='15%203%2021%203%2021%209'%3e%3c/polyline%3e%3cline%20x1='10'%20y1='14'%20x2='21'%20y2='3'%3e%3c/line%3e%3c/svg%3e";
+const eyeClosedSVG = "data:image/svg+xml,%3csvg%20width='25'%20height='23'%20viewBox='0%200%2025%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.6223%2010.891C23.6547%208.85249%2022.5033%207.19001%2021.168%205.90352L19.7675%207.30396C20.9095%208.39531%2021.9042%209.82301%2022.7644%2011.6011C20.4743%2016.3408%2017.2237%2018.5923%2012.7812%2018.5923C11.4478%2018.5923%2010.2195%2018.387%209.09653%2017.9763L7.5791%2019.4937C9.13882%2020.214%2010.8729%2020.5741%2012.7812%2020.5741C18.0714%2020.5741%2022.0185%2017.8189%2024.6223%2012.3085C24.727%2012.0869%2024.7813%2011.8448%2024.7813%2011.5997C24.7813%2011.3546%2024.727%2011.1126%2024.6223%2010.891V10.891ZM22.8725%202.0655L21.6992%200.890752C21.6787%200.870279%2021.6544%200.854038%2021.6277%200.842957C21.601%200.831876%2021.5723%200.826172%2021.5434%200.826172C21.5145%200.826172%2021.4858%200.831876%2021.4591%200.842957C21.4323%200.854038%2021.408%200.870279%2021.3876%200.890752L18.3772%203.89973C16.7175%203.05198%2014.8522%202.6281%2012.7812%202.6281C7.49102%202.6281%203.54401%205.3833%200.940191%2010.8937C0.83553%2011.1153%200.78125%2011.3574%200.78125%2011.6025C0.78125%2011.8476%200.83553%2012.0896%200.940191%2012.3112C1.98043%2014.5022%203.2328%2016.2583%204.69729%2017.5797L1.78464%2020.4915C1.74338%2020.5328%201.7202%2020.5888%201.7202%2020.6472C1.7202%2020.7055%201.74338%2020.7615%201.78464%2020.8028L2.95966%2021.9778C3.00095%2022.0191%203.05694%2022.0423%203.11532%2022.0423C3.17369%2022.0423%203.22968%2022.0191%203.27097%2021.9778L22.8725%202.37708C22.893%202.35663%2022.9093%202.33234%2022.9203%202.30561C22.9314%202.27888%2022.9371%202.25022%2022.9371%202.22129C22.9371%202.19235%2022.9314%202.1637%2022.9203%202.13697C22.9093%202.11023%2022.893%202.08595%2022.8725%202.0655ZM2.7981%2011.6011C5.09089%206.86137%208.34153%204.60986%2012.7812%204.60986C14.2824%204.60986%2015.6474%204.86749%2016.8857%205.39129L14.9507%207.32626C14.0343%206.83732%2012.9851%206.65586%2011.9577%206.80865C10.9304%206.96143%209.97931%207.44037%209.24486%208.17482C8.51042%208.90926%208.03148%209.86031%207.8787%2010.8877C7.72591%2011.915%207.90737%2012.9643%208.39631%2013.8807L6.10021%2016.1768C4.8294%2015.0551%203.73393%2013.5355%202.7981%2011.6011ZM9.58839%2011.6011C9.58887%2011.1157%209.70384%2010.6373%209.92395%2010.2048C10.1441%209.77219%2010.4631%209.39763%2010.8552%209.11152C11.2472%208.82542%2011.7012%208.63582%2012.1803%208.55815C12.6594%208.48048%2013.1501%208.51692%2013.6125%208.6645L9.73455%2012.5424C9.63735%2012.2381%209.58804%2011.9205%209.58839%2011.6011V11.6011Z'%20fill='%235E94BF'/%3e%3cpath%20d='M12.6735%2014.682C12.5782%2014.682%2012.4844%2014.6776%2012.3913%2014.669L10.9375%2016.1229C11.8119%2016.4578%2012.7646%2016.5322%2013.6804%2016.3371C14.5963%2016.1421%2015.436%2015.686%2016.0981%2015.0239C16.7602%2014.3618%2017.2163%2013.522%2017.4114%2012.6062C17.6064%2011.6904%2017.532%2010.7377%2017.1971%209.86328L15.7433%2011.3171C15.7518%2011.4102%2015.7562%2011.504%2015.7562%2011.5992C15.7564%2012.0041%2015.6768%2012.4051%2015.522%2012.7792C15.3671%2013.1533%2015.1401%2013.4933%2014.8538%2013.7796C14.5675%2014.0659%2014.2275%2014.2929%2013.8534%2014.4478C13.4793%2014.6026%2013.0784%2014.6822%2012.6735%2014.682V14.682Z'%20fill='%235E94BF'/%3e%3c/svg%3e";
+const eyeOpenedSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='18'%20viewBox='0%200%2024%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.841%208.26286C21.2317%202.76622%2017.2875%200%2012%200C6.70978%200%202.76827%202.76621%200.158941%208.26562C0.0542802%208.48723%200%208.72928%200%208.97437C0%209.21946%200.0542802%209.46151%200.158941%209.68313C2.76827%2015.1798%206.71253%2017.946%2012%2017.946C17.2902%2017.946%2021.2317%2015.1798%2023.841%209.68038C24.053%209.23448%2024.053%208.71702%2023.841%208.26286V8.26286ZM12%2015.9642C7.56029%2015.9642%204.30964%2013.7127%202.01685%208.973C4.30964%204.23327%207.56029%201.98177%2012%201.98177C16.4397%201.98177%2019.6903%204.23327%2021.9831%208.973C19.6931%2013.7127%2016.4425%2015.9642%2012%2015.9642ZM11.8899%204.12868C9.21451%204.12868%207.04558%206.29761%207.04558%208.973C7.04558%2011.6484%209.21451%2013.8173%2011.8899%2013.8173C14.5653%2013.8173%2016.7342%2011.6484%2016.7342%208.973C16.7342%206.29761%2014.5653%204.12868%2011.8899%204.12868ZM11.8899%2012.0557C10.1861%2012.0557%208.80715%2010.6768%208.80715%208.973C8.80715%207.26923%2010.1861%205.89025%2011.8899%205.89025C13.5937%205.89025%2014.9726%207.26923%2014.9726%208.973C14.9726%2010.6768%2013.5937%2012.0557%2011.8899%2012.0557Z'%20fill='%235E94BF'/%3e%3c/svg%3e";
+const eyeOpenedDarkSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='18'%20viewBox='0%200%2024%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.841%208.26286C21.2317%202.76622%2017.2875%200%2012%200C6.70978%200%202.76827%202.76621%200.158941%208.26562C0.0542802%208.48723%200%208.72928%200%208.97437C0%209.21946%200.0542802%209.46151%200.158941%209.68313C2.76827%2015.1798%206.71253%2017.946%2012%2017.946C17.2902%2017.946%2021.2317%2015.1798%2023.841%209.68038C24.053%209.23448%2024.053%208.71702%2023.841%208.26286ZM12%2015.9642C7.56029%2015.9642%204.30964%2013.7127%202.01685%208.973C4.30964%204.23327%207.56029%201.98177%2012%201.98177C16.4397%201.98177%2019.6903%204.23327%2021.9831%208.973C19.6931%2013.7127%2016.4425%2015.9642%2012%2015.9642ZM11.8899%204.12868C9.21451%204.12868%207.04558%206.29761%207.04558%208.973C7.04558%2011.6484%209.21451%2013.8173%2011.8899%2013.8173C14.5653%2013.8173%2016.7342%2011.6484%2016.7342%208.973C16.7342%206.29761%2014.5653%204.12868%2011.8899%204.12868ZM11.8899%2012.0557C10.1861%2012.0557%208.80715%2010.6768%208.80715%208.973C8.80715%207.26923%2010.1861%205.89025%2011.8899%205.89025C13.5937%205.89025%2014.9726%207.26923%2014.9726%208.973C14.9726%2010.6768%2013.5937%2012.0557%2011.8899%2012.0557Z'%20fill='%23999999'/%3e%3c/svg%3e";
+const globeDarkSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%20width='14'%20height='14'%20fill='none'%3e%3cpath%20fill='%23262626'%20d='m12.35%2011.51.01-.01a6.97%206.97%200%200%200%200-9v-.01l-.06-.06-.02-.02-.06-.08-.07-.08-.16-.16-.07-.07a2.63%202.63%200%200%200-.1-.1l-.05-.04-.02-.02a6.97%206.97%200%200%200-9.5%200l-.02.02-.05.04-.02.03-.07.06L2%202.1l-.16.16-.07.08-.06.08-.02.02-.05.06-.01.01a6.97%206.97%200%200%200%200%209v.01l.06.06c0%20.01%200%20.02.02.02l.06.08.07.08.15.16.08.07.16.16a6.99%206.99%200%200%200%209.67-.15l.08-.08.15-.16.07-.08.07-.08.02-.02.05-.06Zm.06-2.22c-.21.5-.5.98-.84%201.4-.4-.33-.82-.63-1.28-.87.19-.73.3-1.54.33-2.38h2.24c-.05.64-.2%201.26-.45%201.85Zm.45-2.73h-2.24c-.03-.84-.14-1.65-.33-2.38.46-.25.89-.54%201.28-.88.75.93%201.2%202.07%201.29%203.26ZM9.29%201.6c.62.26%201.18.62%201.68%201.08-.3.24-.6.46-.93.65a6.7%206.7%200%200%200-.93-1.8l.18.07ZM7.87%2012.53c-.14.12-.29.2-.43.26v-2.9c.62.04%201.23.18%201.8.41-.12.38-.27.74-.45%201.06-.27.5-.59.91-.92%201.17Zm.92-9.89c.17.32.33.68.46%201.06-.58.23-1.2.37-1.81.4V1.22c.14.06.29.14.43.26.33.26.65.66.92%201.17ZM7.44%209.01V7.44h2.3c-.02.69-.1%201.36-.25%202v.01a6.95%206.95%200%200%200-2.05-.44Zm0-2.45V5c.71-.05%201.4-.2%202.04-.44v.02c.15.63.24%201.3.26%202h-2.3Zm-.88.88V9c-.71.05-1.4.2-2.04.44v-.02c-.15-.63-.24-1.3-.26-2h2.3Zm-2.3-.88c.02-.69.1-1.36.25-2v-.01c.65.24%201.34.4%202.05.44v1.57h-2.3Zm2.3%203.33v2.9a1.75%201.75%200%200%201-.43-.26%203.76%203.76%200%200%201-.92-1.17%207.06%207.06%200%200%201-.46-1.06%206.1%206.1%200%200%201%201.81-.4Zm0-5.78a6.08%206.08%200%200%201-1.8-.41c.12-.38.27-.74.45-1.06.27-.5.59-.91.92-1.17.15-.12.29-.2.43-.26v2.9ZM4.71%201.59l.18-.07a6.7%206.7%200%200%200-.93%201.8c-.33-.19-.64-.4-.93-.65.5-.46%201.06-.82%201.68-1.08ZM1.6%204.7c.21-.5.5-.98.84-1.4.4.33.82.62%201.28.87-.19.73-.3%201.54-.33%202.38H1.14c.05-.64.2-1.26.45-1.85Zm-.45%202.73h2.24c.03.84.15%201.65.33%202.38-.46.24-.89.54-1.28.88a5.84%205.84%200%200%201-1.29-3.26Zm3.57%204.97a5.84%205.84%200%200%201-1.68-1.08c.3-.24.6-.46.93-.65.25.7.56%201.31.93%201.8a5.78%205.78%200%200%201-.18-.07Zm4.58%200-.18.07c.37-.49.68-1.1.93-1.8.33.19.64.4.93.65-.5.46-1.07.82-1.68%201.08Z'/%3e%3c/svg%3e";
+const globeLightSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%20width='14'%20height='14'%20fill='none'%3e%3cpath%20fill='%23fff'%20d='m12.35%2011.51.01-.01a6.97%206.97%200%200%200%200-9v-.01l-.06-.06-.02-.02-.06-.08-.07-.08-.16-.16-.07-.07a2.63%202.63%200%200%200-.1-.1l-.05-.04-.02-.02a6.97%206.97%200%200%200-9.5%200l-.02.02-.05.04-.02.03-.07.06L2%202.1l-.16.16-.07.08-.06.08-.02.02-.05.06-.01.01a6.97%206.97%200%200%200%200%209v.01l.06.06c0%20.01%200%20.02.02.02l.06.08.07.08.15.16.08.07.16.16a6.99%206.99%200%200%200%209.67-.15l.08-.08.15-.16.07-.08.07-.08.02-.02.05-.06Zm.06-2.22c-.21.5-.5.98-.84%201.4-.4-.33-.82-.63-1.28-.87.19-.73.3-1.54.33-2.38h2.24c-.05.64-.2%201.26-.45%201.85Zm.45-2.73h-2.24c-.03-.84-.14-1.65-.33-2.38.46-.25.89-.54%201.28-.88.75.93%201.2%202.07%201.29%203.26ZM9.29%201.6c.62.26%201.18.62%201.68%201.08-.3.24-.6.46-.93.65a6.7%206.7%200%200%200-.93-1.8l.18.07ZM7.87%2012.53c-.14.12-.29.2-.43.26v-2.9c.62.04%201.23.18%201.8.41-.12.38-.27.74-.45%201.06-.27.5-.59.91-.92%201.17Zm.92-9.89c.17.32.33.68.46%201.06-.58.23-1.2.37-1.81.4V1.22c.14.06.29.14.43.26.33.26.65.66.92%201.17ZM7.44%209.01V7.44h2.3c-.02.69-.1%201.36-.25%202v.01a6.95%206.95%200%200%200-2.05-.44Zm0-2.45V5c.71-.05%201.4-.2%202.04-.44v.02c.15.63.24%201.3.26%202h-2.3Zm-.88.88V9c-.71.05-1.4.2-2.04.44v-.02c-.15-.63-.24-1.3-.26-2h2.3Zm-2.3-.88c.02-.69.1-1.36.25-2v-.01c.65.24%201.34.4%202.05.44v1.57h-2.3Zm2.3%203.33v2.9a1.75%201.75%200%200%201-.43-.26%203.76%203.76%200%200%201-.92-1.17%207.06%207.06%200%200%201-.46-1.06%206.1%206.1%200%200%201%201.81-.4Zm0-5.78a6.08%206.08%200%200%201-1.8-.41c.12-.38.27-.74.45-1.06.27-.5.59-.91.92-1.17.15-.12.29-.2.43-.26v2.9ZM4.71%201.59l.18-.07a6.7%206.7%200%200%200-.93%201.8c-.33-.19-.64-.4-.93-.65.5-.46%201.06-.82%201.68-1.08ZM1.6%204.7c.21-.5.5-.98.84-1.4.4.33.82.62%201.28.87-.19.73-.3%201.54-.33%202.38H1.14c.05-.64.2-1.26.45-1.85Zm-.45%202.73h2.24c.03.84.15%201.65.33%202.38-.46.24-.89.54-1.28.88a5.84%205.84%200%200%201-1.29-3.26Zm3.57%204.97a5.84%205.84%200%200%201-1.68-1.08c.3-.24.6-.46.93-.65.25.7.56%201.31.93%201.8a5.78%205.78%200%200%201-.18-.07Zm4.58%200-.18.07c.37-.49.68-1.1.93-1.8.33.19.64.4.93.65-.5.46-1.07.82-1.68%201.08Z'/%3e%3c/svg%3e";
+const guideSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='24'%20height='24'%20fill='none'%20stroke='%235e94bf'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%3e%3c/circle%3e%3ccircle%20cx='12'%20cy='12'%20r='4'%3e%3c/circle%3e%3cline%20x1='4.93'%20y1='4.93'%20x2='9.17'%20y2='9.17'%3e%3c/line%3e%3cline%20x1='14.83'%20y1='14.83'%20x2='19.07'%20y2='19.07'%3e%3c/line%3e%3cline%20x1='14.83'%20y1='9.17'%20x2='19.07'%20y2='4.93'%3e%3c/line%3e%3cline%20x1='14.83'%20y1='9.17'%20x2='18.36'%20y2='5.64'%3e%3c/line%3e%3cline%20x1='4.93'%20y1='19.07'%20x2='9.17'%20y2='14.83'%3e%3c/line%3e%3c/svg%3e";
+const menuDarkSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2012H21'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%206H21'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2018H21'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
+const menuLightSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%2012H21'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%206H21'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2018H21'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
+const walletConnectDarkSVG = "data:image/svg+xml,%3csvg%20fill='none'%20height='332'%20viewBox='0%200%20480%20332'%20width='480'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m126.613%2093.9842c62.622-61.3123%20164.152-61.3123%20226.775%200l7.536%207.3788c3.131%203.066%203.131%208.036%200%2011.102l-25.781%2025.242c-1.566%201.533-4.104%201.533-5.67%200l-10.371-10.154c-43.687-42.7734-114.517-42.7734-158.204%200l-11.107%2010.874c-1.565%201.533-4.103%201.533-5.669%200l-25.781-25.242c-3.132-3.066-3.132-8.036%200-11.102zm280.093%2052.2038%2022.946%2022.465c3.131%203.066%203.131%208.036%200%2011.102l-103.463%20101.301c-3.131%203.065-8.208%203.065-11.339%200l-73.432-71.896c-.783-.767-2.052-.767-2.835%200l-73.43%2071.896c-3.131%203.065-8.208%203.065-11.339%200l-103.4657-101.302c-3.1311-3.066-3.1311-8.036%200-11.102l22.9456-22.466c3.1311-3.065%208.2077-3.065%2011.3388%200l73.4333%2071.897c.782.767%202.051.767%202.834%200l73.429-71.897c3.131-3.065%208.208-3.065%2011.339%200l73.433%2071.897c.783.767%202.052.767%202.835%200l73.431-71.895c3.132-3.066%208.208-3.066%2011.339%200z'%20fill='%23000'/%3e%3c/svg%3e";
+const walletConnectLightSVG = "data:image/svg+xml,%3csvg%20fill='none'%20height='332'%20viewBox='0%200%20480%20332'%20width='480'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m126.613%2093.9842c62.622-61.3123%20164.152-61.3123%20226.775%200l7.536%207.3788c3.131%203.066%203.131%208.036%200%2011.102l-25.781%2025.242c-1.566%201.533-4.104%201.533-5.67%200l-10.371-10.154c-43.687-42.7734-114.517-42.7734-158.204%200l-11.107%2010.874c-1.565%201.533-4.103%201.533-5.669%200l-25.781-25.242c-3.132-3.066-3.132-8.036%200-11.102zm280.093%2052.2038%2022.946%2022.465c3.131%203.066%203.131%208.036%200%2011.102l-103.463%20101.301c-3.131%203.065-8.208%203.065-11.339%200l-73.432-71.896c-.783-.767-2.052-.767-2.835%200l-73.43%2071.896c-3.131%203.065-8.208%203.065-11.339%200l-103.4657-101.302c-3.1311-3.066-3.1311-8.036%200-11.102l22.9456-22.466c3.1311-3.065%208.2077-3.065%2011.3388%200l73.4333%2071.897c.782.767%202.051.767%202.834%200l73.429-71.897c3.131-3.065%208.208-3.065%2011.339%200l73.433%2071.897c.783.767%202.052.767%202.835%200l73.431-71.895c3.132-3.066%208.208-3.066%2011.339%200z'%20fill='%23fff'/%3e%3c/svg%3e";
+const walletConnectDefaultSVG = "data:image/svg+xml,%3csvg%20fill='none'%20height='400'%20viewBox='0%200%20400%20400'%20width='400'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cclipPath%20id='a'%3e%3cpath%20d='m0%200h400v400h-400z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23a)'%3e%3ccircle%20cx='200'%20cy='200'%20fill='%233396ff'%20r='199.5'%20stroke='%2366b1ff'/%3e%3cpath%20d='m122.519%20148.965c42.791-41.729%20112.171-41.729%20154.962%200l5.15%205.022c2.14%202.086%202.14%205.469%200%207.555l-17.617%2017.18c-1.07%201.043-2.804%201.043-3.874%200l-7.087-6.911c-29.853-29.111-78.253-29.111-108.106%200l-7.59%207.401c-1.07%201.043-2.804%201.043-3.874%200l-17.617-17.18c-2.14-2.086-2.14-5.469%200-7.555zm191.397%2035.529%2015.679%2015.29c2.14%202.086%202.14%205.469%200%207.555l-70.7%2068.944c-2.139%202.087-5.608%202.087-7.748%200l-50.178-48.931c-.535-.522-1.402-.522-1.937%200l-50.178%2048.931c-2.139%202.087-5.608%202.087-7.748%200l-70.7015-68.945c-2.1396-2.086-2.1396-5.469%200-7.555l15.6795-15.29c2.1396-2.086%205.6085-2.086%207.7481%200l50.1789%2048.932c.535.522%201.402.522%201.937%200l50.177-48.932c2.139-2.087%205.608-2.087%207.748%200l50.179%2048.932c.535.522%201.402.522%201.937%200l50.179-48.931c2.139-2.087%205.608-2.087%207.748%200z'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e";
const warningPNG = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAACowAAAqMBZNxfiQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAOMSURBVGiB7ZjPS5RBGMe/877vrluJmLqR4KEfICJ46CB0CNwOGS5sLf0FYq63grqWseipJOzaD6N7lyBSUohAgkDpkgcREiI96Wp00d33dZ4Ou67uvvP6zjvvLFvg97bzzjzP892Z+bwzL3CsY4USq1Xg3FCqnwx+v5iEnra+mp6rRZ6aGNgaSV3hnH8GYJaaHIN4omVq5ovuXIbugJRNWJz4cxwUDwAWN4wXlE1YuvNpN5BbO5UBodv1gNC9ud44rDuf1iW0PZhu3rPsFQBxjy4bphPpPP3m3W9dObXOgGMWRuFdPADEuWU/1JlT2wxsZJKdjNgSgIhP1wIx6om/nF7RkVfbDDDOJuBfPABEGbEn2vLqCFJi/sdAiblxvfX1+9mwuUPPAGUTFpl8MvA4k0/qwGpoA57Y9JMmrIZaQhLY9FNorIaagRISVYsHgDiP2A/C1KA8AyVsfgcQrX4WSyQR679V0bYz8xb5eeE+D4VV5U3EOJsAcxcPAIhEYcbPVva3PAm7j9W0Sh1KSyg3lOoHww3PDoW8q4lsd9sh3cwNpfpVaglsQAabZBfcjQVB2+ExilgNbGBzvXHYD5skKNZnBopY/XXydtB6AhnYHkw3M6Ix346CYkWmqsUYG98eTDcHqSmQAVlsCosVLSu3AmNV2sBGJtlJwB2ZvqI9INwXorGEuxuZZKdsXdIGSqdNMTarJaKQxBIqKdBpVcqALzarJPy3/TZxpaSx6mtA5bQppJD8DBT7S2LV14AMNl0SUUhyDxwMkMPqkQaksVmd27bdjYJ94ScZrB5pQPW06XppEYEcgSl/+WLV00AQbLrkOADn5Z/k2ACRUig/rHpukiNPmxJyVpeBSHE45XdVwwA+p1XhfUDlkl5reX0EcC0h1Ut6reWFVZcBJWyKxBjMM+0w4+0A0/D1xgOrFZE1XNKLQWMn0HRvHNaFLgCA82MZf56NgnZ3woQFBB8BKmZAwyUdABDrGygXDwDWxS7E+gbChgUEWC0bCIXNKrHGJqk2FVVjtWyghCplbB5WYWG+4sVFjo3CwryO0AAQZcDj/R8MqA02zY5zaLh8FSAg//UT9tZ/6gxfxiqjbNbIrS0uAnRJa4ba61trR28v+xdfWtJiuGZwttdW7zpURUCb0WCaswC26l2MgnIN+egcA4CtkWQP5+wRgPN1LkpODKsGx1jL1IelepdyrP9efwF60oqTW0b3mgAAAABJRU5ErkJggg==";
-const warningOutlinedSVG = "" + new URL("warning-outlined.svg", import.meta.url).href;
-const qrCodeDarkSVG = "" + new URL("qr-dark.svg", import.meta.url).href;
-const qrCodeLightSVG = "" + new URL("qr-light.svg", import.meta.url).href;
-const saveSVG = "" + new URL("save.svg", import.meta.url).href;
-const saveLightSVG = "" + new URL("save-light.svg", import.meta.url).href;
-const syncSVG = "" + new URL("sync.svg", import.meta.url).href;
-const syncLightSVG = "" + new URL("sync-light.svg", import.meta.url).href;
-const selectedCheckLightSVG = "" + new URL("selected-check-light.svg", import.meta.url).href;
-const usbSuccessSVG = "" + new URL("usb-success.svg", import.meta.url).href;
+const warningOutlinedSVG = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.25015%2010.25C6.25015%2010.4489%206.32917%2010.6397%206.46982%2010.7803C6.61047%2010.921%206.80124%2011%207.00015%2011C7.19906%2011%207.38983%2010.921%207.53048%2010.7803C7.67113%2010.6397%207.75015%2010.4489%207.75015%2010.25C7.75015%2010.0511%207.67113%209.86032%207.53048%209.71967C7.38983%209.57902%207.19906%209.5%207.00015%209.5C6.80124%209.5%206.61047%209.57902%206.46982%209.71967C6.32917%209.86032%206.25015%2010.0511%206.25015%2010.25ZM6.50015%205.5V8.375C6.50015%208.44375%206.5564%208.5%206.62515%208.5H7.37515C7.4439%208.5%207.50015%208.44375%207.50015%208.375V5.5C7.50015%205.43125%207.4439%205.375%207.37515%205.375H6.62515C6.5564%205.375%206.50015%205.43125%206.50015%205.5ZM13.933%2012.375L7.43296%201.125C7.33609%200.957813%207.1689%200.875%207.00015%200.875C6.8314%200.875%206.66265%200.957813%206.56734%201.125L0.0673393%2012.375C-0.124848%2012.7094%200.115777%2013.125%200.500152%2013.125H13.5002C13.8845%2013.125%2014.1252%2012.7094%2013.933%2012.375ZM1.69078%2011.9391L7.00015%202.74844L12.3095%2011.9391H1.69078Z'%20fill='%23E30613'/%3e%3c/svg%3e";
+const qrCodeDarkSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.9688%203H3.75C3.33516%203%203%203.33516%203%203.75V10.9688C3%2011.0719%203.08437%2011.1562%203.1875%2011.1562H10.9688C11.0719%2011.1562%2011.1562%2011.0719%2011.1562%2010.9688V3.1875C11.1562%203.08437%2011.0719%203%2010.9688%203ZM9.65625%209.65625H4.5V4.5H9.65625V9.65625ZM6.42188%207.92188H7.73438C7.8375%207.92188%207.92188%207.8375%207.92188%207.73438V6.42188C7.92188%206.31875%207.8375%206.23438%207.73438%206.23438H6.42188C6.31875%206.23438%206.23438%206.31875%206.23438%206.42188V7.73438C6.23438%207.8375%206.31875%207.92188%206.42188%207.92188ZM10.9688%2012.8438H3.1875C3.08437%2012.8438%203%2012.9281%203%2013.0312V20.25C3%2020.6648%203.33516%2021%203.75%2021H10.9688C11.0719%2021%2011.1562%2020.9156%2011.1562%2020.8125V13.0312C11.1562%2012.9281%2011.0719%2012.8438%2010.9688%2012.8438ZM9.65625%2019.5H4.5V14.3438H9.65625V19.5ZM6.42188%2017.7656H7.73438C7.8375%2017.7656%207.92188%2017.6813%207.92188%2017.5781V16.2656C7.92188%2016.1625%207.8375%2016.0781%207.73438%2016.0781H6.42188C6.31875%2016.0781%206.23438%2016.1625%206.23438%2016.2656V17.5781C6.23438%2017.6813%206.31875%2017.7656%206.42188%2017.7656ZM20.25%203H13.0312C12.9281%203%2012.8438%203.08437%2012.8438%203.1875V10.9688C12.8438%2011.0719%2012.9281%2011.1562%2013.0312%2011.1562H20.8125C20.9156%2011.1562%2021%2011.0719%2021%2010.9688V3.75C21%203.33516%2020.6648%203%2020.25%203ZM19.5%209.65625H14.3438V4.5H19.5V9.65625ZM16.2656%207.92188H17.5781C17.6813%207.92188%2017.7656%207.8375%2017.7656%207.73438V6.42188C17.7656%206.31875%2017.6813%206.23438%2017.5781%206.23438H16.2656C16.1625%206.23438%2016.0781%206.31875%2016.0781%206.42188V7.73438C16.0781%207.8375%2016.1625%207.92188%2016.2656%207.92188ZM20.8125%2012.8438H19.6875C19.5844%2012.8438%2019.5%2012.9281%2019.5%2013.0312V16.1719H17.6719V13.0312C17.6719%2012.9281%2017.5875%2012.8438%2017.4844%2012.8438H13.0312C12.9281%2012.8438%2012.8438%2012.9281%2012.8438%2013.0312V20.8125C12.8438%2020.9156%2012.9281%2021%2013.0312%2021H14.1562C14.2594%2021%2014.3438%2020.9156%2014.3438%2020.8125V15.0938H16.1719V17.4844C16.1719%2017.5875%2016.2562%2017.6719%2016.3594%2017.6719H20.8125C20.9156%2017.6719%2021%2017.5875%2021%2017.4844V13.0312C21%2012.9281%2020.9156%2012.8438%2020.8125%2012.8438ZM17.4844%2019.5H16.3594C16.2562%2019.5%2016.1719%2019.5844%2016.1719%2019.6875V20.8125C16.1719%2020.9156%2016.2562%2021%2016.3594%2021H17.4844C17.5875%2021%2017.6719%2020.9156%2017.6719%2020.8125V19.6875C17.6719%2019.5844%2017.5875%2019.5%2017.4844%2019.5ZM20.8125%2019.5H19.6875C19.5844%2019.5%2019.5%2019.5844%2019.5%2019.6875V20.8125C19.5%2020.9156%2019.5844%2021%2019.6875%2021H20.8125C20.9156%2021%2021%2020.9156%2021%2020.8125V19.6875C21%2019.5844%2020.9156%2019.5%2020.8125%2019.5Z'%20fill='%23262626'/%3e%3c/svg%3e";
+const qrCodeLightSVG = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.9688%203H3.75C3.33516%203%203%203.33516%203%203.75V10.9688C3%2011.0719%203.08437%2011.1562%203.1875%2011.1562H10.9688C11.0719%2011.1562%2011.1562%2011.0719%2011.1562%2010.9688V3.1875C11.1562%203.08437%2011.0719%203%2010.9688%203ZM9.65625%209.65625H4.5V4.5H9.65625V9.65625ZM6.42188%207.92188H7.73438C7.8375%207.92188%207.92188%207.8375%207.92188%207.73438V6.42188C7.92188%206.31875%207.8375%206.23438%207.73438%206.23438H6.42188C6.31875%206.23438%206.23438%206.31875%206.23438%206.42188V7.73438C6.23438%207.8375%206.31875%207.92188%206.42188%207.92188ZM10.9688%2012.8438H3.1875C3.08437%2012.8438%203%2012.9281%203%2013.0312V20.25C3%2020.6648%203.33516%2021%203.75%2021H10.9688C11.0719%2021%2011.1562%2020.9156%2011.1562%2020.8125V13.0312C11.1562%2012.9281%2011.0719%2012.8438%2010.9688%2012.8438ZM9.65625%2019.5H4.5V14.3438H9.65625V19.5ZM6.42188%2017.7656H7.73438C7.8375%2017.7656%207.92188%2017.6813%207.92188%2017.5781V16.2656C7.92188%2016.1625%207.8375%2016.0781%207.73438%2016.0781H6.42188C6.31875%2016.0781%206.23438%2016.1625%206.23438%2016.2656V17.5781C6.23438%2017.6813%206.31875%2017.7656%206.42188%2017.7656ZM20.25%203H13.0312C12.9281%203%2012.8438%203.08437%2012.8438%203.1875V10.9688C12.8438%2011.0719%2012.9281%2011.1562%2013.0312%2011.1562H20.8125C20.9156%2011.1562%2021%2011.0719%2021%2010.9688V3.75C21%203.33516%2020.6648%203%2020.25%203ZM19.5%209.65625H14.3438V4.5H19.5V9.65625ZM16.2656%207.92188H17.5781C17.6813%207.92188%2017.7656%207.8375%2017.7656%207.73438V6.42188C17.7656%206.31875%2017.6813%206.23438%2017.5781%206.23438H16.2656C16.1625%206.23438%2016.0781%206.31875%2016.0781%206.42188V7.73438C16.0781%207.8375%2016.1625%207.92188%2016.2656%207.92188ZM20.8125%2012.8438H19.6875C19.5844%2012.8438%2019.5%2012.9281%2019.5%2013.0312V16.1719H17.6719V13.0312C17.6719%2012.9281%2017.5875%2012.8438%2017.4844%2012.8438H13.0312C12.9281%2012.8438%2012.8438%2012.9281%2012.8438%2013.0312V20.8125C12.8438%2020.9156%2012.9281%2021%2013.0312%2021H14.1562C14.2594%2021%2014.3438%2020.9156%2014.3438%2020.8125V15.0938H16.1719V17.4844C16.1719%2017.5875%2016.2562%2017.6719%2016.3594%2017.6719H20.8125C20.9156%2017.6719%2021%2017.5875%2021%2017.4844V13.0312C21%2012.9281%2020.9156%2012.8438%2020.8125%2012.8438ZM17.4844%2019.5H16.3594C16.2562%2019.5%2016.1719%2019.5844%2016.1719%2019.6875V20.8125C16.1719%2020.9156%2016.2562%2021%2016.3594%2021H17.4844C17.5875%2021%2017.6719%2020.9156%2017.6719%2020.8125V19.6875C17.6719%2019.5844%2017.5875%2019.5%2017.4844%2019.5ZM20.8125%2019.5H19.6875C19.5844%2019.5%2019.5%2019.5844%2019.5%2019.6875V20.8125C19.5%2020.9156%2019.5844%2021%2019.6875%2021H20.8125C20.9156%2021%2021%2020.9156%2021%2020.8125V19.6875C21%2019.5844%2020.9156%2019.5%2020.8125%2019.5Z'%20fill='white'/%3e%3c/svg%3e";
+const saveSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='1.8'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3cdefs/%3e%3cpath%20d='M17.293%203.293L21%207v13a1%201%200%2001-1%201H4a1%201%200%2001-1-1V4a1%201%200%20011-1h12.586a1%201%200%2001.707.293z'/%3e%3cpath%20d='M7%2013h10v8H7zM8%203h8v5H8z'/%3e%3c/svg%3e";
+const saveLightSVG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='1.8'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3cdefs/%3e%3cpath%20d='M17.293%203.293L21%207v13a1%201%200%2001-1%201H4a1%201%200%2001-1-1V4a1%201%200%20011-1h12.586a1%201%200%2001.707.293z'/%3e%3cpath%20d='M7%2013h10v8H7zM8%203h8v5H8z'/%3e%3c/svg%3e";
+const syncSVG = "data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.62504%208.76484C2.64066%208.08203%202.78129%207.41953%203.04535%206.79609C3.31566%206.15547%203.70316%205.58203%204.19691%205.08672C4.69066%204.59141%205.26566%204.20391%205.90629%203.93359C6.56879%203.65391%207.27191%203.51172%207.99848%203.51172C8.72504%203.51172%209.42817%203.65391%2010.0891%203.93359C10.7279%204.20335%2011.308%204.59503%2011.7969%205.08672C11.9516%205.24141%2012.0969%205.40547%2012.2313%205.57734L11.2907%206.31172C11.2721%206.32612%2011.2579%206.34547%2011.2498%206.36757C11.2417%206.38966%2011.24%206.41359%2011.2449%206.4366C11.2498%206.45962%2011.2611%206.48078%2011.2775%206.49766C11.2939%206.51454%2011.3147%206.52646%2011.3375%206.53203L14.0829%207.20391C14.161%207.22266%2014.2375%207.16328%2014.2375%207.08359L14.25%204.25703C14.25%204.15234%2014.1297%204.09297%2014.0485%204.15859L13.1672%204.84766C11.9657%203.31016%2010.0969%202.32422%207.99691%202.32422C4.41723%202.32422%201.50473%205.19297%201.43754%208.75859C1.43712%208.77527%201.44005%208.79186%201.44614%208.80739C1.45224%208.82292%201.46138%208.83707%201.47303%208.84901C1.48468%208.86095%201.4986%208.87044%201.51397%208.87691C1.52934%208.88339%201.54586%208.88672%201.56254%208.88672H2.50004C2.56879%208.88672%202.62348%208.83203%202.62504%208.76484ZM14.4375%208.88672H13.5C13.4313%208.88672%2013.3766%208.94141%2013.375%209.00859C13.3594%209.69141%2013.2188%2010.3539%2012.9547%2010.9773C12.6844%2011.618%2012.2969%2012.193%2011.8032%2012.6867C11.3048%2013.1871%2010.7123%2013.5839%2010.0598%2013.8543C9.40737%2014.1246%208.70785%2014.2631%208.0016%2014.2617C7.29559%2014.263%206.59631%2014.1245%205.9441%2013.8542C5.29189%2013.5839%204.69967%2013.1871%204.2016%2012.6867C4.04691%2012.532%203.9016%2012.368%203.76723%2012.1961L4.70785%2011.4617C4.72646%2011.4473%204.74063%2011.428%204.74873%2011.4059C4.75683%2011.3838%204.75853%2011.3599%204.75363%2011.3368C4.74873%2011.3138%204.73744%2011.2927%204.72105%2011.2758C4.70466%2011.2589%204.68384%2011.247%204.66098%2011.2414L1.91566%2010.5695C1.83754%2010.5508%201.76098%2010.6102%201.76098%2010.6898L1.75004%2013.518C1.75004%2013.6227%201.87035%2013.682%201.9516%2013.6164L2.83285%2012.9273C4.03441%2014.4633%205.90316%2015.4492%208.00317%2015.4492C11.5844%2015.4492%2014.4954%2012.5789%2014.5625%209.01484C14.563%208.99817%2014.56%208.98158%2014.5539%208.96605C14.5478%208.95052%2014.5387%208.93637%2014.5271%208.92443C14.5154%208.91249%2014.5015%208.903%2014.4861%208.89652C14.4707%208.89005%2014.4542%208.88671%2014.4375%208.88672Z'%20fill='%23262626'/%3e%3c/svg%3e";
+const syncLightSVG = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.62504%207.87813C2.64066%207.19531%202.78129%206.53281%203.04535%205.90938C3.31566%205.26875%203.70316%204.69531%204.19691%204.2C4.69066%203.70469%205.26566%203.31719%205.90629%203.04688C6.56879%202.76719%207.27191%202.625%207.99848%202.625C8.72504%202.625%209.42817%202.76719%2010.0891%203.04688C10.7279%203.31663%2011.308%203.70831%2011.7969%204.2C11.9516%204.35469%2012.0969%204.51875%2012.2313%204.69063L11.2907%205.425C11.2721%205.4394%2011.2579%205.45875%2011.2498%205.48085C11.2417%205.50294%2011.24%205.52687%2011.2449%205.54988C11.2498%205.5729%2011.2611%205.59406%2011.2775%205.61094C11.2939%205.62783%2011.3147%205.63974%2011.3375%205.64531L14.0829%206.31719C14.161%206.33594%2014.2375%206.27656%2014.2375%206.19688L14.25%203.37031C14.25%203.26562%2014.1297%203.20625%2014.0485%203.27187L13.1672%203.96094C11.9657%202.42344%2010.0969%201.4375%207.99691%201.4375C4.41723%201.4375%201.50473%204.30625%201.43754%207.87187C1.43712%207.88855%201.44005%207.90514%201.44614%207.92067C1.45224%207.9362%201.46138%207.95035%201.47303%207.96229C1.48468%207.97423%201.4986%207.98372%201.51397%207.9902C1.52934%207.99667%201.54586%208.00001%201.56254%208H2.50004C2.56879%208%202.62348%207.94531%202.62504%207.87813ZM14.4375%208H13.5C13.4313%208%2013.3766%208.05469%2013.375%208.12187C13.3594%208.80469%2013.2188%209.46719%2012.9547%2010.0906C12.6844%2010.7312%2012.2969%2011.3063%2011.8032%2011.8C11.3048%2012.3004%2010.7123%2012.6972%2010.0598%2012.9675C9.40737%2013.2379%208.70785%2013.3763%208.0016%2013.375C7.29559%2013.3763%206.59631%2013.2378%205.9441%2012.9675C5.29189%2012.6972%204.69967%2012.3004%204.2016%2011.8C4.04691%2011.6453%203.9016%2011.4812%203.76723%2011.3094L4.70785%2010.575C4.72646%2010.5606%204.74063%2010.5412%204.74873%2010.5192C4.75683%2010.4971%204.75853%2010.4731%204.75363%2010.4501C4.74873%2010.4271%204.73744%2010.4059%204.72105%2010.3891C4.70466%2010.3722%204.68384%2010.3603%204.66098%2010.3547L1.91566%209.68281C1.83754%209.66406%201.76098%209.72344%201.76098%209.80313L1.75004%2012.6313C1.75004%2012.7359%201.87035%2012.7953%201.9516%2012.7297L2.83285%2012.0406C4.03441%2013.5766%205.90316%2014.5625%208.00317%2014.5625C11.5844%2014.5625%2014.4954%2011.6922%2014.5625%208.12813C14.563%208.11145%2014.56%208.09486%2014.5539%208.07933C14.5478%208.0638%2014.5387%208.04965%2014.5271%208.03771C14.5154%208.02577%2014.5015%208.01628%2014.4861%208.0098C14.4707%208.00333%2014.4542%207.99999%2014.4375%208V8Z'%20fill='white'/%3e%3c/svg%3e";
+const selectedCheckLightSVG = "data:image/svg+xml,%3csvg%20width='16'%20height='14'%20viewBox='0%200%2016%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8121%200.710938H14.4468C14.2554%200.710938%2014.0738%200.798828%2013.9566%200.949219L5.90388%2011.1504L2.04255%206.25781C1.98414%206.18365%201.90969%206.12368%201.82478%206.08241C1.73987%206.04114%201.64672%206.01965%201.55232%206.01953H0.187084C0.0562242%206.01953%20-0.0160415%206.16992%200.0640366%206.27148L5.41365%2013.0488C5.66365%2013.3652%206.14411%2013.3652%206.39607%2013.0488L15.9351%200.960938C16.0152%200.861328%2015.9429%200.710938%2015.8121%200.710938Z'%20fill='%231890FF'/%3e%3c/svg%3e";
+const usbSuccessSVG = "data:image/svg+xml,%3csvg%20width='9'%20height='9'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.30859%203.49023V0.396484C7.30859%200.206348%207.15498%200.0527344%206.96484%200.0527344H2.32422C2.13408%200.0527344%201.98047%200.206348%201.98047%200.396484V3.49023C1.26934%203.49023%200.691406%204.0499%200.691406%204.73633V8.56055C0.691406%208.60781%200.730078%208.64648%200.777344%208.64648H1.37891C1.42617%208.64648%201.46484%208.60781%201.46484%208.56055V4.73633C1.46484%204.47529%201.69688%204.26367%201.98154%204.26367H7.30752C7.59219%204.26367%207.82422%204.47529%207.82422%204.73633V8.56055C7.82422%208.60781%207.86289%208.64648%207.91016%208.64648H8.51172C8.55898%208.64648%208.59766%208.60781%208.59766%208.56055V4.73633C8.59766%204.0499%208.01973%203.49023%207.30859%203.49023V3.49023ZM2.75391%203.49023V0.826172H6.53516V3.49023H2.75391ZM4.04297%201.51367H3.52734C3.48008%201.51367%203.44141%201.55234%203.44141%201.59961V2.11523C3.44141%202.1625%203.48008%202.20117%203.52734%202.20117H4.04297C4.09023%202.20117%204.12891%202.1625%204.12891%202.11523V1.59961C4.12891%201.55234%204.09023%201.51367%204.04297%201.51367ZM5.76172%201.51367H5.24609C5.19883%201.51367%205.16016%201.55234%205.16016%201.59961V2.11523C5.16016%202.1625%205.19883%202.20117%205.24609%202.20117H5.76172C5.80898%202.20117%205.84766%202.1625%205.84766%202.11523V1.59961C5.84766%201.55234%205.80898%201.51367%205.76172%201.51367Z'%20fill='%234F9879'/%3e%3c/svg%3e";
const expandIcon = "_expandIcon_j17uw_1";
const style$16 = {
expandIcon
@@ -41060,35 +41066,35 @@ const WarningOutlined = (props) => /* @__PURE__ */ jsxRuntimeExports.jsx("img",
const YellowDot = (props) => /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: yellowDotSVG, draggable: false, ...props });
const USBSuccess = (props) => /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: usbSuccessSVG, draggable: false, ...props });
const Alert$1 = (props) => /* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: alert, draggable: false, ...props });
-const AppLogoInvertedImg = "" + new URL("app-logo-inverted.svg", import.meta.url).href;
-const AppLogoImg = "" + new URL("app-logo.svg", import.meta.url).href;
-const BitBoxLogo = "" + new URL("bitbox-logo.svg", import.meta.url).href;
-const BitBox02Logo = "" + new URL("bitbox02-logo.svg", import.meta.url).href;
-const BitBox02InvertedLogo = "" + new URL("bitbox02inverted-logo.svg", import.meta.url).href;
-const BTC = "" + new URL("btc-color.svg", import.meta.url).href;
-const BTC_GREY = "" + new URL("btc-white.svg", import.meta.url).href;
-const ETH_GREY = "" + new URL("eth-white.svg", import.meta.url).href;
-const LTC = "" + new URL("ltc-color.svg", import.meta.url).href;
-const LTC_GREY = "" + new URL("ltc-white.svg", import.meta.url).href;
+const AppLogoInvertedImg = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143.74%2026.7'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fff;}%3c/style%3e%3c/defs%3e%3ctitle%3eElement%20223%3c/title%3e%3cg%20id='Ebene_2'%20data-name='Ebene%202'%3e%3cg%20id='Ebene_3'%20data-name='Ebene%203'%3e%3cpath%20class='cls-1'%20d='M105.31,15.87H95.77l-2,5.43H91L98.74,0h3.63l7.74,21.3h-2.85Zm-.81-2.34-1-2.79c-1.47-4-2.46-7-3-8.67-.33,1.08-.72,2.34-1.23,3.81L98.2,9l-.63,1.77-1,2.76Z'/%3e%3cpath%20class='cls-1'%20d='M126.58,13.89c0,4.65-2.73,7.8-6.51,7.8a5.5,5.5,0,0,1-4.89-2.34V26.7H112.6V6.54H115V8.85a5.46,5.46,0,0,1,5-2.7C123.85,6.15,126.58,9.3,126.58,13.89Zm-2.64,0c0-3.33-1.65-5.55-4.26-5.55s-4.59,2.1-4.59,5.55,1.86,5.58,4.59,5.58C122.23,19.47,123.94,17.25,123.94,13.89Z'/%3e%3cpath%20class='cls-1'%20d='M143.74,13.89c0,4.65-2.73,7.8-6.51,7.8a5.5,5.5,0,0,1-4.89-2.34V26.7h-2.58V6.54h2.43V8.85a5.46,5.46,0,0,1,5-2.7C141,6.15,143.74,9.3,143.74,13.89Zm-2.64,0c0-3.33-1.65-5.55-4.26-5.55s-4.59,2.1-4.59,5.55,1.86,5.58,4.59,5.58C139.39,19.47,141.1,17.25,141.1,13.89Z'/%3e%3cpath%20class='cls-1'%20d='M9.21,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48H9.12c2.16,0,3.36-1,3.36-2.76S11.37,3.24,9.15,3.24H4.2ZM17.31,15.3c0,3.72-2.55,6-6.6,6H0V0H10.14c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4,2.52,4,5.19'/%3e%3crect%20class='cls-1'%20x='20.03'%20width='3.9'%20height='3.9'/%3e%3crect%20class='cls-1'%20x='20.03'%20y='5.97'%20width='3.9'%20height='15.33'/%3e%3cpath%20class='cls-1'%20d='M36.24,21.09a10.53,10.53,0,0,1-3.45.57c-3,0-4.35-1.41-4.35-4.32V8.94H25.71V6h2.73V1.23h3.9V6H36v3H32.34v7.92c0,1.05.45,1.41,1.53,1.41A8.37,8.37,0,0,0,35.79,18Z'/%3e%3cpath%20class='cls-1'%20d='M47.86,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48h4.92c2.16,0,3.36-1,3.36-2.76S50,3.24,47.8,3.24H42.85ZM56,15.3c0,3.72-2.55,6-6.6,6H38.65V0H48.79c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4.05,2.52,4.05,5.19'/%3e%3cpath%20class='cls-1'%20d='M61.76,13.62c0,3,1.59,4.86,4,4.86s4-1.89,4-4.86-1.59-4.86-4-4.86-4,2-4,4.86m12,0c0,4.86-3.33,8.16-8,8.16s-8-3.3-8-8.16,3.33-8.16,8-8.16,8,3.3,8,8.16'/%3e%3cpolygon%20class='cls-1'%20points='84.89%2021.3%2081.44%2016.05%2077.96%2021.3%2073.76%2021.3%2079.28%2013.26%2074.27%205.97%2078.5%205.97%2081.5%2010.47%2084.44%205.97%2088.63%205.97%2083.69%2013.11%2089.17%2021.3%2084.89%2021.3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const AppLogoImg = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20143.74%2026.7'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23191919;}%3c/style%3e%3c/defs%3e%3ctitle%3eElement%20217%3c/title%3e%3cg%20id='Ebene_2'%20data-name='Ebene%202'%3e%3cg%20id='Ebene_3'%20data-name='Ebene%203'%3e%3cpath%20class='cls-1'%20d='M105.31,15.87H95.77l-2,5.43H91L98.74,0h3.63l7.74,21.3h-2.85Zm-.81-2.34-1-2.79c-1.47-4-2.46-7-3-8.67-.33,1.08-.72,2.34-1.23,3.81L98.2,9l-.63,1.77-1,2.76Z'/%3e%3cpath%20class='cls-1'%20d='M126.58,13.89c0,4.65-2.73,7.8-6.51,7.8a5.5,5.5,0,0,1-4.89-2.34V26.7H112.6V6.54H115V8.85a5.46,5.46,0,0,1,5-2.7C123.85,6.15,126.58,9.3,126.58,13.89Zm-2.64,0c0-3.33-1.65-5.55-4.26-5.55s-4.59,2.1-4.59,5.55,1.86,5.58,4.59,5.58C122.23,19.47,123.94,17.25,123.94,13.89Z'/%3e%3cpath%20class='cls-1'%20d='M143.74,13.89c0,4.65-2.73,7.8-6.51,7.8a5.5,5.5,0,0,1-4.89-2.34V26.7h-2.58V6.54h2.43V8.85a5.46,5.46,0,0,1,5-2.7C141,6.15,143.74,9.3,143.74,13.89Zm-2.64,0c0-3.33-1.65-5.55-4.26-5.55s-4.59,2.1-4.59,5.55,1.86,5.58,4.59,5.58C139.39,19.47,141.1,17.25,141.1,13.89Z'/%3e%3cpath%20class='cls-1'%20d='M9.21,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48H9.12c2.16,0,3.36-1,3.36-2.76S11.37,3.24,9.15,3.24H4.2ZM17.31,15.3c0,3.72-2.55,6-6.6,6H0V0H10.14c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4,2.52,4,5.19'/%3e%3crect%20class='cls-1'%20x='20.03'%20width='3.9'%20height='3.9'/%3e%3crect%20class='cls-1'%20x='20.03'%20y='5.97'%20width='3.9'%20height='15.33'/%3e%3cpath%20class='cls-1'%20d='M36.24,21.09a10.53,10.53,0,0,1-3.45.57c-3,0-4.35-1.41-4.35-4.32V8.94H25.71V6h2.73V1.23h3.9V6H36v3H32.34v7.92c0,1.05.45,1.41,1.53,1.41A8.37,8.37,0,0,0,35.79,18Z'/%3e%3cpath%20class='cls-1'%20d='M47.86,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48h4.92c2.16,0,3.36-1,3.36-2.76S50,3.24,47.8,3.24H42.85ZM56,15.3c0,3.72-2.55,6-6.6,6H38.65V0H48.79c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4.05,2.52,4.05,5.19'/%3e%3cpath%20class='cls-1'%20d='M61.76,13.62c0,3,1.59,4.86,4,4.86s4-1.89,4-4.86-1.59-4.86-4-4.86-4,2-4,4.86m12,0c0,4.86-3.33,8.16-8,8.16s-8-3.3-8-8.16,3.33-8.16,8-8.16,8,3.3,8,8.16'/%3e%3cpolygon%20class='cls-1'%20points='84.89%2021.3%2081.44%2016.05%2077.96%2021.3%2073.76%2021.3%2079.28%2013.26%2074.27%205.97%2078.5%205.97%2081.5%2010.47%2084.44%205.97%2088.63%205.97%2083.69%2013.11%2089.17%2021.3%2084.89%2021.3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const BitBoxLogo = "data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256.46%2062.63'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23333132;}.cls-2{fill:%23e11a27;}%3c/style%3e%3c/defs%3e%3ctitle%3ebitbox-logo%3c/title%3e%3cpath%20class='cls-1'%20d='M49.77,44c0,10.7-7.33,17.26-19,17.26H0V0H29.16C39.94,0,47.62,5.78,47.62,15.79a13.28,13.28,0,0,1-9.49,13.28C45.63,31.4,49.77,36.32,49.77,44ZM12.08,24.67H26.22c6.21,0,9.67-3,9.67-7.93s-3.2-7.42-9.58-7.42H12.08Zm14.4,27.26c7.34,0,11.22-3.28,11.22-8.88s-4-9-11.22-9H12.08V51.93Z'/%3e%3crect%20class='cls-2'%20x='57.59'%20width='11.21'%20height='11.21'/%3e%3crect%20class='cls-1'%20x='57.59'%20y='17.17'%20width='11.21'%20height='44.08'/%3e%3cpath%20class='cls-1'%20d='M104.22,60.64a30,30,0,0,1-9.92,1.64c-8.71,0-12.5-4.05-12.5-12.42V25.71H74V17.17H81.8V3.54H93V17.17h10.53v8.54H93V48.48c0,3,1.29,4.05,4.4,4.05a23.92,23.92,0,0,0,5.52-.77Z'/%3e%3cpath%20class='cls-1'%20d='M160.93,44c0,10.7-7.33,17.26-19,17.26H111.16V0h29.16c10.78,0,18.45,5.78,18.45,15.79a13.27,13.27,0,0,1-9.48,13.28C156.79,31.4,160.93,36.32,160.93,44ZM123.24,24.67h14.14c6.21,0,9.66-3,9.66-7.93s-3.19-7.42-9.57-7.42H123.24Zm14.4,27.26c7.33,0,11.21-3.28,11.21-8.88s-4-9-11.21-9h-14.4V51.93Z'/%3e%3cpath%20class='cls-1'%20d='M212,39.16c0,14-9.58,23.47-22.86,23.47s-23-9.49-23-23.47,9.58-23.46,23-23.46S212,25.19,212,39.16Zm-34.42,0c0,8.54,4.57,14,11.56,14s11.47-5.44,11.47-14c0-8.36-4.57-14-11.47-14S177.62,30.8,177.62,39.16Z'/%3e%3cpath%20class='cls-1'%20d='M244.12,61.25l-9.92-15.1-10,15.1H212.12L228,38.13l-14.4-21h12.16l8.63,12.94,8.45-12.94h12.08L240.67,37.7l15.79,23.55Z'/%3e%3c/svg%3e";
+const BitBox02Logo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20123.53%2021.81'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23191919;}%3c/style%3e%3c/defs%3e%3ctitle%3eElement%20208%3c/title%3e%3cg%20id='Ebene_2'%20data-name='Ebene%202'%3e%3cg%20id='Ebene_3'%20data-name='Ebene%203'%3e%3cpath%20class='cls-1'%20d='M105,4.23a15,15,0,0,1,1.44,6.9A15,15,0,0,1,105,18,7,7,0,0,1,92.6,18a15,15,0,0,1-1.44-6.9,15,15,0,0,1,1.44-6.9,7,7,0,0,1,12.42,0ZM94.94,5.37a13.15,13.15,0,0,0-1.08,5.76,13.15,13.15,0,0,0,1.08,5.76,4.16,4.16,0,0,0,7.74,0,13.15,13.15,0,0,0,1.08-5.76,13.15,13.15,0,0,0-1.08-5.76,4.16,4.16,0,0,0-7.74,0Z'/%3e%3cpath%20class='cls-1'%20d='M123.53,19.08v2.25H109v-1a7.39,7.39,0,0,1,2.79-6,30.59,30.59,0,0,1,3.33-2.28l1.5-.87c2-1.11,3-1.74,3.69-2.88a3.66,3.66,0,0,0,.54-2c0-2.28-1.71-3.57-4-3.57s-3.78,1-5.91,3.66L109,5c2.07-3,4.47-4.56,7.8-4.56,4,0,6.69,2.49,6.69,5.76a6,6,0,0,1-2.49,5A32.35,32.35,0,0,1,118,13.08l-1.41.84-.57.33c-2,1.2-2.94,1.83-3.69,2.91a4,4,0,0,0-.72,1.92Z'/%3e%3cpath%20class='cls-1'%20d='M9.21,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48H9.12c2.16,0,3.36-1,3.36-2.76S11.37,3.24,9.15,3.24H4.2ZM17.31,15.3c0,3.72-2.55,6-6.6,6H0V0H10.14c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4,2.52,4,5.19'/%3e%3crect%20class='cls-1'%20x='20.03'%20width='3.9'%20height='3.9'/%3e%3crect%20class='cls-1'%20x='20.03'%20y='5.97'%20width='3.9'%20height='15.33'/%3e%3cpath%20class='cls-1'%20d='M36.24,21.09a10.53,10.53,0,0,1-3.45.57c-3,0-4.35-1.41-4.35-4.32V8.94H25.71V6h2.73V1.23h3.9V6H36v3H32.34v7.92c0,1.05.45,1.41,1.53,1.41A8.37,8.37,0,0,0,35.79,18Z'/%3e%3cpath%20class='cls-1'%20d='M47.86,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48h4.92c2.16,0,3.36-1,3.36-2.76S50,3.24,47.8,3.24H42.85ZM56,15.3c0,3.72-2.55,6-6.6,6H38.65V0H48.79c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4.05,2.52,4.05,5.19'/%3e%3cpath%20class='cls-1'%20d='M61.76,13.62c0,3,1.59,4.86,4,4.86s4-1.89,4-4.86-1.59-4.86-4-4.86-4,2-4,4.86m12,0c0,4.86-3.33,8.16-8,8.16s-8-3.3-8-8.16,3.33-8.16,8-8.16,8,3.3,8,8.16'/%3e%3cpolygon%20class='cls-1'%20points='84.89%2021.3%2081.44%2016.05%2077.96%2021.3%2073.76%2021.3%2079.28%2013.26%2074.27%205.97%2078.5%205.97%2081.5%2010.47%2084.44%205.97%2088.63%205.97%2083.69%2013.11%2089.17%2021.3%2084.89%2021.3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const BitBox02InvertedLogo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20123.53%2021.81'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fff;}%3c/style%3e%3c/defs%3e%3ctitle%3eElement%20208%3c/title%3e%3cg%20id='Ebene_2'%20data-name='Ebene%202'%3e%3cg%20id='Ebene_3'%20data-name='Ebene%203'%3e%3cpath%20class='cls-1'%20d='M105,4.23a15,15,0,0,1,1.44,6.9A15,15,0,0,1,105,18,7,7,0,0,1,92.6,18a15,15,0,0,1-1.44-6.9,15,15,0,0,1,1.44-6.9,7,7,0,0,1,12.42,0ZM94.94,5.37a13.15,13.15,0,0,0-1.08,5.76,13.15,13.15,0,0,0,1.08,5.76,4.16,4.16,0,0,0,7.74,0,13.15,13.15,0,0,0,1.08-5.76,13.15,13.15,0,0,0-1.08-5.76,4.16,4.16,0,0,0-7.74,0Z'/%3e%3cpath%20class='cls-1'%20d='M123.53,19.08v2.25H109v-1a7.39,7.39,0,0,1,2.79-6,30.59,30.59,0,0,1,3.33-2.28l1.5-.87c2-1.11,3-1.74,3.69-2.88a3.66,3.66,0,0,0,.54-2c0-2.28-1.71-3.57-4-3.57s-3.78,1-5.91,3.66L109,5c2.07-3,4.47-4.56,7.8-4.56,4,0,6.69,2.49,6.69,5.76a6,6,0,0,1-2.49,5A32.35,32.35,0,0,1,118,13.08l-1.41.84-.57.33c-2,1.2-2.94,1.83-3.69,2.91a4,4,0,0,0-.72,1.92Z'/%3e%3cpath%20class='cls-1'%20d='M9.21,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48H9.12c2.16,0,3.36-1,3.36-2.76S11.37,3.24,9.15,3.24H4.2ZM17.31,15.3c0,3.72-2.55,6-6.6,6H0V0H10.14c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4,2.52,4,5.19'/%3e%3crect%20class='cls-1'%20x='20.03'%20width='3.9'%20height='3.9'/%3e%3crect%20class='cls-1'%20x='20.03'%20y='5.97'%20width='3.9'%20height='15.33'/%3e%3cpath%20class='cls-1'%20d='M36.24,21.09a10.53,10.53,0,0,1-3.45.57c-3,0-4.35-1.41-4.35-4.32V8.94H25.71V6h2.73V1.23h3.9V6H36v3H32.34v7.92c0,1.05.45,1.41,1.53,1.41A8.37,8.37,0,0,0,35.79,18Z'/%3e%3cpath%20class='cls-1'%20d='M47.86,18.06c2.55,0,3.9-1.14,3.9-3.09s-1.38-3.12-3.9-3.12h-5v6.21Zm-5-9.48h4.92c2.16,0,3.36-1,3.36-2.76S50,3.24,47.8,3.24H42.85ZM56,15.3c0,3.72-2.55,6-6.6,6H38.65V0H48.79c3.75,0,6.42,2,6.42,5.49a4.62,4.62,0,0,1-3.3,4.62c2.61.81,4.05,2.52,4.05,5.19'/%3e%3cpath%20class='cls-1'%20d='M61.76,13.62c0,3,1.59,4.86,4,4.86s4-1.89,4-4.86-1.59-4.86-4-4.86-4,2-4,4.86m12,0c0,4.86-3.33,8.16-8,8.16s-8-3.3-8-8.16,3.33-8.16,8-8.16,8,3.3,8,8.16'/%3e%3cpolygon%20class='cls-1'%20points='84.89%2021.3%2081.44%2016.05%2077.96%2021.3%2073.76%2021.3%2079.28%2013.26%2074.27%205.97%2078.5%205.97%2081.5%2010.47%2084.44%205.97%2088.63%205.97%2083.69%2013.11%2089.17%2021.3%2084.89%2021.3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const BTC = "data:image/svg+xml,%3c!--%20icon%20source:%20http://cryptoicons.co/%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23F7931A'/%3e%3cpath%20fill='%23FFF'%20fill-rule='nonzero'%20d='M23.189%2014.02c.314-2.096-1.283-3.223-3.465-3.975l.708-2.84-1.728-.43-.69%202.765c-.454-.114-.92-.22-1.385-.326l.695-2.783L15.596%206l-.708%202.839c-.376-.086-.746-.17-1.104-.26l.002-.009-2.384-.595-.46%201.846s1.283.294%201.256.312c.7.175.826.638.805%201.006l-.806%203.235c.048.012.11.03.18.057l-.183-.045-1.13%204.532c-.086.212-.303.531-.793.41.018.025-1.256-.313-1.256-.313l-.858%201.978%202.25.561c.418.105.828.215%201.231.318l-.715%202.872%201.727.43.708-2.84c.472.127.93.245%201.378.357l-.706%202.828%201.728.43.715-2.866c2.948.558%205.164.333%206.097-2.333.752-2.146-.037-3.385-1.588-4.192%201.13-.26%201.98-1.003%202.207-2.538zm-3.95%205.538c-.533%202.147-4.148.986-5.32.695l.95-3.805c1.172.293%204.929.872%204.37%203.11zm.535-5.569c-.487%201.953-3.495.96-4.47.717l.86-3.45c.975.243%204.118.696%203.61%202.733z'/%3e%3c/g%3e%3c/svg%3e";
+const BTC_GREY = "data:image/svg+xml,%3c!--%20icon%20source:%20http://cryptoicons.co/%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cpath%20fill='%23777777'%20fill-rule='evenodd'%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zm7.189-17.98c.314-2.096-1.283-3.223-3.465-3.975l.708-2.84-1.728-.43-.69%202.765c-.454-.114-.92-.22-1.385-.326l.695-2.783L15.596%206l-.708%202.839c-.376-.086-.746-.17-1.104-.26l.002-.009-2.384-.595-.46%201.846s1.283.294%201.256.312c.7.175.826.638.805%201.006l-.806%203.235c.048.012.11.03.18.057l-.183-.045-1.13%204.532c-.086.212-.303.531-.793.41.018.025-1.256-.313-1.256-.313l-.858%201.978%202.25.561c.418.105.828.215%201.231.318l-.715%202.872%201.727.43.708-2.84c.472.127.93.245%201.378.357l-.706%202.828%201.728.43.715-2.866c2.948.558%205.164.333%206.097-2.333.752-2.146-.037-3.385-1.588-4.192%201.13-.26%201.98-1.003%202.207-2.538zm-3.95%205.538c-.533%202.147-4.148.986-5.32.695l.95-3.805c1.172.293%204.929.872%204.37%203.11zm.535-5.569c-.487%201.953-3.495.96-4.47.717l.86-3.45c.975.243%204.118.696%203.61%202.733z'/%3e%3c/svg%3e";
+const ETH_GREY = "data:image/svg+xml,%3c!--%20icon%20source:%20http://cryptoicons.co/%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cg%20fill='%23777777'%20fill-rule='evenodd'%3e%3cpath%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zm7.994-15.781L16.498%204%209%2016.22l7.498%204.353%207.496-4.354zM24%2017.616l-7.502%204.351L9%2017.617l7.498%2010.378L24%2017.616z'/%3e%3cg%20fill-rule='nonzero'%3e%3cpath%20fill-opacity='.5'%20d='M16.498%204v8.87l7.497%203.35z'/%3e%3cpath%20opacity='.8'%20d='M16.498%204L9%2016.22l7.498-3.35z'/%3e%3cpath%20fill-opacity='.5'%20d='M16.498%2021.968v6.027L24%2017.616z'/%3e%3cpath%20opacity='.796'%20d='M16.498%2027.995v-6.028L9%2017.616z'/%3e%3cpath%20fill-opacity='.5'%20d='M9%2016.22l7.498%204.353v-7.701z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
+const LTC = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2082.6%2082.6'%3e%3cdefs/%3e%3ccircle%20cx='41.3'%20cy='41.3'%20r='36.83'%20fill='%23fff'/%3e%3cpath%20fill='%23345d9d'%20d='M41.3%200a41.3%2041.3%200%201041.3%2041.3A41.18%2041.18%200%200041.54%200zm.7%2042.7l-4.3%2014.5h23a1.16%201.16%200%20011.2%201.12v.38l-2%206.9a1.49%201.49%200%2001-1.5%201.1H23.2l5.9-20.1-6.6%202L24%2044l6.6-2%208.3-28.2a1.51%201.51%200%20011.5-1.1h8.9a1.16%201.16%200%20011.2%201.12v.38l-7%2023.8%206.6-2-1.4%204.8z'/%3e%3c/svg%3e";
+const LTC_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2082.6%2082.6'%3e%3cdefs/%3e%3cpath%20fill='%23777777'%20d='M41.3%200a41.3%2041.3%200%201041.3%2041.3A41.18%2041.18%200%200041.54%200zm.7%2042.7l-4.3%2014.5h23a1.16%201.16%200%20011.2%201.12v.38l-2%206.9a1.49%201.49%200%2001-1.5%201.1H23.2l5.9-20.1-6.6%202L24%2044l6.6-2%208.3-28.2a1.51%201.51%200%20011.5-1.1h8.9a1.16%201.16%200%20011.2%201.12v.38l-7%2023.8%206.6-2-1.4%204.8z'/%3e%3c/svg%3e";
const SwissOpenSourceLight = "" + new URL("swiss-made-open-source-light.svg", import.meta.url).href;
const SwissOpenSourceDark = "" + new URL("swiss-made-open-source-dark.svg", import.meta.url).href;
-const BAT = "" + new URL("bat-color.svg", import.meta.url).href;
-const BAT_GREY = "" + new URL("bat-white.svg", import.meta.url).href;
-const DAI = "" + new URL("dai-color.svg", import.meta.url).href;
-const DAI_GREY = "" + new URL("dai-white.svg", import.meta.url).href;
-const LINK = "" + new URL("link-color.svg", import.meta.url).href;
-const LINK_GREY = "" + new URL("link-white.svg", import.meta.url).href;
-const MKR = "" + new URL("mkr-color.svg", import.meta.url).href;
-const MKR_GREY = "" + new URL("mkr-white.svg", import.meta.url).href;
-const USDC = "" + new URL("usdc-color.svg", import.meta.url).href;
-const USDC_GREY = "" + new URL("usdc-white.svg", import.meta.url).href;
-const USDT = "" + new URL("usdt-color.svg", import.meta.url).href;
-const USDT_GREY = "" + new URL("usdt-white.svg", import.meta.url).href;
-const ZRX = "" + new URL("zrx-color.svg", import.meta.url).href;
-const ZRX_GREY = "" + new URL("zrx-white.svg", import.meta.url).href;
+const BAT = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cg%20fill='none'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23FF5000'/%3e%3cpath%20fill='%23FFF'%20d='M6%2023.5l10.051-17L26%2023.477%206%2023.5zm10.027-10.12l-4.108%206.786h8.235l-4.127-6.786z'/%3e%3c/g%3e%3c/svg%3e";
+const BAT_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cpath%20fill='%23777777'%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zM6%2023.5l20-.023L16.051%206.5%206%2023.5zm10.027-10.12l4.127%206.786H11.92l4.108-6.786z'/%3e%3c/svg%3e";
+const DAI = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23f4b731'%20/%3e%3cpath%20style='clip-rule:evenodd;fill:%23ffffff;fill-rule:evenodd;stroke-width:0.05394046'%20d='m%209.872488,8.3784%20h%206.13725%20c%203.73313,0%206.562852,2.024227%207.615613,4.969724%20h%201.911759%20v%201.780302%20h%20-1.509193%20c%200.02953,0.281346%200.04463,0.567948%200.04463,0.859152%20v%200.04372%20c%200,0.32783%20-0.01907,0.650135%20-0.05639,0.965776%20h%201.520953%20v%201.780284%20h%20-1.948177%20c%20-1.080471,2.904532%20-3.888281,4.90944%20-7.579201,4.90944%20H%209.872486%20V%2018.777359%20H%207.7398438%20V%2016.997075%20H%209.872486%20V%2015.128424%20H%207.7398448%20V%2013.348122%20H%209.872487%20Z%20m%201.715733,10.398961%20v%203.312384%20h%204.421517%20c%202.728488,0%204.755657,-1.326654%205.699292,-3.312384%20z%20m%2010.64641,-1.780284%20h%20-10.64641%20v%20-1.868651%20h%2010.649148%20c%200.03947,0.294077%200.05962,0.595524%200.05962,0.902875%20v%200.04372%20c%200,0.314451%20-0.02105,0.622289%20-0.06235,0.922056%20z%20M%2016.009738,9.972823%20c%202.741055,0%204.774293,1.361655%205.712234,3.375301%20H%2011.588221%20V%209.972823%20Z'%20/%3e%3c/g%3e%3c/svg%3e";
+const DAI_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cpath%20fill='%23777777'%20d='M%2016.060547%200.037109375%20A%2016%2016%200%200%200%200.060546875%2016.037109%20A%2016%2016%200%200%200%2016.060547%2032.037109%20A%2016%2016%200%200%200%2032.060547%2016.037109%20A%2016%2016%200%200%200%2016.060547%200.037109375%20z%20M%209.8730469%208.3789062%20L%2016.009766%208.3789062%20C%2019.742896%208.3789062%2022.572239%2010.402159%2023.625%2013.347656%20L%2025.537109%2013.347656%20L%2025.537109%2015.128906%20L%2024.027344%2015.128906%20C%2024.056874%2015.410252%2024.072266%2015.697077%2024.072266%2015.988281%20L%2024.072266%2016.03125%20C%2024.072266%2016.35908%2024.052945%2016.682406%2024.015625%2016.998047%20L%2025.537109%2016.998047%20L%2025.537109%2018.777344%20L%2023.589844%2018.777344%20C%2022.509373%2021.681876%2019.700686%2023.6875%2016.009766%2023.6875%20L%209.8730469%2023.6875%20L%209.8730469%2018.777344%20L%207.7402344%2018.777344%20L%207.7402344%2016.998047%20L%209.8730469%2016.998047%20L%209.8730469%2015.128906%20L%207.7402344%2015.128906%20L%207.7402344%2013.347656%20L%209.8730469%2013.347656%20L%209.8730469%208.3789062%20z%20M%2011.587891%209.9726562%20L%2011.587891%2013.347656%20L%2021.722656%2013.347656%20C%2020.784715%2011.33401%2018.750821%209.9726562%2016.009766%209.9726562%20L%2011.587891%209.9726562%20z%20M%2011.587891%2015.128906%20L%2011.587891%2016.998047%20L%2022.234375%2016.998047%20C%2022.275675%2016.69828%2022.296875%2016.38867%2022.296875%2016.074219%20L%2022.296875%2016.03125%20C%2022.296875%2015.723899%2022.277751%2015.422983%2022.238281%2015.128906%20L%2011.587891%2015.128906%20z%20M%2011.587891%2018.777344%20L%2011.587891%2022.089844%20L%2016.009766%2022.089844%20C%2018.738254%2022.089844%2020.765349%2020.763074%2021.708984%2018.777344%20L%2011.587891%2018.777344%20z%20'/%3e%3c/svg%3e";
+const LINK = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20width='32'%20height='32'%3e%3cg%20fill='%23bfbbbb'%20transform='translate(100.6136%201.7357)'%3e%3cpath%20fill-rule='evenodd'%20d='M-84.6136%2030.2643c-8.837%200-16-7.163-16-16s7.163-16%2016-16%2016%207.163%2016%2016-7.163%2016-16%2016zm7.189-17.98c.314-2.096-1.283-3.223-3.465-3.975l.708-2.84-1.728-.43-.69%202.765c-.454-.114-.92-.22-1.385-.326l.695-2.783-1.728-.431-.708%202.839c-.376-.086-.746-.17-1.104-.26l.002-.009-2.384-.595-.46%201.846s1.283.294%201.256.312c.7.175.826.638.805%201.006l-.806%203.235c.048.012.11.03.18.057l-.183-.045-1.13%204.532c-.086.212-.303.531-.793.41.018.025-1.256-.313-1.256-.313l-.858%201.978%202.25.561c.418.105.828.215%201.231.318l-.715%202.872%201.727.43.708-2.84c.472.127.93.245%201.378.357l-.706%202.828%201.728.43.715-2.866c2.948.558%205.164.333%206.097-2.333.752-2.146-.037-3.385-1.588-4.192%201.13-.26%201.98-1.003%202.207-2.538zm-3.95%205.538c-.533%202.147-4.148.986-5.32.695l.95-3.805c1.172.293%204.929.872%204.37%203.11zm.535-5.569c-.487%201.953-3.495.96-4.47.717l.86-3.45c.975.243%204.118.696%203.61%202.733z'/%3e%3cellipse%20cx='-84.3364'%20cy='15.0033'%20rx='8.7754'%20ry='12.378'/%3e%3c/g%3e%3cpath%20fill='%232a5ada'%20d='m15.9722%204.3694-2.2018%201.266-5.9999%203.4678-2.2018%201.266v11.9999l2.2018%201.266%206.055%203.4678%202.2018%201.266%202.2018-1.266%205.9448-3.4678%202.2018-1.266V10.3693l-2.2018-1.266-5.9999-3.4679ZM9.9723%2019.837v-6.9357l6-3.4678%205.9998%203.4678v6.9357l-5.9999%203.4678z'/%3e%3c/svg%3e";
+const LINK_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20width='32'%20height='32'%3e%3cpath%20fill='%23777'%20fill-rule='evenodd'%20d='M16.0322.0313c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zm-.0273%204.3692L18.206%205.666l6%203.4668%202.2012%201.2676v12L24.206%2023.666l-5.9453%203.4668-2.2011%201.2676-2.2012-1.2676-6.0547-3.4668-2.2031-1.2656v-12l2.203-1.2676%205.9981-3.4668Zm0%205.0644-6%203.4668v6.9355l6%203.4688%206-3.4688v-6.9355z'/%3e%3c/svg%3e";
+const MKR = "data:image/svg+xml,%3csvg%20height='32'%20width='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20cx='16'%20cy='16'%20fill='%231abc9c'%20r='16'/%3e%3cpath%20d='M7.838%2012.056V22.5H6v-14l9.708%207.027V22.5H13.87v-6.077zm10.292%204.367V22.5h-1.838v-6.973L26%208.5v14h-1.838V12.056z'%20fill='%23fff'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e";
+const MKR_GREY = "data:image/svg+xml,%3csvg%20height='32'%20width='32'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zM7.838%2012.056l6.032%204.367V22.5h1.838v-6.973L6%208.5v14h1.838zm10.292%204.367l6.032-4.367V22.5H26v-14l-9.708%207.027V22.5h1.838z'%20fill='%23777777'%20fill-rule='evenodd'/%3e%3c/svg%3e";
+const USDC = "data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%232775C9'/%3e%3cpath%20d='M15.75%2027.5C9.26%2027.5%204%2022.24%204%2015.75S9.26%204%2015.75%204%2027.5%209.26%2027.5%2015.75A11.75%2011.75%200%200115.75%2027.5zm-.7-16.11a2.58%202.58%200%2000-2.45%202.47c0%201.21.74%202%202.31%202.33l1.1.26c1.07.25%201.51.61%201.51%201.22s-.77%201.21-1.77%201.21a1.9%201.9%200%2001-1.8-.91.68.68%200%2000-.61-.39h-.59a.35.35%200%2000-.28.41%202.73%202.73%200%20002.61%202.08v.84a.705.705%200%20001.41%200v-.85a2.62%202.62%200%20002.59-2.58c0-1.27-.73-2-2.46-2.37l-1-.22c-1-.25-1.47-.58-1.47-1.14%200-.56.6-1.18%201.6-1.18a1.64%201.64%200%20011.59.81.8.8%200%2000.72.46h.47a.42.42%200%2000.31-.5%202.65%202.65%200%2000-2.38-2v-.69a.705.705%200%2000-1.41%200v.74zm-8.11%204.36a8.79%208.79%200%20006%208.33h.14a.45.45%200%2000.45-.45v-.21a.94.94%200%2000-.58-.87%207.36%207.36%200%20010-13.65.93.93%200%2000.58-.86v-.23a.42.42%200%2000-.56-.4%208.79%208.79%200%2000-6.03%208.34zm17.62%200a8.79%208.79%200%2000-6-8.32h-.15a.47.47%200%2000-.47.47v.15a1%201%200%2000.61.9%207.36%207.36%200%20010%2013.64%201%201%200%2000-.6.89v.17a.47.47%200%2000.62.44%208.79%208.79%200%20005.99-8.34z'%20fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e";
+const USDC_GREY = "data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zm-.25-4.5A11.75%2011.75%200%200027.5%2015.75C27.5%209.26%2022.24%204%2015.75%204S4%209.26%204%2015.75%209.26%2027.5%2015.75%2027.5zm-.7-16.11v-.74a.705.705%200%20011.41%200v.69a2.65%202.65%200%20012.38%202%20.42.42%200%2001-.31.5h-.47a.8.8%200%2001-.72-.46%201.64%201.64%200%2000-1.59-.81c-1%200-1.6.62-1.6%201.18%200%20.56.47.89%201.47%201.14l1%20.22c1.73.37%202.46%201.1%202.46%202.37a2.62%202.62%200%2001-2.59%202.58v.85a.705.705%200%2001-1.41%200v-.84a2.73%202.73%200%2001-2.61-2.08.35.35%200%2001.28-.41h.59a.68.68%200%2001.61.39%201.9%201.9%200%20001.8.91c1%200%201.77-.6%201.77-1.21s-.44-.97-1.51-1.22l-1.1-.26c-1.57-.33-2.31-1.12-2.31-2.33a2.58%202.58%200%20012.45-2.47zm-8.11%204.36a8.79%208.79%200%20016.03-8.34.42.42%200%2001.56.4v.23a.93.93%200%2001-.58.86%207.36%207.36%200%20000%2013.65.94.94%200%2001.58.87v.21a.45.45%200%2001-.45.45h-.14a8.79%208.79%200%2001-6-8.33zm17.62%200a8.79%208.79%200%2001-5.99%208.34.47.47%200%2001-.62-.44v-.17a1%201%200%2001.6-.89%207.36%207.36%200%20000-13.64%201%201%200%2001-.61-.9V7.9c0-.26.21-.47.47-.47h.15a8.79%208.79%200%20016%208.32z'%20fill='%23777777'/%3e%3c/svg%3e";
+const USDT = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%2326A17B'/%3e%3cpath%20fill='%23FFF'%20d='M17.922%2017.383v-.002c-.11.008-.677.042-1.942.042-1.01%200-1.721-.03-1.971-.042v.003c-3.888-.171-6.79-.848-6.79-1.658%200-.809%202.902-1.486%206.79-1.66v2.644c.254.018.982.061%201.988.061%201.207%200%201.812-.05%201.925-.06v-2.643c3.88.173%206.775.85%206.775%201.658%200%20.81-2.895%201.485-6.775%201.657m0-3.59v-2.366h5.414V7.819H8.595v3.608h5.414v2.365c-4.4.202-7.709%201.074-7.709%202.118%200%201.044%203.309%201.915%207.709%202.118v7.582h3.913v-7.584c4.393-.202%207.694-1.073%207.694-2.116%200-1.043-3.301-1.914-7.694-2.117'/%3e%3c/g%3e%3c/svg%3e";
+const USDT_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cpath%20fill='%23777777'%20fill-rule='evenodd'%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zm1.922-18.207v-2.366h5.414V7.819H8.595v3.608h5.414v2.365c-4.4.202-7.709%201.074-7.709%202.118%200%201.044%203.309%201.915%207.709%202.118v7.582h3.913v-7.584c4.393-.202%207.694-1.073%207.694-2.116%200-1.043-3.301-1.914-7.694-2.117zm0%203.59v-.002c-.11.008-.677.042-1.942.042-1.01%200-1.721-.03-1.971-.042v.003c-3.888-.171-6.79-.848-6.79-1.658%200-.809%202.902-1.486%206.79-1.66v2.644c.254.018.982.061%201.988.061%201.207%200%201.812-.05%201.925-.06v-2.643c3.88.173%206.775.85%206.775%201.658%200%20.81-2.895%201.485-6.775%201.657z'/%3e%3c/svg%3e";
+const ZRX = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23302C2C'%20fill-rule='nonzero'/%3e%3cpath%20fill='%23FFF'%20d='M15.496%2027c-.27-.028-.54-.053-.81-.085a10.88%2010.88%200%2001-4.122-1.364c-.019-.01-.036-.025-.073-.05%202.206-1.65%204.402-3.29%206.61-4.94l.665.647c.37.362.742.72%201.105%201.087.09.09.155.089.26.035a7.149%207.149%200%20002.728-2.39l.107-.158c.031.036.06.065.084.097.767%201.022%201.533%202.044%202.303%203.063.067.088.059.14-.012.22-1.783%202.026-3.999%203.274-6.67%203.701-.336.054-.677.074-1.016.111-.045.005-.09.017-.134.026h-1.025zm.97-22c.186.019.373.039.56.056%201.576.15%203.05.617%204.423%201.4.02.012.037.026.07.05l-6.718%204.819c-.089-.084-.175-.164-.26-.247-.472-.46-.946-.919-1.415-1.383-.075-.074-.132-.082-.226-.035a7.147%207.147%200%2000-2.77%202.424l-.1.15-2.468-3.288c.249-.264.479-.527.728-.77%201.623-1.583%203.55-2.59%205.783-2.995.43-.078.869-.104%201.304-.155.049-.005.098-.017.146-.026h.942zM6.458%2010.534l4.995%206.548-1.008%201.034c-.251.257-.5.517-.756.77-.072.072-.075.127-.031.215a7.134%207.134%200%20002.423%202.77c.035.022.07.045.103.07.006.004.009.014.027.048L8.95%2024.435C7%2022.756%205.735%2020.687%205.227%2018.178c-.544-2.686-.103-5.224%201.232-7.644zm14.175%204.37l.918-.953c.256-.266.508-.535.77-.794.082-.081.081-.142.033-.238a7.137%207.137%200%2000-2.45-2.798c-.037-.025-.073-.052-.136-.097l3.279-2.46c1.857%201.59%203.09%203.55%203.656%205.915.707%202.952.077%205.872-1.147%207.928l-4.923-6.503z'/%3e%3c/g%3e%3c/svg%3e";
+const ZRX_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%3e%3cpath%20fill='%23777777'%20d='M16%2032C7.163%2032%200%2024.837%200%2016S7.163%200%2016%200s16%207.163%2016%2016-7.163%2016-16%2016zm-.504-5h1.025c.044-.009.089-.02.134-.026.339-.037.68-.057%201.017-.11%202.67-.428%204.886-1.676%206.67-3.702.07-.08.078-.132.011-.22-.77-1.02-1.536-2.041-2.303-3.063-.024-.032-.053-.06-.084-.097l-.107.158a7.149%207.149%200%2001-2.728%202.39c-.105.054-.17.055-.26-.035-.363-.368-.736-.725-1.105-1.087l-.665-.647c-2.208%201.65-4.404%203.29-6.61%204.94.037.025.054.04.073.05a10.88%2010.88%200%20004.122%201.364c.27.032.54.057.81.085zm.97-22h-.943c-.048.009-.097.02-.146.026-.435.051-.875.077-1.304.155-2.234.405-4.16%201.412-5.783%202.995-.25.243-.48.506-.728.77l2.467%203.287.102-.15A7.147%207.147%200%200112.9%209.66c.093-.047.15-.039.225.035.469.464.943.923%201.415%201.383.085.083.171.163.26.247%202.244-1.61%204.476-3.21%206.718-4.82-.033-.023-.05-.037-.07-.048a10.887%2010.887%200%2000-4.422-1.4c-.188-.018-.375-.038-.562-.057zM6.458%2010.534c-1.335%202.42-1.776%204.958-1.232%207.644.508%202.51%201.774%204.578%203.724%206.257l3.26-2.446c-.017-.034-.02-.044-.026-.049l-.103-.07A7.134%207.134%200%20019.66%2019.1c-.044-.087-.041-.142.031-.214.256-.253.505-.513.756-.77l1.008-1.034-4.995-6.548zm14.175%204.37l4.923%206.503c1.224-2.056%201.854-4.976%201.147-7.928-.566-2.365-1.799-4.324-3.656-5.915l-3.279%202.46c.063.045.099.072.136.097a7.137%207.137%200%20012.45%202.798c.048.096.05.157-.032.238-.263.26-.515.528-.771.794l-.918.953z'/%3e%3c/svg%3e";
const WBTC = "" + new URL("wbtc-color.svg", import.meta.url).href;
-const WBTC_GREY = "" + new URL("wbtc-white.svg", import.meta.url).href;
-const PAXG = "" + new URL("paxg-color.svg", import.meta.url).href;
+const WBTC_GREY = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%20width='32'%20height='32'%3e%3cpath%20fill='gray'%20d='M14.321%2031.024c-3.1268-.497-5.8962-1.8518-8.1193-3.9722C1.4626%2022.5316.1937%2015.652%203.0167%209.7825c2.4918-5.1812%207.6565-8.4572%2013.3355-8.459%203.8915-.001%207.5246%201.4555%2010.2795%204.1212%203.0414%202.9428%204.6134%206.6203%204.6134%2010.792%200%204.2019-1.5785%207.87-4.656%2010.819-2.011%201.9271-4.3676%203.1723-7.1906%203.7993-1.0275.2283-4.0678.3294-5.0774.169zm5.4245-1.5476c4.3658-1.1392%207.9276-4.3678%209.4575-8.5726%201.1098-3.0502%201.0692-6.564-.1114-9.6346-.6569-1.7086-1.5646-3.0977-2.9461-4.5083-2.5966-2.6515-5.5235-3.9901-9.0705-4.1486-3.895-.174-7.2563%201.0725-10.0234%203.7172-1.2905%201.2334-2.0843%202.3048-2.837%203.829-1.169%202.3673-1.6395%204.8667-1.3814%207.3391.6505%206.2311%205.0888%2011.0373%2011.2845%2012.2198%201.4223.2715%204.104.1567%205.6278-.241zm-5.476-.6399c-2.3159-.422-4.452-1.41-6.0535-2.7997l-.4373-.3795.4196-.438.4195-.4378.763.6167c.9383.7583%202.6878%201.6369%204.0204%202.0189.8539.2447%201.2908.2865%202.9986.2865%201.7078%200%202.1448-.0418%202.9987-.2865%201.3326-.382%203.0821-1.2606%204.0203-2.0189l.763-.6167.408.422c.4898.507.4773.5292-.7925%201.4071-2.9044%202.0079-6.331%202.8084-9.5278%202.226zM6.358%2024.1153c-.7918-.9906-1.9259-3.246-2.2601-4.495-.7764-2.9008-.5079-6.0592.7428-8.7361.4775-1.0221%201.5564-2.7034%201.9838-3.0913.205-.186.2505-.17.6308.2236l.4098.4242-.5486.6755c-1.6636%202.0488-2.6133%205.0929-2.4331%207.7996.1482%202.227.9928%204.5043%202.3231%206.2645l.6541.8654-.4324.4337-.4324.4337Zm18.9986.3557-.414-.43.6536-.863c.8435-1.1139%201.657-2.8395%202.0058-4.2544.406-1.6467.3854-3.9379-.05-5.5773-.3796-1.4293-1.0967-2.9094-1.971-4.068l-.6384-.846.4059-.42c.3764-.3896.4217-.4054.6267-.2194.4312.3914%201.5082%202.0733%201.9954%203.1161%202.0626%204.4148%201.3225%209.8584-1.8457%2013.5761l-.3543.4158zM14.0618%2023.098l-.0359-1.1592-1.4192-.0356-1.4191-.0355.0831-.5911c.1423-1.0115.1438-1.0134.8532-1.0547.5402-.0315.6712-.0877.797-.3419.106-.214.1499-1.2658.1482-3.5514-.0028-3.7989.0199-3.7264-1.1672-3.7264h-.6872v-1.4957l1.4056-.0354%201.4056-.0354.036-1.1593.0359-1.1592h1.365v2.2558h1.1245V8.7173h1.4993v2.3378l.831.1536c1.6367.3025%202.3867.9448%202.5988%202.2254.1184.715-.1134%201.4732-.6234%202.0395l-.4288.476.4888.2211c1.0006.4526%201.3817%201.1136%201.3817%202.3966%200%201.8937-1.1637%203.0068-3.3939%203.2464-.8292.089-.8316.0905-.9137.529-.0452.242-.0673.7576-.0491%201.146l.033.706-.7118.0376-.712.0376v-2.4081l-.531.0385-.531.0386-.0359%201.1592-.036%201.1593h-1.3555zm3.6421-2.975c1.6088-.306%202.2577-1.142%201.666-2.1466-.3594-.6104-1.1385-.8972-2.6165-.9632l-1.2906-.0575v3.2912h.795c.4373%200%201.088-.0557%201.4461-.1238zm-.2228-4.6542c.8555-.184%201.3551-.6629%201.3551-1.2987%200-.639-.189-.9257-.791-1.1998-.3739-.1703-.8117-.238-1.5517-.24l-1.0307-.0028V15.61h.681c.3746%200%20.9764-.0635%201.3373-.1412zm5.9198-8.3991c-.8992-.7377-2.6607-1.6287-3.94-1.9927-1.1987-.3412-3.6275-.4645-4.9457-.2512-1.8046.292-3.5301%201.0306-4.9812%202.1322-.4573.3472-.8742.6313-.9264.6313-.0522%200-.26-.1745-.462-.3877l-.3669-.3877.5426-.4717c.8314-.7227%202.4004-1.6257%203.6287-2.0885%204.018-1.5138%208.5463-.8613%2012.0367%201.7345.5345.3975.9718.7683.9718.824%200%20.0557-.1827.274-.406.4852l-.4061.384z'/%3e%3c/svg%3e";
+const PAXG = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20data-name='Layer%201'%20width='32'%20height='32'%20viewBox='0%200%2071.98%2067.9'%3e%3cdefs/%3e%3cdefs%3e%3cmask%20id='a'%20width='23.84'%20height='54.6'%20x='0'%20y='4.82'%20maskUnits='userSpaceOnUse'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%204.82h23.84v54.6H0V4.82z'/%3e%3c/mask%3e%3c/defs%3e%3cg%20mask='url(%23a)'%3e%3cpath%20fill='%23efe812'%20d='M20%208.84c1.37-1.56%202.63-2.88%203.83-4-20.26-.65-14.36%2014-21%2028.87-7.6%2017.14.9%2023.67%2013.56%2025.71a27.56%2027.56%200%2001-4.28-7C3.94%2042.09%207.25%2023.26%2020%208.84'/%3e%3c/g%3e%3cpath%20fill='%23ede70a'%20d='M68.75%2027.1a57.87%2057.87%200%2001-10.23%2017.13A49.09%2049.09%200%200146.09%2055a33.56%2033.56%200%2001-18.34%205.21%2072.2%2072.2%200%2001-11.32-.79A23.14%2023.14%200%200024%2065.35c18.32%208.86%2019.47-7.59%2038.85-15.94%2010.88-4.69%2010.92-13.85%205.89-22.31M46.09%2010a24.07%2024.07%200%20017.56%202.68%2042.17%2042.17%200%200115.1%2014.42c3.3-9.3%201.76-16.6-5.45-17.92-7.94-1.45-14.14-1.92-20.1-6.08C35.86-2%2029.42-.34%2023.84%204.85l1.21.05c7.74.46%2015.14%202%2021%205.08'/%3e%3cpath%20fill='%23dec21c'%20d='M20%208.84C7.25%2023.26%203.94%2042.09%2012.15%2052.42a31.36%2031.36%200%20011.77-28C20.83%2012.9%2034.7%207.9%2046.09%2010c-5.9-3.12-13.3-4.62-21-5.08l-1.21-.06C22.64%206%2021.38%207.28%2020%208.84'/%3e%3cpath%20fill='%23e5cb22'%20d='M53.65%2012.66A24.07%2024.07%200%200046.09%2010C53.85%2014.08%2059%2021%2059%2031.94A27.53%2027.53%200%200146.09%2055a48.89%2048.89%200%200012.43-10.77A57.87%2057.87%200%200068.75%2027.1a42.17%2042.17%200%2000-15.1-14.44'/%3e%3cpath%20fill='%23cca727'%20d='M46.09%2010C34.7%207.9%2020.83%2012.9%2013.92%2024.37a31.33%2031.33%200%2000-1.77%2028.05%2027.28%2027.28%200%20004.28%207%2072.2%2072.2%200%200011.32.79A33.56%2033.56%200%200046.09%2055%2027.52%2027.52%200%200059%2031.94C59%2021%2053.85%2014.08%2046.09%2010m-1.28%2039.8a18.94%2018.94%200%2001-26.12-5.62c-5.66-8.73-2.86-20%205.63-26%209.5-6.75%2021.68-4.09%2026.12%205.62%204.33%209.46%203.14%2020.39-5.63%2026'/%3e%3c/svg%3e";
const PAXG_GREY = "" + new URL("paxg-white.svg", import.meta.url).href;
const logo$1 = "_logo_gbled_1";
const swissOpenSource = "_swissOpenSource_gbled_7";
@@ -45049,14 +45055,14 @@ var jsx = function jsx2(type2, props) {
}
return reactExports.createElement.apply(null, createElementArgArray);
};
-function css$2() {
+function css() {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
return serializeStyles(args);
}
var keyframes = function keyframes2() {
- var insertable = css$2.apply(void 0, arguments);
+ var insertable = css.apply(void 0, arguments);
var name = "animation-" + insertable.name;
return {
name,
@@ -45432,7 +45438,7 @@ function autoUpdate(reference, floating, update, options2) {
}
};
}
-var index$1 = reactExports.useLayoutEffect;
+var index = reactExports.useLayoutEffect;
var _excluded$4 = ["className", "clearValue", "cx", "getStyles", "getClassNames", "getValue", "hasValue", "isMulti", "isRtl", "options", "selectOption", "selectProps", "setValue", "theme"];
var noop = function noop2() {
};
@@ -45775,7 +45781,7 @@ var MenuPlacer = function MenuPlacer2(props) {
var _useState = reactExports.useState(maxMenuHeight), _useState2 = _slicedToArray(_useState, 2), maxHeight = _useState2[0], setMaxHeight = _useState2[1];
var _useState3 = reactExports.useState(null), _useState4 = _slicedToArray(_useState3, 2), placement = _useState4[0], setPlacement = _useState4[1];
var controlHeight2 = theme.spacing.controlHeight;
- index$1(function() {
+ index(function() {
var menuEl = ref.current;
if (!menuEl)
return;
@@ -45898,7 +45904,7 @@ var MenuPortal = function MenuPortal2(props) {
});
}
}, [controlElement, menuPosition, placement, computedPosition === null || computedPosition === void 0 ? void 0 : computedPosition.offset, computedPosition === null || computedPosition === void 0 ? void 0 : computedPosition.rect.left, computedPosition === null || computedPosition === void 0 ? void 0 : computedPosition.rect.width]);
- index$1(function() {
+ index(function() {
updateComputedPosition();
}, [updateComputedPosition]);
var runAutoUpdate = reactExports.useCallback(function() {
@@ -45912,7 +45918,7 @@ var MenuPortal = function MenuPortal2(props) {
});
}
}, [controlElement, updateComputedPosition]);
- index$1(function() {
+ index(function() {
runAutoUpdate();
}, [runAutoUpdate]);
var setMenuPortalElement = reactExports.useCallback(function(menuPortalElement) {
@@ -46033,7 +46039,7 @@ var baseCSS = function baseCSS2(_ref3, unstyled) {
});
};
var dropdownIndicatorCSS = baseCSS;
-var DropdownIndicator$3 = function DropdownIndicator(props) {
+var DropdownIndicator$3 = function DropdownIndicator2(props) {
var children2 = props.children, innerProps = props.innerProps;
return jsx("div", _extends({}, getStyleProps(props, "dropdownIndicator", {
indicator: true,
@@ -46087,7 +46093,7 @@ var loadingIndicatorCSS = function loadingIndicatorCSS2(_ref5, unstyled) {
var LoadingDot = function LoadingDot2(_ref6) {
var delay2 = _ref6.delay, offset = _ref6.offset;
return jsx("span", {
- css: /* @__PURE__ */ css$2({
+ css: /* @__PURE__ */ css({
animation: "".concat(loadingDotAnimations, " 1s ease-in-out ").concat(delay2, "ms infinite;"),
backgroundColor: "currentColor",
borderRadius: "1em",
@@ -46119,7 +46125,7 @@ var LoadingIndicator = function LoadingIndicator2(_ref7) {
offset: !isRtl
}));
};
-var css$1 = function css(_ref3, unstyled) {
+var css$1 = function css2(_ref3, unstyled) {
var isDisabled = _ref3.isDisabled, isFocused = _ref3.isFocused, _ref$theme = _ref3.theme, colors2 = _ref$theme.colors, borderRadius2 = _ref$theme.borderRadius, spacing2 = _ref$theme.spacing;
return _objectSpread2({
label: "control",
@@ -46164,7 +46170,7 @@ var groupCSS = function groupCSS2(_ref3, unstyled) {
paddingTop: spacing2.baseUnit * 2
};
};
-var Group$1 = function Group(props) {
+var Group$1 = function Group2(props) {
var children2 = props.children, cx = props.cx, getStyles = props.getStyles, getClassNames = props.getClassNames, Heading = props.Heading, headingProps = props.headingProps, innerProps = props.innerProps, label2 = props.label, theme = props.theme, selectProps = props.selectProps;
return jsx("div", _extends({}, getStyleProps(props, "group", {
group: true
@@ -46192,7 +46198,7 @@ var groupHeadingCSS = function groupHeadingCSS2(_ref22, unstyled) {
textTransform: "uppercase"
});
};
-var GroupHeading$1 = function GroupHeading(props) {
+var GroupHeading$1 = function GroupHeading2(props) {
var _cleanCommonProps = cleanCommonProps(props);
_cleanCommonProps.data;
var innerProps = _objectWithoutProperties(_cleanCommonProps, _excluded$1);
@@ -46245,7 +46251,7 @@ var inputStyle = function inputStyle2(isHidden) {
width: "100%"
}, spacingStyle);
};
-var Input2 = function Input3(props) {
+var Input2 = function Input22(props) {
var cx = props.cx, value = props.value;
var _cleanCommonProps = cleanCommonProps(props), innerRef = _cleanCommonProps.innerRef, isDisabled = _cleanCommonProps.isDisabled, isHidden = _cleanCommonProps.isHidden, inputClassName = _cleanCommonProps.inputClassName, innerProps = _objectWithoutProperties(_cleanCommonProps, _excluded$5);
return jsx("div", _extends({}, getStyleProps(props, "input", {
@@ -46365,7 +46371,7 @@ var optionCSS = function optionCSS2(_ref3, unstyled) {
}
});
};
-var Option$1 = function Option(props) {
+var Option$1 = function Option2(props) {
var children2 = props.children, isDisabled = props.isDisabled, isFocused = props.isFocused, isSelected = props.isSelected, innerRef = props.innerRef, innerProps = props.innerProps;
return jsx("div", _extends({}, getStyleProps(props, "option", {
option: true,
@@ -46396,7 +46402,7 @@ var Placeholder = function Placeholder2(props) {
}), innerProps), children2);
};
var Placeholder$1 = Placeholder;
-var css2 = function css3(_ref3, unstyled) {
+var css22 = function css3(_ref3, unstyled) {
var isDisabled = _ref3.isDisabled, _ref$theme = _ref3.theme, spacing2 = _ref$theme.spacing, colors2 = _ref$theme.colors;
return _objectSpread2({
label: "singleValue",
@@ -46411,7 +46417,7 @@ var css2 = function css3(_ref3, unstyled) {
marginRight: spacing2.baseUnit / 2
});
};
-var SingleValue$1 = function SingleValue(props) {
+var SingleValue$1 = function SingleValue2(props) {
var children2 = props.children, isDisabled = props.isDisabled, innerProps = props.innerProps;
return jsx("div", _extends({}, getStyleProps(props, "singleValue", {
"single-value": true,
@@ -46957,7 +46963,7 @@ function DummyInput(_ref3) {
return jsx("input", _extends({
ref: innerRef
}, filteredProps, {
- css: /* @__PURE__ */ css$2({
+ css: /* @__PURE__ */ css({
label: "dummyInput",
// get rid of any default styles
background: 0,
@@ -47253,7 +47259,7 @@ var defaultStyles = {
noOptionsMessage: noOptionsMessageCSS,
option: optionCSS,
placeholder: placeholderCSS,
- singleValue: css2,
+ singleValue: css22,
valueContainer: valueContainerCSS
};
var colors = {
@@ -48282,7 +48288,7 @@ var Select = /* @__PURE__ */ function(_Component) {
// ==============================
function renderInput() {
var _this$props8 = this.props, isDisabled = _this$props8.isDisabled, isSearchable = _this$props8.isSearchable, inputId = _this$props8.inputId, inputValue = _this$props8.inputValue, tabIndex = _this$props8.tabIndex, form = _this$props8.form, menuIsOpen = _this$props8.menuIsOpen, required = _this$props8.required;
- var _this$getComponents = this.getComponents(), Input4 = _this$getComponents.Input;
+ var _this$getComponents = this.getComponents(), Input3 = _this$getComponents.Input;
var _this$state4 = this.state, inputIsHidden = _this$state4.inputIsHidden, ariaSelection = _this$state4.ariaSelection;
var commonProps = this.commonProps;
var id2 = inputId || this.getElementId("input");
@@ -48320,7 +48326,7 @@ var Select = /* @__PURE__ */ function(_Component) {
value: ""
}, ariaAttributes));
}
- return /* @__PURE__ */ reactExports.createElement(Input4, _extends({}, commonProps, {
+ return /* @__PURE__ */ reactExports.createElement(Input3, _extends({}, commonProps, {
autoCapitalize: "none",
autoComplete: "off",
autoCorrect: "off",
@@ -48848,8 +48854,8 @@ const SelectOption$1 = (props) => {
const DropdownIndicator$2 = (props) => {
return /* @__PURE__ */ jsxRuntimeExports.jsx(components.DropdownIndicator, { ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k.dropdown }) });
};
-const Group2 = (props) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(components.Group, { ...props }) });
-const GroupHeading2 = ({ customData, ...props }) => {
+const Group = (props) => /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(components.Group, { ...props }) });
+const GroupHeading = ({ customData, ...props }) => {
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `${styles$k.groupHeader}`, children: [
/* @__PURE__ */ jsxRuntimeExports.jsx(components.GroupHeading, { ...props, data: customData }),
customData.connected && /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -48892,8 +48898,8 @@ const GroupedAccountSelector = ({ title: title2, disabled: disabled2, selected:
onChange2(value);
},
components: {
- Group: Group2,
- GroupHeading: (props) => /* @__PURE__ */ jsxRuntimeExports.jsx(GroupHeading2, { customData: props.data, ...props }),
+ Group,
+ GroupHeading: (props) => /* @__PURE__ */ jsxRuntimeExports.jsx(GroupHeading, { customData: props.data, ...props }),
DropdownIndicator: DropdownIndicator$2,
Option: SelectOption$1,
SingleValue: SelectSingleValue$1,
@@ -48975,7 +48981,6 @@ const BuyInfo = ({ code, accounts }) => {
/* @__PURE__ */ jsxRuntimeExports.jsx(BuyGuide, { name })
] }) });
};
-const flagIcons = "";
const button$2 = "_button_diw5d_1";
const style$M = {
button: button$2
@@ -51709,43 +51714,44 @@ const assetsURL = function(dep, importerUrl) {
};
const seen = {};
const __vitePreload = function preload(baseModule, deps, importerUrl) {
- if (!deps || deps.length === 0) {
- return baseModule();
- }
- const links = document.getElementsByTagName("link");
- return Promise.all(deps.map((dep) => {
- dep = assetsURL(dep, importerUrl);
- if (dep in seen)
- return;
- seen[dep] = true;
- const isCss = dep.endsWith(".css");
- const cssSelector = isCss ? '[rel="stylesheet"]' : "";
- const isBaseRelative = !!importerUrl;
- if (isBaseRelative) {
- for (let i = links.length - 1; i >= 0; i--) {
- const link3 = links[i];
- if (link3.href === dep && (!isCss || link3.rel === "stylesheet")) {
- return;
+ let promise = Promise.resolve();
+ if (deps && deps.length > 0) {
+ const links = document.getElementsByTagName("link");
+ promise = Promise.all(deps.map((dep) => {
+ dep = assetsURL(dep, importerUrl);
+ if (dep in seen)
+ return;
+ seen[dep] = true;
+ const isCss = dep.endsWith(".css");
+ const cssSelector = isCss ? '[rel="stylesheet"]' : "";
+ const isBaseRelative = !!importerUrl;
+ if (isBaseRelative) {
+ for (let i = links.length - 1; i >= 0; i--) {
+ const link3 = links[i];
+ if (link3.href === dep && (!isCss || link3.rel === "stylesheet")) {
+ return;
+ }
}
+ } else if (document.querySelector(`link[href="${dep}"]${cssSelector}`)) {
+ return;
}
- } else if (document.querySelector(`link[href="${dep}"]${cssSelector}`)) {
- return;
- }
- const link2 = document.createElement("link");
- link2.rel = isCss ? "stylesheet" : scriptRel;
- if (!isCss) {
- link2.as = "script";
- link2.crossOrigin = "";
- }
- link2.href = dep;
- document.head.appendChild(link2);
- if (isCss) {
- return new Promise((res, rej) => {
- link2.addEventListener("load", res);
- link2.addEventListener("error", () => rej(new Error(`Unable to preload CSS for ${dep}`)));
- });
- }
- })).then(() => baseModule()).catch((err) => {
+ const link2 = document.createElement("link");
+ link2.rel = isCss ? "stylesheet" : scriptRel;
+ if (!isCss) {
+ link2.as = "script";
+ link2.crossOrigin = "";
+ }
+ link2.href = dep;
+ document.head.appendChild(link2);
+ if (isCss) {
+ return new Promise((res, rej) => {
+ link2.addEventListener("load", res);
+ link2.addEventListener("error", () => rej(new Error(`Unable to preload CSS for ${dep}`)));
+ });
+ }
+ }));
+ }
+ return promise.then(() => baseModule()).catch((err) => {
const e3 = new Event("vite:preloadError", { cancelable: true });
e3.payload = err;
window.dispatchEvent(e3);
@@ -51996,7 +52002,7 @@ let e$1 = class e {
}
static async createQrEngine(a2) {
a2 && console.warn("Specifying a worker path is not required and not supported anymore.");
- a2 = () => __vitePreload(() => import("./qr-scanner-worker.min.js"), true ? [] : void 0, import.meta.url).then((c2) => c2.createWorker());
+ a2 = () => __vitePreload(() => import("./qr-scanner-worker.min.js"), true ? __vite__mapDeps([]) : void 0, import.meta.url).then((c2) => c2.createWorker());
if (!(!e._disableBarcodeDetector && "BarcodeDetector" in window && BarcodeDetector.getSupportedFormats && (await BarcodeDetector.getSupportedFormats()).includes("qr_code")))
return a2();
let b2 = navigator.userAgentData;
@@ -54108,7 +54114,7 @@ var ot$1;
let _t$1 = class _t extends at$1 {
constructor(t2, i) {
super(), this.nn = null, this.sn = NaN, this.en = 0, this.rn = true, this.hn = /* @__PURE__ */ new Map(), this.ln = false, this.an = NaN, this.on = NaN, this._n = NaN, this.un = NaN, this.Ui = t2, this.cn = i, this.dn = new q(t2, this);
- this.fn = ((t3, i2) => (n3) => {
+ this.fn = /* @__PURE__ */ ((t3, i2) => (n3) => {
const s = i2(), e3 = t3();
if (n3 === b(this.nn).vn())
return { ct: e3, yi: s };
@@ -54117,7 +54123,7 @@ let _t$1 = class _t extends at$1 {
return { ct: n3.pn(s, t4), yi: s };
}
})(() => this.sn, () => this.on);
- const n2 = ((t3, i2) => () => {
+ const n2 = /* @__PURE__ */ ((t3, i2) => () => {
const n3 = this.Ui.yt().mn(t3()), s = i2();
return n3 && Number.isFinite(s) ? { ut: n3, yi: s } : null;
})(() => this.en, () => this.Kt());
@@ -59989,7 +59995,7 @@ const Darkmode = () => {
return null;
};
const getDarkmode = () => darkmode;
-class Chart extends reactExports.Component {
+const _Chart = class _Chart extends reactExports.Component {
constructor() {
super(...arguments);
this.ref = reactExports.createRef();
@@ -60422,8 +60428,8 @@ class Chart extends reactExports.Component {
isMobile && /* @__PURE__ */ jsxRuntimeExports.jsx(Filters, { ...chartFiltersProps })
] });
}
-}
-Chart.defaultProps = {
+};
+_Chart.defaultProps = {
data: {
chartDataMissing: true,
chartDataDaily: [],
@@ -60436,6 +60442,7 @@ Chart.defaultProps = {
},
hideAmounts: false
};
+let Chart = _Chart;
const HOC$2 = translate()(Chart);
const ArrowUp = () => /* @__PURE__ */ jsxRuntimeExports.jsxs(
"svg",
@@ -67224,14 +67231,14 @@ const dropdownStyles = {
dropdown,
select: select$2
};
-const DropdownIndicator2 = (props) => {
+const DropdownIndicator = (props) => {
return /* @__PURE__ */ jsxRuntimeExports.jsx(components.DropdownIndicator, { ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: dropdownStyles.dropdown }) });
};
-const Option2 = (props) => {
+const Option = (props) => {
const { label: label2 } = props.data;
return /* @__PURE__ */ jsxRuntimeExports.jsx(components.Option, { ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: label2 }) });
};
-const SingleValue2 = (props) => {
+const SingleValue = (props) => {
const { label: label2 } = props.data;
return /* @__PURE__ */ jsxRuntimeExports.jsx(components.SingleValue, { ...props, children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: label2 }) });
};
@@ -67243,7 +67250,7 @@ const SingleDropdown = ({ options: options2, handleChange, defaultValue }) => {
classNamePrefix: "react-select",
isSearchable: true,
defaultValue,
- components: { IndicatorSeparator: () => null, DropdownIndicator: DropdownIndicator2, SingleValue: SingleValue2, Option: Option2 },
+ components: { IndicatorSeparator: () => null, DropdownIndicator, SingleValue, Option },
onChange: (selected2) => {
if (selected2) {
const value = (selected2 == null ? void 0 : selected2.value) || "";
@@ -71605,7 +71612,7 @@ function toString(array, encoding = "utf8") {
}
return base3.encoder.encode(array).substring(1);
}
-var __spreadArray = globalThis && globalThis.__spreadArray || function(to, from2, pack) {
+var __spreadArray = function(to, from2, pack) {
if (pack || arguments.length === 2)
for (var i = 0, l2 = from2.length, ar; i < l2; i++) {
if (ar || !(i in from2)) {
@@ -71618,7 +71625,7 @@ var __spreadArray = globalThis && globalThis.__spreadArray || function(to, from2
};
var BrowserInfo = (
/** @class */
- function() {
+ /* @__PURE__ */ function() {
function BrowserInfo2(name, version, os2) {
this.name = name;
this.version = version;
@@ -71630,7 +71637,7 @@ var BrowserInfo = (
);
var NodeInfo = (
/** @class */
- function() {
+ /* @__PURE__ */ function() {
function NodeInfo2(version) {
this.version = version;
this.type = "node";
@@ -71642,7 +71649,7 @@ var NodeInfo = (
);
var SearchBotDeviceInfo = (
/** @class */
- function() {
+ /* @__PURE__ */ function() {
function SearchBotDeviceInfo2(name, version, os2, bot) {
this.name = name;
this.version = version;
@@ -71655,7 +71662,7 @@ var SearchBotDeviceInfo = (
);
var BotInfo = (
/** @class */
- function() {
+ /* @__PURE__ */ function() {
function BotInfo2() {
this.type = "bot";
this.bot = true;
@@ -71668,7 +71675,7 @@ var BotInfo = (
);
var ReactNativeInfo = (
/** @class */
- function() {
+ /* @__PURE__ */ function() {
function ReactNativeInfo2() {
this.type = "react-native";
this.name = "react-native";
@@ -75476,11 +75483,11 @@ const styles$3 = {
hostname,
capitalized
};
-const AOPPGroupLogo = "" + new URL("aoppgroup.svg", import.meta.url).href;
+const AOPPGroupLogo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2059%2026'%3e%3cpath%20d='M15.923%2021.604h-2.795q-.47%200-.779-.214-.298-.224-.416-.565l-.917-2.71h-5.91l-.917%202.71q-.106.299-.416.544-.309.235-.757.235H.2L6.216%206.063h3.69zm-9.984-5.942h4.245l-1.43-4.256q-.138-.405-.33-.949-.181-.555-.363-1.195-.17.651-.352%201.206-.181.554-.341.96zm25.941-1.834q0%201.685-.586%203.136-.576%201.45-1.632%202.528-1.056%201.066-2.55%201.674-1.482.608-3.295.608-1.814%200-3.307-.608-1.493-.608-2.56-1.674-1.056-1.078-1.643-2.528-.576-1.45-.576-3.136%200-1.686.576-3.136.587-1.45%201.643-2.518%201.067-1.066%202.56-1.674%201.493-.608%203.307-.608%201.813%200%203.296.619%201.493.608%202.549%201.674%201.056%201.067%201.632%202.517.587%201.451.587%203.126zm-3.69%200q0-1.152-.299-2.07-.298-.928-.864-1.568-.554-.64-1.365-.98-.81-.342-1.845-.342-1.046%200-1.867.341-.81.341-1.376.981-.555.64-.853%201.568-.299.918-.299%202.07%200%201.162.299%202.09.298.918.853%201.558.565.64%201.376.981.821.33%201.867.33%201.034%200%201.845-.33.81-.341%201.365-.981.566-.64.864-1.558.299-.928.299-2.09zm9.04%202.582v5.194h-3.605V6.063h5.483q1.643%200%202.816.394%201.184.384%201.941%201.067.768.682%201.13%201.61.364.928.364%202.006%200%201.162-.374%202.133-.373.97-1.141%201.664-.768.693-1.952%201.088-1.173.384-2.784.384zm0-2.72h1.878q1.408%200%202.027-.673.618-.672.618-1.877%200-.534-.16-.97-.16-.438-.49-.748-.32-.32-.822-.49-.49-.17-1.173-.17H37.23zm13.626%202.72v5.194H47.25V6.063h5.483q1.643%200%202.816.394%201.184.384%201.941%201.067.768.682%201.13%201.61.364.928.364%202.006%200%201.162-.374%202.133-.373.97-1.141%201.664-.768.693-1.952%201.088-1.173.384-2.784.384zm0-2.72h1.877q1.408%200%202.027-.673.618-.672.618-1.877%200-.534-.16-.97-.16-.438-.49-.748-.32-.32-.822-.49-.49-.17-1.173-.17h-1.877z'%20aria-label='AOPP'%20fill='%23495057'/%3e%3c/svg%3e";
const BitcoinSuisseLogo = "" + new URL("bitcoin_suisse.png", import.meta.url).href;
const BittrLogo = "" + new URL("bittr.png", import.meta.url).href;
const BityLogo = "" + new URL("bity.png", import.meta.url).href;
-const PocketBitcoinLogo = "" + new URL("pocketbitcoin.svg", import.meta.url).href;
+const PocketBitcoinLogo = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='256px'%20height='256px'%20viewBox='0%200%20256%20256'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eArtboard%20Copy%2036%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='-21.2681634%25'%20y1='0%25'%20x2='88.8762164%25'%20y2='77.0793666%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%23000000'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23000000'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Artboard-Copy-36'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3crect%20fill='%239013FE'%20x='0'%20y='0'%20width='256'%20height='256'%3e%3c/rect%3e%3ccircle%20id='Mask'%20fill='%239013FE'%20cx='127.61791'%20cy='127.61791'%20r='127.61791'%3e%3c/circle%3e%3cpath%20d='M126.248555,53%20C136.11368,53%20145.323699,54.0494753%20153.878613,56.1484258%20C161.311338,57.9720471%20167.929573,60.7010446%20173.733319,64.3354183%20L256,111.833%20L256,256%20L168.715,256%20L77.0172211,203.058433%20L77.018,203%20L77,203%20L77,53%20Z'%20id='Combined-Shape'%20fill='url(%23linearGradient-1)'%3e%3c/path%3e%3cpath%20d='M126.248555,53%20C136.11368,53%20145.323699,54.0494753%20153.878613,56.1484258%20C162.433526,58.2473763%20169.909441,61.5457271%20176.306358,66.0434783%20C182.703276,70.5412294%20187.751445,76.4257871%20191.450867,83.6971514%20C195.150289,90.9685157%20197,99.7766117%20197,110.121439%20C197,120.466267%20195.150289,129.274363%20191.450867,136.545727%20C187.751445,143.817091%20182.703276,149.701649%20176.306358,154.1994%20C169.909441,158.697151%20162.433526,161.995502%20153.878613,164.094453%20C145.323699,166.193403%20136.11368,167.242879%20126.248555,167.242879%20L126.248555,167.242879%20L126.248555,203%20L77,203%20L77,53%20Z%20M129.25,92%20L127,92%20L127,127%20L129.25,127%20C136.25,127%20141.291667,125.462838%20144.375,122.388514%20C147.458333,119.314189%20149,115.018018%20149,109.5%20C149,103.981982%20147.458333,99.6858108%20144.375,96.6114865%20C141.291667,93.5371622%20136.25,92%20129.25,92%20L129.25,92%20Z'%20id='Path-2'%20fill='%23FFFFFF'%3e%3c/path%3e%3c/g%3e%3c/svg%3e";
const VASPLogoMap = {
"demo.aopp.group": AOPPGroupLogo,
"testing.aopp.group": AOPPGroupLogo,
@@ -75895,11 +75902,11 @@ const MobileDataWarning = () => {
}
);
};
-const coins = "" + new URL("coins.svg", import.meta.url).href;
-const shieldIcon = "" + new URL("shield_grey.svg", import.meta.url).href;
-const linechart = "" + new URL("linechart.svg", import.meta.url).href;
-const settings = "" + new URL("settings-alt.svg", import.meta.url).href;
-const settingsGrey = "" + new URL("settings-alt_disabled.svg", import.meta.url).href;
+const coins = "data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20height='300'%20width='300'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='%23ffffff'%20d='M17.1%206.2V4c0-1.8-3.7-2.8-7.1-2.8-3.4%200-7.1%201-7.1%202.8%200%20.2%200%20.4.1.5h-.1v2.2c0%201.3%201.8%202.1%204%202.5v2.2c0%20.2.1.4.2.7-1.6.5-2.5%201.3-2.5%202.2V20c0%201.8%203.7%202.8%207.1%202.8%203.4%200%207.1-1%207.1-2.8v-2.8-3c0-.2-.1-.4-.2-.7%201.5-.5%202.5-1.2%202.5-2.2V8.7c0-1.1-1.5-2.1-4-2.5zM10%202.1c3.8%200%206.2%201.1%206.2%201.9%200%20.8-2.4%201.9-6.2%201.9-3.8%200-6.2-1.1-6.2-1.9%200-.8%202.4-1.9%206.2-1.9zM3.8%206.8V5.4c1.3.9%203.8%201.4%206.2%201.4%202.4%200%204.9-.5%206.2-1.4v1.4c0%20.8-2.4%201.9-6.2%201.9-3.8%200-6.2-1.1-6.2-1.9zM17.9%2020c0%20.8-2.4%201.9-6.2%201.9-3.8%200-6.2-1.1-6.2-1.9v-1.5c1.3.9%203.8%201.4%206.2%201.4%202.4%200%204.9-.5%206.2-1.4V20zm0-3c0%20.8-2.4%201.9-6.2%201.9-3.8%200-6.2-1.1-6.2-1.9v-1.4c1.3.9%203.8%201.4%206.2%201.4%202.4%200%204.9-.5%206.2-1.4V17zm-6.2-.8c-3.8%200-6.2-1.1-6.2-1.9%200-.4.7-1%202.3-1.4%201.3.9%203.8%201.4%206.2%201.4%201.3%200%202.5-.1%203.7-.4.1.1.2.3.2.4%200%20.8-2.4%201.9-6.2%201.9zm8.5-4.7c0%20.8-2.4%201.9-6.2%201.9s-6.2-1.1-6.2-1.9v-1.4c1.3.9%203.8%201.4%206.2%201.4%202.4%200%204.9-.5%206.2-1.4v1.4zm-6.2-.9c-2.6%200-4.6-.5-5.5-1.1.5%200%201%20.1%201.6.1%203.2%200%206.7-.9%207-2.5%202%20.4%203.1%201.1%203.1%201.6%200%20.8-2.4%201.9-6.2%201.9z'/%3e%3c/svg%3e";
+const shieldIcon = "data:image/svg+xml,%3csvg%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.191406%205.44117C0.216428%204.94195%200.232095%204.44194%200.268875%203.94378C0.314914%203.32182%200.818268%202.82118%201.4229%202.78081C1.95928%202.74497%202.49855%202.73685%203.03244%202.67754C5.16648%202.44072%207.13796%201.71689%208.94799%200.529698C9.31381%200.289776%209.69551%200.211387%2010.1092%200.355261C10.2195%200.39368%2010.3258%200.452728%2010.4245%200.517452C12.0373%201.57738%2013.7879%202.26625%2015.6747%202.58677C16.3876%202.70784%2017.1065%202.76405%2017.8292%202.77451C18.5944%202.78547%2019.092%203.30132%2019.1452%204.09076C19.2155%205.13649%2019.2068%206.18057%2019.1105%207.22284C18.7764%2010.841%2017.6101%2014.1198%2015.3293%2016.9317C13.9335%2018.6523%2012.2364%2019.9727%2010.2506%2020.8959C9.87275%2021.0716%209.50065%2021.0612%209.12334%2020.8851C7.32618%2020.046%205.76482%2018.8739%204.43924%2017.37C2.71356%2015.4125%201.56005%2013.1331%200.876225%2010.5941C0.422435%208.90912%200.209796%207.1897%200.191406%205.44117ZM1.52048%204.08983C1.50674%204.33702%201.48745%204.57928%201.48082%204.82204C1.4474%206.03191%201.51888%207.23472%201.71034%208.42977C2.01621%2010.3382%202.59652%2012.1497%203.5215%2013.8364C4.94621%2016.4342%206.9406%2018.4074%209.58062%2019.6673C9.66325%2019.7068%209.7287%2019.7091%209.8128%2019.6692C12.207%2018.5307%2014.0937%2016.7941%2015.4891%2014.4997C17.3614%2011.4206%2018.0535%208.03264%2017.8991%204.43422C17.8941%204.3187%2017.8801%204.2037%2017.8699%204.08548C17.8246%204.08251%2017.7902%204.07888%2017.7558%204.07838C16.9588%204.06561%2016.1664%203.99804%2015.3807%203.85945C13.3797%203.50645%2011.5191%202.77438%209.80479%201.65217C9.72969%201.60306%209.67674%201.59725%209.59603%201.64831C9.2794%201.84813%208.96203%202.04771%208.63488%202.22809C6.74049%203.27373%204.7207%203.87724%202.57627%204.033C2.23222%204.05802%201.88719%204.07053%201.52048%204.08983Z'%20fill='%239E9E9E'/%3e%3cpath%20d='M8.44002%2012.2927C8.4867%2012.2356%208.51496%2012.1948%208.54888%2012.1599C10.0297%2010.6337%2011.5117%209.10842%2012.9913%207.58083C13.1553%207.41157%2013.3386%207.30945%2013.576%207.3449C13.8223%207.38164%2013.9936%207.52204%2014.0824%207.76031C14.1716%208.00037%2014.1239%208.22032%2013.9674%208.41657C13.9342%208.4582%2013.8954%208.49533%2013.8584%208.53352C12.2257%2010.2157%2010.5931%2011.8976%208.96026%2013.5796C8.60194%2013.9487%208.26493%2013.9479%207.9045%2013.5772C7.09678%2012.7465%206.28842%2011.9164%205.48173%2011.0844C5.21789%2010.8124%205.19899%2010.4256%205.43117%2010.1611C5.67694%209.88135%206.08456%209.86947%206.35413%2010.1423C6.74096%2010.5338%207.12305%2010.9302%207.50626%2011.3255C7.81162%2011.6406%208.11573%2011.9567%208.44002%2012.2927Z'%20fill='%239E9E9E'/%3e%3c/svg%3e";
+const linechart = "data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.5859%2023.2056H6.10156V5.53369C6.10156%205.40908%205.99961%205.30713%205.875%205.30713H4.28906C4.16445%205.30713%204.0625%205.40908%204.0625%205.53369V25.0181C4.0625%2025.1427%204.16445%2025.2446%204.28906%2025.2446H25.5859C25.7105%2025.2446%2025.8125%2025.1427%2025.8125%2025.0181V23.4321C25.8125%2023.3075%2025.7105%2023.2056%2025.5859%2023.2056ZM9.09785%2018.8357C9.18564%2018.9235%209.32725%2018.9235%209.41787%2018.8357L13.3346%2014.9389L16.9482%2018.5752C17.036%2018.663%2017.1805%2018.663%2017.2683%2018.5752L25.0677%2010.7786C25.1555%2010.6908%2025.1555%2010.5464%2025.0677%2010.4586L23.9462%209.33711C23.9036%209.29495%2023.8461%209.27129%2023.7862%209.27129C23.7263%209.27129%2023.6688%209.29495%2023.6262%209.33711L17.1125%2015.8479L13.5045%2012.2173C13.4619%2012.1751%2013.4044%2012.1515%2013.3445%2012.1515C13.2846%2012.1515%2013.2271%2012.1751%2013.1845%2012.2173L7.9792%2017.3914C7.93703%2017.434%207.91338%2017.4915%207.91338%2017.5514C7.91338%2017.6113%207.93703%2017.6688%207.9792%2017.7114L9.09785%2018.8357Z'%20fill='%235E94BF'/%3e%3c/svg%3e";
+const settings = "data:image/svg+xml,%3csvg%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49%200-.61.22l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.12.22.39.3.61.22l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.23.09.49%200%20.61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12%2015.5c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5%203.5%201.57%203.5%203.5-1.57%203.5-3.5%203.5z'%20fill='%236C7A89'%20/%3e%3c/svg%3e";
+const settingsGrey = "data:image/svg+xml,%3csvg%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19.43%2012.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49%200-.61.22l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.12.22.39.3.61.22l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.23.09.49%200%20.61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12%2015.5c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5%203.5%201.57%203.5%203.5-1.57%203.5-3.5%203.5z'%20fill='%23848484'%20/%3e%3c/svg%3e";
const closeButton = "_closeButton_1xwfn_1";
const sidebarOverlay = "_sidebarOverlay_1xwfn_13";
const active = "_active_1xwfn_26";
@@ -76684,8 +76691,8 @@ const WCWeb3WalletProvider = ({ children: children2 }) => {
const hasUsedWC = config && config.frontend && config.frontend.hasUsedWalletConnect;
const initializeWeb3Wallet = async () => {
try {
- const { Core } = await __vitePreload(() => import("./index.es.js").then((n2) => n2.l), true ? [] : void 0, import.meta.url);
- const { Web3Wallet } = await __vitePreload(() => import("./index.es2.js"), true ? [] : void 0, import.meta.url);
+ const { Core } = await __vitePreload(() => import("./index.es.js").then((n2) => n2.l), true ? __vite__mapDeps([]) : void 0, import.meta.url);
+ const { Web3Wallet } = await __vitePreload(() => import("./index.es2.js"), true ? __vite__mapDeps([]) : void 0, import.meta.url);
const core2 = new Core({
projectId: "89733df088867a1a1bf644013addd6cc"
});
@@ -76918,7 +76925,6 @@ const App = () => {
] })
] }) });
};
-const index = "";
const rootEl = document.getElementById("root");
const root = createRoot(rootEl);
root.render(
diff --git a/build/index.html b/build/index.html
index a18097b..fc9cde5 100644
--- a/build/index.html
+++ b/build/index.html
@@ -6,10 +6,9 @@
<meta name="theme-color" content="#000000" />
<title>BitBoxApp</title>
<script type="module" crossorigin src="./assets/index.js"></script>
- <link rel="stylesheet" href="./assets/index.css">
+ <link rel="stylesheet" crossorigin href="./assets/index.css">
</head>
<body>
<div id="root"></div>
-
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment