forked from BoltzExchange/boltz-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (105 loc) · 15.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html lang="en" style="height: 100%">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1" />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
href="/favicon-32x32.png"
sizes="32x32" />
<link
rel="icon"
type="image/png"
href="/favicon-16x16.png"
sizes="16x16" />
<link rel="manifest" href="/manifest.json" />
<link property="image" href="/sm-preview.jpg" />
<meta property="og:image" content="/sm-preview.jpg" />
<meta property="twitter:image" content="/sm-preview.jpg" />
<meta
name="description"
content="SwapMarket is a virtual broker for Non-Custodial Bitcoin Bridges." />
<meta name="mobile-web-app-capable" content="yes" />
<title>SwapMarket</title>
<style>
@keyframes boltzing {
0% {
transform: translate(-50%, -50%) scale(1);
}
50% {
transform: translate(-50%, -50%) scale(1.1);
}
100% {
transform: translate(-50%, -50%) scale(1);
}
}
body > svg {
display: none;
}
.loading {
background: #142840;
}
.loading > svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
animation: boltzing 3s infinite;
}
</style>
</head>
<body class="loading">
<noscript>You need to enable JavaScript to run this app.</noscript>
<svg
width="46.626mm"
height="12.965mm"
version="1.1"
viewBox="0 0 46.626 12.965"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient
id="paint0_linear"
x2="0"
y2="49"
gradientUnits="userSpaceOnUse">
<stop stop-color="#FFE96D" offset="0" />
<stop stop-color="#E1C218" offset="1" />
</linearGradient>
<linearGradient
id="paint0_linear-3"
x1="-3"
x2="-3"
y1="-11"
y2="56"
gradientUnits="userSpaceOnUse">
<stop stop-color="#FFE96D" offset="0" />
<stop stop-color="#E1C218" offset="1" />
</linearGradient>
</defs>
<path d="M 20.559 3.456 C 20.51 3.626 20.443 3.779 20.356 3.915 C 20.269 4.05 20.171 4.17 20.061 4.273 C 19.952 4.377 19.833 4.466 19.705 4.539 C 19.577 4.611 19.449 4.671 19.321 4.717 C 19.192 4.764 19.065 4.798 18.941 4.82 C 18.816 4.842 18.701 4.853 18.596 4.853 L 14.834 4.853 L 15.077 3.992 L 18.839 3.992 C 19.026 3.992 19.186 3.944 19.317 3.847 C 19.448 3.75 19.537 3.62 19.583 3.456 C 19.605 3.377 19.612 3.304 19.603 3.238 C 19.595 3.172 19.572 3.114 19.534 3.066 C 19.496 3.017 19.444 2.98 19.378 2.953 C 19.312 2.926 19.234 2.913 19.144 2.913 L 16.901 2.913 C 16.744 2.913 16.581 2.888 16.412 2.839 C 16.243 2.789 16.097 2.709 15.972 2.599 C 15.846 2.489 15.757 2.344 15.704 2.165 C 15.651 1.986 15.661 1.768 15.734 1.51 C 15.807 1.252 15.92 1.034 16.074 0.856 C 16.228 0.678 16.399 0.534 16.586 0.422 C 16.774 0.31 16.966 0.23 17.162 0.18 C 17.359 0.131 17.536 0.106 17.694 0.106 L 21.014 0.106 L 20.77 0.967 L 17.45 0.967 C 17.265 0.967 17.107 1.016 16.975 1.116 C 16.843 1.215 16.754 1.347 16.708 1.51 C 16.662 1.675 16.677 1.806 16.753 1.902 C 16.83 1.998 16.961 2.046 17.146 2.046 L 19.389 2.046 L 19.397 2.046 C 19.501 2.048 19.609 2.06 19.719 2.084 C 19.83 2.107 19.937 2.143 20.04 2.191 C 20.142 2.24 20.236 2.301 20.319 2.375 C 20.404 2.449 20.472 2.538 20.524 2.642 C 20.576 2.745 20.607 2.865 20.616 3 C 20.626 3.134 20.607 3.286 20.559 3.456 Z M 28.552 1.274 C 28.31 1.581 28.057 1.883 27.793 2.18 C 27.529 2.477 27.261 2.758 26.991 3.023 C 26.719 3.288 26.449 3.532 26.181 3.756 C 25.913 3.98 25.655 4.173 25.408 4.335 C 25.161 4.497 24.929 4.624 24.712 4.716 C 24.495 4.807 24.302 4.853 24.131 4.853 C 24.061 4.853 24 4.842 23.946 4.82 C 23.892 4.798 23.848 4.768 23.813 4.729 C 23.779 4.69 23.757 4.644 23.747 4.591 C 23.738 4.539 23.741 4.481 23.759 4.419 L 24.212 2.814 L 21.738 4.724 C 21.675 4.768 21.611 4.801 21.546 4.822 C 21.482 4.843 21.418 4.853 21.355 4.853 C 21.288 4.853 21.228 4.842 21.176 4.82 C 21.123 4.798 21.08 4.768 21.045 4.729 C 21.011 4.69 20.989 4.644 20.978 4.591 C 20.967 4.539 20.969 4.481 20.987 4.419 L 21.875 1.274 L 22.85 1.274 L 22.274 3.314 L 24.758 1.397 C 24.846 1.336 24.94 1.296 25.041 1.279 C 25.142 1.263 25.233 1.272 25.316 1.307 C 25.399 1.341 25.458 1.393 25.492 1.465 C 25.525 1.537 25.53 1.616 25.505 1.701 L 24.927 3.747 C 25.188 3.569 25.431 3.38 25.657 3.181 C 25.884 2.983 26.1 2.778 26.305 2.567 C 26.511 2.357 26.709 2.143 26.899 1.925 C 27.089 1.708 27.276 1.491 27.46 1.274 L 28.552 1.274 Z M 32.233 3.668 C 32.2 3.787 32.14 3.916 32.053 4.054 C 31.967 4.192 31.854 4.32 31.715 4.438 C 31.574 4.556 31.408 4.654 31.214 4.734 C 31.02 4.813 30.801 4.853 30.556 4.853 L 28.797 4.853 C 28.662 4.853 28.522 4.832 28.378 4.79 C 28.233 4.748 28.108 4.681 28.001 4.587 C 27.893 4.493 27.816 4.371 27.768 4.219 C 27.721 4.068 27.728 3.884 27.789 3.668 C 27.823 3.549 27.883 3.42 27.97 3.281 C 28.056 3.141 28.169 3.013 28.309 2.895 C 28.449 2.777 28.616 2.678 28.809 2.599 C 29.003 2.519 29.223 2.479 29.468 2.479 L 31.227 2.479 L 30.994 3.3 L 29.235 3.3 C 29.103 3.3 28.99 3.336 28.897 3.408 C 28.805 3.48 28.743 3.569 28.713 3.674 C 28.682 3.787 28.699 3.875 28.765 3.938 C 28.831 4 28.921 4.032 29.037 4.032 L 30.788 4.032 C 30.92 4.032 31.033 3.997 31.125 3.926 C 31.218 3.855 31.279 3.767 31.309 3.662 L 31.648 2.46 C 31.68 2.347 31.666 2.258 31.606 2.191 C 31.546 2.125 31.456 2.092 31.336 2.092 L 29.194 2.092 L 29.426 1.274 L 31.567 1.274 C 31.702 1.274 31.842 1.295 31.986 1.338 C 32.13 1.38 32.256 1.447 32.364 1.541 C 32.471 1.635 32.548 1.757 32.595 1.908 C 32.642 2.06 32.636 2.243 32.575 2.46 L 32.233 3.668 Z M 37.543 3.645 C 37.501 3.793 37.442 3.926 37.366 4.044 C 37.29 4.162 37.205 4.265 37.11 4.355 C 37.014 4.444 36.912 4.52 36.801 4.584 C 36.691 4.646 36.58 4.697 36.467 4.737 C 36.355 4.777 36.245 4.806 36.137 4.825 C 36.029 4.844 35.929 4.853 35.836 4.853 L 34.077 4.853 L 34.32 3.992 L 36.079 3.992 C 36.209 3.992 36.315 3.962 36.397 3.903 C 36.479 3.843 36.536 3.757 36.567 3.645 L 36.895 2.486 C 36.928 2.367 36.92 2.279 36.871 2.222 C 36.821 2.164 36.732 2.135 36.604 2.135 L 34.852 2.135 C 34.72 2.135 34.612 2.164 34.528 2.223 C 34.444 2.281 34.386 2.367 34.354 2.479 L 33.367 5.972 L 32.392 5.972 L 33.378 2.479 C 33.42 2.332 33.479 2.199 33.555 2.082 C 33.631 1.965 33.716 1.862 33.812 1.773 C 33.909 1.683 34.013 1.607 34.123 1.545 C 34.233 1.481 34.345 1.43 34.457 1.39 C 34.569 1.351 34.68 1.322 34.79 1.303 C 34.899 1.284 34.998 1.274 35.089 1.274 L 36.848 1.274 C 37.015 1.274 37.159 1.293 37.282 1.331 C 37.403 1.368 37.506 1.418 37.59 1.48 C 37.674 1.542 37.74 1.613 37.788 1.695 C 37.836 1.777 37.87 1.862 37.89 1.951 C 37.909 2.041 37.917 2.131 37.913 2.222 C 37.909 2.312 37.895 2.398 37.872 2.479 L 37.543 3.645 Z" style="fill: rgb(255, 214, 0); stroke: url('#gradient-0'); stroke-width: 0px;"/>
<path transform="matrix(0.982624, 0, 0, 0.847431, 14.181706, -3.157777)" style="fill: rgb(255, 214, 0);"/>
<path d="M 21.255 11.632 L 20.272 11.632 L 21.071 8.805 L 18.583 11.49 C 18.521 11.558 18.447 11.61 18.362 11.646 C 18.275 11.681 18.188 11.699 18.101 11.699 C 18.015 11.699 17.941 11.681 17.878 11.646 C 17.814 11.61 17.77 11.558 17.747 11.49 L 16.769 8.805 L 15.97 11.632 L 14.995 11.632 L 16.232 7.253 C 16.26 7.153 16.318 7.065 16.407 6.989 C 16.494 6.911 16.596 6.859 16.711 6.833 C 16.767 6.821 16.821 6.817 16.872 6.821 C 16.924 6.824 16.971 6.834 17.016 6.85 C 17.06 6.867 17.097 6.89 17.129 6.92 C 17.161 6.95 17.185 6.986 17.2 7.027 L 18.458 10.434 L 21.641 7.027 C 21.722 6.944 21.818 6.884 21.93 6.849 C 22.04 6.814 22.148 6.808 22.251 6.833 C 22.349 6.859 22.42 6.911 22.465 6.989 C 22.511 7.065 22.52 7.153 22.492 7.253 L 21.255 11.632 Z M 26.779 10.448 C 26.746 10.566 26.686 10.695 26.6 10.833 C 26.513 10.971 26.4 11.099 26.26 11.217 C 26.12 11.335 25.954 11.434 25.761 11.513 C 25.567 11.593 25.347 11.632 25.102 11.632 L 23.343 11.632 C 23.208 11.632 23.068 11.612 22.924 11.57 C 22.78 11.528 22.654 11.46 22.546 11.366 C 22.439 11.273 22.362 11.15 22.315 10.999 C 22.267 10.847 22.274 10.664 22.335 10.448 C 22.369 10.329 22.429 10.199 22.516 10.06 C 22.603 9.921 22.716 9.792 22.855 9.674 C 22.995 9.556 23.161 9.457 23.355 9.378 C 23.549 9.299 23.769 9.259 24.014 9.259 L 25.773 9.259 L 25.541 10.08 L 23.782 10.08 C 23.649 10.08 23.537 10.116 23.444 10.188 C 23.351 10.259 23.289 10.348 23.259 10.454 C 23.228 10.567 23.245 10.655 23.311 10.717 C 23.377 10.78 23.468 10.811 23.583 10.811 L 25.334 10.811 C 25.467 10.811 25.579 10.776 25.671 10.705 C 25.764 10.635 25.825 10.547 25.855 10.441 L 26.195 9.239 C 26.227 9.127 26.213 9.037 26.152 8.971 C 26.092 8.905 26.002 8.872 25.883 8.872 L 23.74 8.872 L 23.972 8.054 L 26.113 8.054 C 26.248 8.054 26.388 8.075 26.533 8.117 C 26.677 8.159 26.802 8.227 26.91 8.321 C 27.017 8.414 27.095 8.537 27.141 8.688 C 27.189 8.839 27.182 9.023 27.121 9.239 L 26.779 10.448 Z M 31.594 8.915 L 29.4 8.915 C 29.267 8.915 29.159 8.944 29.074 9.002 C 28.99 9.061 28.932 9.146 28.9 9.259 L 28.23 11.632 L 27.256 11.632 L 27.926 9.259 C 27.967 9.111 28.026 8.978 28.101 8.861 C 28.177 8.744 28.263 8.641 28.36 8.552 C 28.456 8.463 28.56 8.387 28.67 8.324 C 28.78 8.261 28.891 8.209 29.004 8.17 C 29.117 8.13 29.227 8.101 29.336 8.083 C 29.446 8.063 29.545 8.054 29.635 8.054 L 31.836 8.054 L 31.594 8.915 Z M 36.23 11.632 L 34.824 11.632 L 33.331 9.957 C 33.246 9.869 33.226 9.759 33.272 9.627 C 33.294 9.564 33.329 9.507 33.375 9.453 C 33.421 9.399 33.477 9.353 33.543 9.316 L 35.683 8.048 L 37.243 8.048 L 34.486 9.679 L 36.23 11.632 Z M 32.457 11.632 L 31.482 11.632 L 32.92 6.541 L 33.895 6.541 L 32.457 11.632 Z M 41.685 9.239 C 41.651 9.358 41.591 9.487 41.504 9.625 C 41.418 9.763 41.305 9.891 41.165 10.009 C 41.025 10.127 40.858 10.226 40.665 10.305 C 40.471 10.384 40.252 10.424 40.006 10.424 L 38.247 10.424 L 38.479 9.606 L 40.238 9.606 C 40.37 9.606 40.483 9.57 40.576 9.499 C 40.669 9.427 40.73 9.338 40.76 9.233 C 40.792 9.12 40.776 9.032 40.713 8.967 C 40.65 8.903 40.56 8.872 40.445 8.872 L 38.686 8.872 C 38.554 8.872 38.441 8.907 38.348 8.979 C 38.255 9.051 38.194 9.14 38.164 9.246 L 37.825 10.448 C 37.792 10.562 37.808 10.652 37.871 10.716 C 37.934 10.779 38.026 10.811 38.146 10.811 L 39.897 10.811 L 39.666 11.632 L 37.907 11.632 C 37.772 11.632 37.632 11.612 37.487 11.57 C 37.343 11.528 37.217 11.46 37.11 11.366 C 37.002 11.273 36.925 11.15 36.878 10.999 C 36.831 10.847 36.838 10.664 36.898 10.448 L 37.24 9.239 C 37.274 9.12 37.333 8.992 37.42 8.854 C 37.506 8.716 37.619 8.588 37.759 8.47 C 37.899 8.352 38.066 8.253 38.259 8.173 C 38.453 8.094 38.672 8.054 38.918 8.054 L 40.677 8.054 C 40.812 8.054 40.951 8.075 41.095 8.117 C 41.24 8.159 41.366 8.227 41.474 8.321 C 41.58 8.414 41.658 8.537 41.705 8.688 C 41.752 8.839 41.746 9.023 41.685 9.239 Z M 46.119 8.915 L 44.416 8.915 L 43.648 11.632 L 42.662 11.632 L 43.43 8.915 L 42.162 8.915 L 42.406 8.054 L 43.673 8.054 L 44.004 6.885 L 44.99 6.885 L 44.659 8.054 L 46.363 8.054 L 46.119 8.915 Z" style="fill: rgb(255, 214, 0); stroke: url('#gradient-1'); stroke-width: 0px;"/>
<g transform="matrix(0.084202, 0, 0, 0.084202, -16.157467, -10.557224)" style="">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M347.15,219.95c-0.5,0.5-1.051,1-1.65,1.5 			c-3.134,2.767-6.717,4.1-10.75,4l-13-0.101l13,0.101c4.033,0.1,7.616-1.233,10.75-4C346.1,220.95,346.65,220.45,347.15,219.95 			l-22.2,35.2c-0.566,0.866-1.4,1.733-2.5,2.6c-2.233,1.733-4.667,2.583-7.3,2.55l-18.7-0.25l-0.25,14.5L277.85,242.65l18.45-34.15 			l-0.399,16.65l25.85,0.199l-20.2-35.149l32.4-18.7l16.45,28.75c0.633,1.366,1.083,2.767,1.35,4.2c0.9,4.666,0,8.95-2.7,12.85 			c-0.434,0.8-1.017,1.617-1.75,2.45C347.233,219.816,347.184,219.884,347.15,219.95z M242.9,129.8c3.533-3.167,7.667-4.6,12.4-4.3 			l2.9,0.5l41.95,0.45l3.55,0.8c2.633,1,4.6,2.633,5.899,4.9l9.5,16.15l12.551-7.3l-17.801,32.2l-38.8,1.9l14.5-8.25l-13.1-22.25 			l-19.75,35.55l-32.8-18.05l16.1-29C240.833,131.9,241.8,130.8,242.9,129.8z M228.05,224.05h40.45l0.05,37.45h-31.4 			c-1.833,0.1-3.867-0.25-6.1-1.05c-4.433-1.533-7.667-4.434-9.7-8.7c-0.467-0.8-0.867-1.717-1.2-2.75 			c-0.233-0.733-0.433-1.517-0.6-2.35c-0.8-4.067-0.167-7.817,1.9-11.25L228.05,224.05l-6.6,11.351 			c-2.067,3.433-2.7,7.183-1.9,11.25c0.167,0.833,0.367,1.616,0.6,2.35l-19.7-37.05c-0.467-0.934-0.8-2.084-1-3.45 			c-0.4-2.767,0.083-5.283,1.45-7.55l9.55-16.1l-12.5-7.45h36.85l20.4,33l-14.25-8.65L228.05,224.05z M258.2,126l2.4,0.4 			c3.9,1.3,6.85,3.7,8.85,7.2l7,11l-7-11c-2-3.5-4.95-5.9-8.85-7.2L258.2,126z" style="fill: rgb(255, 153, 0);"/>
<path fill-rule="evenodd" clip-rule="evenodd" stroke="#000000" stroke-width="3.25" stroke-miterlimit="6" d=" 			M321.75,225.35l-20.2-35.149l32.4-18.7l16.45,28.75c0.633,1.366,1.083,2.767,1.35,4.2c0.9,4.666,0,8.95-2.7,12.85 			c-0.434,0.8-1.017,1.617-1.75,2.45c-0.066,0.066-0.116,0.134-0.149,0.2l-22.2,35.2c-0.566,0.866-1.4,1.733-2.5,2.6 			c-2.233,1.733-4.667,2.583-7.3,2.55l-18.7-0.25l-0.25,14.5L277.85,242.65l18.45-34.15l-0.399,16.65L321.75,225.35z M347.15,219.95 			c-0.5,0.5-1.051,1-1.65,1.5c-3.134,2.767-6.717,4.1-10.75,4l-13-0.101 M242.9,129.8c3.533-3.167,7.667-4.6,12.4-4.3l2.9,0.5 			l41.95,0.45l3.55,0.8c2.633,1,4.6,2.633,5.899,4.9l9.5,16.15l12.551-7.3l-17.801,32.2l-38.8,1.9l14.5-8.25l-13.1-22.25 			l-19.75,35.55l-32.8-18.05l16.1-29C240.833,131.9,241.8,130.8,242.9,129.8z M228.05,224.05l12.9-22.3l14.25,8.65l-20.4-33h-36.85 			l12.5,7.45l-9.55,16.1c-1.367,2.267-1.85,4.783-1.45,7.55c0.2,1.366,0.533,2.517,1,3.45l19.7,37.05 			c-0.233-0.733-0.433-1.517-0.6-2.35c-0.8-4.067-0.167-7.817,1.9-11.25L228.05,224.05h40.45l0.05,37.45h-31.4 			c-1.833,0.1-3.867-0.25-6.1-1.05c-4.433-1.533-7.667-4.434-9.7-8.7c-0.467-0.8-0.867-1.717-1.2-2.75 M258.2,126l2.4,0.4 			c3.9,1.3,6.85,3.7,8.85,7.2l7,11" style="fill: rgb(255, 153, 0);"/>
</g>
</g>
</svg>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
<script
src="/node_modules/iframe-resizer/js/iframeResizer.contentWindow.js"
type="module"></script>
</body>
</html>