Compare commits

...

10 Commits

Author SHA1 Message Date
98f25e59b9
Refactor Dappbundle push workflow for SSH commands
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled
2026-01-12 18:28:31 +05:30
377bc781f9 Update lightweight-charts script to version 3.8.0 2026-01-07 15:37:51 +05:30
bab8e3787d
Update floBlockchainAPI.min.js 2025-08-31 09:34:18 +05:30
a9764e2054
Update floBlockchainAPI.js 2025-08-31 09:33:50 +05:30
d1123665d4
Update floBlockchainAPI.min.js 2025-08-31 09:30:25 +05:30
c500dcf2d3
Update floBlockchainAPI.js 2025-08-31 09:29:52 +05:30
0ace7c250a
Update push-dappbundle.yml 2025-07-31 10:05:22 +05:30
1e49d276fd
Update push-dappbundle.yml 2025-07-31 09:59:32 +05:30
a76ccc890e
Update floBlockchainAPI.js 2025-07-31 09:50:33 +05:30
960b387e8f
Update floBlockchainAPI.js 2025-07-31 09:44:22 +05:30
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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;

View File

@ -1060,4 +1060,4 @@
})
}
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});

File diff suppressed because one or more lines are too long