Compare commits
10 Commits
67f875b6d4
...
98f25e59b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 98f25e59b9 | |||
| 377bc781f9 | |||
| bab8e3787d | |||
| a9764e2054 | |||
| d1123665d4 | |||
| c500dcf2d3 | |||
| 0ace7c250a | |||
| 1e49d276fd | |||
| a76ccc890e | |||
| 960b387e8f |
2
.github/workflows/push-dappbundle.yml
vendored
2
.github/workflows/push-dappbundle.yml
vendored
@ -29,4 +29,4 @@ jobs:
|
||||
cd ${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle && git clone https://github.com/ranchimall/${{ github.event.repository.name }}
|
||||
|
||||
cd "${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/${{ github.event.repository.name }}" && rm -rf .gitattributes .git .github .gitignore
|
||||
cd ${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git"
|
||||
cd ${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://saketongit:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git"
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<script src="scripts/floBlockchainAPI.js"></script>
|
||||
<script src="scripts/floTokenAPI.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>
|
||||
const DEFAULT_TRADE_PRICE_DEVIATION_BUY = 15 / 100;
|
||||
const DEFAULT_TRADE_PRICE_DEVIATION_SELL = 10 / 100;
|
||||
|
||||
@ -1060,4 +1060,4 @@
|
||||
})
|
||||
}
|
||||
|
||||
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});
|
||||
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});
|
||||
|
||||
2
docs/scripts/floBlockchainAPI.min.js
vendored
2
docs/scripts/floBlockchainAPI.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user