Update template_createoffers.json (#26)

Add offer_valid_seconds
This commit is contained in:
Cryptoguard 2023-03-15 16:47:53 -05:00 committed by GitHub
parent 159d3e2c33
commit 37952fd296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
"address": "-1",
"name": "Offer 0",
"min_coin_from_amt": 25
"offer_valid_seconds": 3600
},
{
"coin_from": "Particl",
@ -21,6 +22,7 @@
"address": "-1",
"name": "Offer 1",
"min_coin_from_amt": 25
"offer_valid_seconds": 3600
},
{
"coin_from": "Particl",
@ -32,6 +34,7 @@
"address": "-1",
"name": "Offer 2",
"min_coin_from_amt": 25
"offer_valid_seconds": 3600
},
{
"coin_from": "Particl",
@ -43,5 +46,6 @@
"address": "-1",
"name": "Offer 3",
"min_coin_from_amt": 25
"offer_valid_seconds": 3600
}
}