mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-18 16:44:34 +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": [
|
||||
{
|
||||
"enabled": true,
|
||||
"coin_from": "Particl",
|
||||
"coin_to": "Monero",
|
||||
"amount": 100,
|
||||
"minrate": 0.01,
|
||||
"ratetweakpercent": 2,
|
||||
"amount": 500,
|
||||
"amount_step": 50,
|
||||
"min_coin_from_amt": 100,
|
||||
"minrate": 0.0015,
|
||||
"ratetweakpercent": 5,
|
||||
"amount_variable": true,
|
||||
"address": "-1",
|
||||
"name": "Offer 0",
|
||||
"min_coin_from_amt": 25,
|
||||
"offer_valid_seconds": 3600
|
||||
},
|
||||
{
|
||||
"coin_from": "Particl",
|
||||
"coin_to": "PIVX",
|
||||
"amount": 100,
|
||||
"minrate": 0.01,
|
||||
"enabled": true,
|
||||
"coin_from": "Monero",
|
||||
"coin_to": "Litecoin",
|
||||
"amount": 50,
|
||||
"amount_step": 5,
|
||||
"min_coin_from_amt": 0.25,
|
||||
"minrate": 2.3,
|
||||
"ratetweakpercent": 5,
|
||||
"amount_variable": true,
|
||||
"address": "-1",
|
||||
"name": "Offer 1",
|
||||
"min_coin_from_amt": 25,
|
||||
"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