Skip to content

Commit

Permalink
pool on wrong network
Browse files Browse the repository at this point in the history
  • Loading branch information
Zergity committed Apr 17, 2024
1 parent 1aa13ae commit 969c178
Show file tree
Hide file tree
Showing 9 changed files with 178 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><title>Derion</title><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Derion" content="Open Derivatives Market"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><meta name="title" content="Derion"/><meta name="description" content="Derion - Open Perpetual AMM Protocol with infinite liquidity and no liquidation."/><meta property="og:type" content="website"/><meta property="og:url" content="derion.io"/><meta property="og:title" content="Derion"/><meta property="og:description" content="Derion - Open Perpetual AMM Protocol with infinite liquidity and no liquidation."/><meta property="og:image" content="/hero.png"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:url" content="derion.io"/><meta name="twitter:title" content="Derion"/><meta name="twitter:description" content="Derion - Open Perpetual AMM Protocol with infinite liquidity and no liquidation."/><meta name="twitter:image" content="/hero.png"/><script src="https://www.desmos.com/api/v1.6/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script><script defer="defer" src="/static/js/main.932cdc26.js"></script><link href="/static/css/main.5464921c.css" rel="stylesheet"></head><body class="dark"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script async src="/charting_library/charting_library.standalone.js"></script></body></html>
<!doctype html><html lang="en"><head><title>Derion</title><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Derion" content="Open Derivatives Market"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><meta name="title" content="Derion"/><meta name="description" content="Derion - Open Perpetual AMM Protocol with infinite liquidity and no liquidation."/><meta property="og:type" content="website"/><meta property="og:url" content="derion.io"/><meta property="og:title" content="Derion"/><meta property="og:description" content="Derion - Open Perpetual AMM Protocol with infinite liquidity and no liquidation."/><meta property="og:image" content="/hero.png"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:url" content="derion.io"/><meta name="twitter:title" content="Derion"/><meta name="twitter:description" content="Derion - Open Perpetual AMM Protocol with infinite liquidity and no liquidation."/><meta name="twitter:image" content="/hero.png"/><script src="https://www.desmos.com/api/v1.6/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script><script defer="defer" src="/static/js/main.671acdd3.js"></script><link href="/static/css/main.96d04079.css" rel="stylesheet"></head><body class="dark"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script async src="/charting_library/charting_library.standalone.js"></script></body></html>
2 changes: 2 additions & 0 deletions docs/static/css/main.96d04079.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/css/main.96d04079.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/static/js/179.5b2dbc92.chunk.js

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions docs/static/js/179.5b2dbc92.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* [js-sha3]{@link https://github.com/emn178/js-sha3}
*
* @version 0.8.0
* @author Chen, Yi-Cyuan [[email protected]]
* @copyright Chen, Yi-Cyuan 2015-2018
* @license MIT
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license qrcode.react
* Copyright (c) Paul O'Shannessy
* SPDX-License-Identifier: ISC
*/

//! moment.js
1 change: 1 addition & 0 deletions docs/static/js/179.5b2dbc92.chunk.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/static/js/main.671acdd3.js

Large diffs are not rendered by default.

132 changes: 132 additions & 0 deletions docs/static/js/main.671acdd3.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license React
* react-dom-server-legacy.browser.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-dom-server.browser.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim/with-selector.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* [js-sha3]{@link https://github.com/emn178/js-sha3}
*
* @version 0.8.0
* @author Chen, Yi-Cyuan [[email protected]]
* @copyright Chen, Yi-Cyuan 2015-2018
* @license MIT
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions docs/static/js/main.671acdd3.js.map

Large diffs are not rendered by default.

0 comments on commit 969c178

Please sign in to comment.