mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-19 00:54:35 +00:00
script: template 'amount_step'
This commit is contained in:
parent
3430776ffc
commit
f7141dd0c9
1 changed files with 13 additions and 34 deletions
|
@ -1,53 +1,32 @@
|
||||||
{
|
{
|
||||||
"offers": [
|
"offers": [
|
||||||
{
|
{
|
||||||
|
"enabled": true,
|
||||||
"coin_from": "Particl",
|
"coin_from": "Particl",
|
||||||
"coin_to": "Monero",
|
"coin_to": "Monero",
|
||||||
"amount": 100,
|
"amount": 500,
|
||||||
"minrate": 0.01,
|
"amount_step": 50,
|
||||||
"ratetweakpercent": 2,
|
"min_coin_from_amt": 100,
|
||||||
|
"minrate": 0.0015,
|
||||||
|
"ratetweakpercent": 5,
|
||||||
"amount_variable": true,
|
"amount_variable": true,
|
||||||
"address": "-1",
|
"address": "-1",
|
||||||
"name": "Offer 0",
|
"name": "Offer 0",
|
||||||
"min_coin_from_amt": 25,
|
|
||||||
"offer_valid_seconds": 3600
|
"offer_valid_seconds": 3600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"coin_from": "Particl",
|
"enabled": true,
|
||||||
"coin_to": "PIVX",
|
"coin_from": "Monero",
|
||||||
"amount": 100,
|
"coin_to": "Litecoin",
|
||||||
"minrate": 0.01,
|
"amount": 50,
|
||||||
|
"amount_step": 5,
|
||||||
|
"min_coin_from_amt": 0.25,
|
||||||
|
"minrate": 2.3,
|
||||||
"ratetweakpercent": 5,
|
"ratetweakpercent": 5,
|
||||||
"amount_variable": true,
|
"amount_variable": true,
|
||||||
"address": "-1",
|
"address": "-1",
|
||||||
"name": "Offer 1",
|
"name": "Offer 1",
|
||||||
"min_coin_from_amt": 25,
|
|
||||||
"offer_valid_seconds": 3600
|
"offer_valid_seconds": 3600
|
||||||
},
|
|
||||||
{
|
|
||||||
"coin_from": "Particl",
|
|
||||||
"coin_to": "Firo",
|
|
||||||
"amount": 100,
|
|
||||||
"minrate": 0.5,
|
|
||||||
"ratetweakpercent": 1,
|
|
||||||
"amount_variable": true,
|
|
||||||
"address": "-1",
|
|
||||||
"name": "Offer 2",
|
|
||||||
"min_coin_from_amt": 25,
|
|
||||||
"offer_valid_seconds": 3600
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"coin_from": "Particl",
|
|
||||||
"coin_to": "Bitcoin",
|
|
||||||
"amount": 100,
|
|
||||||
"minrate": 2.5,
|
|
||||||
"ratetweakpercent": 4,
|
|
||||||
"amount_variable": true,
|
|
||||||
"address": "-1",
|
|
||||||
"name": "Offer 3",
|
|
||||||
"min_coin_from_amt": 25,
|
|
||||||
"offer_valid_seconds": 3600
|
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue