File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 68
68
"description" : " Name of the currency." ,
69
69
"type" : " string"
70
70
},
71
+ "platform" : {
72
+ "description" : " List of cashier platforms supported for this currency. It is categorized by cashier and ramp (on-ramp, off-ramp) platforms." ,
73
+ "type" : " object" ,
74
+ "additionalProperties" : false ,
75
+ "required" : [
76
+ " cashier" ,
77
+ " ramp"
78
+ ],
79
+ "properties" : {
80
+ "cashier" : {
81
+ "description" : " Supported platforms for the cashier, this is passed to provider attribute of `cashier` call" ,
82
+ "type" : " array"
83
+ },
84
+ "ramp" : {
85
+ "description" : " Supported platforms for the ramp (on-ramp, off-ramp)" ,
86
+ "type" : " array"
87
+ }
88
+ }
89
+ },
71
90
"stake_default" : {
72
91
"description" : " Default stake value for the currency." ,
73
92
"type" : " number" ,
Original file line number Diff line number Diff line change 185
185
"description" : " Name of the currency." ,
186
186
"type" : " string"
187
187
},
188
+ "platform" : {
189
+ "description" : " List of cashier platforms supported for this currency. It is categorized by cashier and ramp (on-ramp, off-ramp) platforms." ,
190
+ "type" : " object" ,
191
+ "additionalProperties" : false ,
192
+ "required" : [
193
+ " cashier" ,
194
+ " ramp"
195
+ ],
196
+ "properties" : {
197
+ "cashier" : {
198
+ "description" : " Supported platforms for the cashier, this is passed to provider attribute of `cashier` call" ,
199
+ "type" : " array"
200
+ },
201
+ "ramp" : {
202
+ "description" : " Supported platforms for the ramp (on-ramp, off-ramp)" ,
203
+ "type" : " array"
204
+ }
205
+ }
206
+ },
188
207
"stake_default" : {
189
208
"description" : " Default stake value for the currency." ,
190
209
"type" : " number" ,
You can’t perform that action at this time.
0 commit comments