Update lightweight-charts script to version 3.8.0
This commit is contained in:
parent
bab8e3787d
commit
377bc781f9
@ -21,7 +21,7 @@
|
|||||||
<script src="scripts/floBlockchainAPI.js"></script>
|
<script src="scripts/floBlockchainAPI.js"></script>
|
||||||
<script src="scripts/floTokenAPI.js"></script>
|
<script src="scripts/floTokenAPI.js"></script>
|
||||||
<script src="scripts/floExchangeAPI.js"></script>
|
<script src="scripts/floExchangeAPI.js"></script>
|
||||||
<script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script>
|
<script src="https://unpkg.com/lightweight-charts@3.8.0/dist/lightweight-charts.standalone.production.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const DEFAULT_TRADE_PRICE_DEVIATION_BUY = 15 / 100;
|
const DEFAULT_TRADE_PRICE_DEVIATION_BUY = 15 / 100;
|
||||||
const DEFAULT_TRADE_PRICE_DEVIATION_SELL = 10 / 100;
|
const DEFAULT_TRADE_PRICE_DEVIATION_SELL = 10 / 100;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user