Skip to content

Commit f01e365

Browse files
committed
deploy: 7ae2d69
1 parent b26c601 commit f01e365

6 files changed

+1443
-1457
lines changed

asset-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"files": {
33
"main.css": "/alephium-dex/static/css/main.26dbe6de.css",
4-
"main.js": "/alephium-dex/static/js/main.8ace8380.js",
4+
"main.js": "/alephium-dex/static/js/main.693d37fc.js",
55
"static/media/alephium.svg": "/alephium-dex/static/media/alephium.f7633ed3a80bb58caa3bdea7a1d4d96f.svg",
66
"index.html": "/alephium-dex/index.html",
77
"main.26dbe6de.css.map": "/alephium-dex/static/css/main.26dbe6de.css.map",
8-
"main.8ace8380.js.map": "/alephium-dex/static/js/main.8ace8380.js.map"
8+
"main.693d37fc.js.map": "/alephium-dex/static/js/main.693d37fc.js.map"
99
},
1010
"entrypoints": [
1111
"static/css/main.26dbe6de.css",
12-
"static/js/main.8ace8380.js"
12+
"static/js/main.693d37fc.js"
1313
]
1414
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/alephium-dex/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Decentralized exchange on Alephium"/><link rel="manifest" href="/alephium-dex/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Sora:wght@200;300;400;500;700&display=swap" rel="stylesheet"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet"/><title>Alephium DEX</title><script defer="defer" src="/alephium-dex/static/js/main.8ace8380.js"></script><link href="/alephium-dex/static/css/main.26dbe6de.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/alephium-dex/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Decentralized exchange on Alephium"/><link rel="manifest" href="/alephium-dex/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Sora:wght@200;300;400;500;700&display=swap" rel="stylesheet"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet"/><title>Alephium DEX</title><script defer="defer" src="/alephium-dex/static/js/main.693d37fc.js"></script><link href="/alephium-dex/static/css/main.26dbe6de.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/js/main.693d37fc.js

+1,428
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.8ace8380.js.LICENSE.txt static/js/main.693d37fc.js.LICENSE.txt

+10-24
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,8 @@ object-assign
1111
* @license MIT
1212
*/
1313

14-
/*! *****************************************************************************
15-
Copyright (c) Microsoft Corporation.
16-
17-
Permission to use, copy, modify, and/or distribute this software for any
18-
purpose with or without fee is hereby granted.
19-
20-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26-
PERFORMANCE OF THIS SOFTWARE.
27-
***************************************************************************** */
28-
2914
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
3015

31-
/**
32-
* [js-sha3]{@link https://github.com/emn178/js-sha3}
33-
*
34-
* @version 0.8.0
35-
* @author Chen, Yi-Cyuan [[email protected]]
36-
* @copyright Chen, Yi-Cyuan 2015-2018
37-
* @license MIT
38-
*/
39-
4016
/**
4117
* @license
4218
* Lodash (Custom Build) <https://lodash.com/>
@@ -57,6 +33,16 @@ PERFORMANCE OF THIS SOFTWARE.
5733
* LICENSE file in the root directory of this source tree.
5834
*/
5935

36+
/**
37+
* @license React
38+
* use-sync-external-store-shim.production.js
39+
*
40+
* Copyright (c) Meta Platforms, Inc. and affiliates.
41+
*
42+
* This source code is licensed under the MIT license found in the
43+
* LICENSE file in the root directory of this source tree.
44+
*/
45+
6046
/**
6147
* A better abstraction over CSS.
6248
*

static/js/main.8ace8380.js.map static/js/main.693d37fc.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.8ace8380.js

-1,428
This file was deleted.

0 commit comments

Comments
 (0)