Update template_createoffers.json (#27)

This commit is contained in:
Cryptoguard 2023-03-16 10:06:15 -05:00 committed by GitHub
parent 37952fd296
commit ca3bfe858c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
"amount_variable": true,
"address": "-1",
"name": "Offer 0",
"min_coin_from_amt": 25
"min_coin_from_amt": 25,
"offer_valid_seconds": 3600
},
{
@ -21,7 +21,7 @@
"amount_variable": true,
"address": "-1",
"name": "Offer 1",
"min_coin_from_amt": 25
"min_coin_from_amt": 25,
"offer_valid_seconds": 3600
},
{
@ -33,7 +33,7 @@
"amount_variable": true,
"address": "-1",
"name": "Offer 2",
"min_coin_from_amt": 25
"min_coin_from_amt": 25,
"offer_valid_seconds": 3600
},
{
@ -45,7 +45,9 @@
"amount_variable": true,
"address": "-1",
"name": "Offer 3",
"min_coin_from_amt": 25
"min_coin_from_amt": 25,
"offer_valid_seconds": 3600
}
]
}