mirror of
https://github.com/status-im/crypto-on-ramps.git
synced 2025-02-19 21:38:26 +00:00
Updated json from kebab-case to camelCase
This commit is contained in:
parent
de27f5e0b4
commit
2b9a6928bf
@ -16,8 +16,8 @@ JSON example:
|
||||
"description": "A secure bridge for fiat and crypto",
|
||||
"fees": "from 2.9%",
|
||||
"region": "US & Europe",
|
||||
"logo-url":"https://www.sendwyre.com/favicon.ico",
|
||||
"site-url": "https://pay.sendwyre.com/purchase"
|
||||
"logoUrl":"https://www.sendwyre.com/favicon.ico",
|
||||
"siteUrl": "https://pay.sendwyre.com/purchase"
|
||||
}
|
||||
```
|
||||
|
||||
@ -27,5 +27,5 @@ JSON example:
|
||||
|`description`|string|A short line of text describing the on-ramp service|
|
||||
|`fees`|string|The rate or rates that users are charged for the currency exchange service|
|
||||
|`region`|string|The geo-political jurisdiction that the service operates in|
|
||||
|`logo-url`|string|A url to the on-ramp service's logo|
|
||||
|`site-url`|string|A url to redirect a user to the on-ramp service's exchange service|
|
||||
|`logoUrl`|string|A url to the on-ramp service's logo|
|
||||
|`siteUrl`|string|A url to redirect a user to the on-ramp service's exchange service|
|
20
ramps.json
20
ramps.json
@ -4,39 +4,39 @@
|
||||
"description": "A secure bridge for fiat and crypto",
|
||||
"fees": "from 2.9%",
|
||||
"region": "US & Europe",
|
||||
"logo-url":"https://www.sendwyre.com/favicon.ico",
|
||||
"site-url": "https://pay.sendwyre.com/purchase"
|
||||
"logoUrl":"https://www.sendwyre.com/favicon.ico",
|
||||
"siteUrl": "https://pay.sendwyre.com/purchase"
|
||||
},
|
||||
{
|
||||
"name": "MoonPay",
|
||||
"description": "The new standard for fiat to crypto",
|
||||
"fees": "1%-4.5%",
|
||||
"region": "US & Europe",
|
||||
"logo-url":"https://buy.moonpay.com/favicon-32x32.png",
|
||||
"site-url": "https://buy.moonpay.com"
|
||||
"logoUrl":"https://buy.moonpay.com/favicon-32x32.png",
|
||||
"siteUrl": "https://buy.moonpay.com"
|
||||
},
|
||||
{
|
||||
"name": "Transak",
|
||||
"description": "Global fiat <-> crypto payment gateway",
|
||||
"fees": "1%-4.5%",
|
||||
"region": "Global",
|
||||
"logo-url":"https://global.transak.com/favicon.png",
|
||||
"site-url": "https://global.transak.com"
|
||||
"logoUrl":"https://global.transak.com/favicon.png",
|
||||
"siteUrl": "https://global.transak.com"
|
||||
},
|
||||
{
|
||||
"name": "Ramp",
|
||||
"description": "Global crypto to fiat flow",
|
||||
"fees": "1.5%",
|
||||
"region": "Global",
|
||||
"logo-url":"https://ramp.network/assets/favicons/favicon-32x32.png",
|
||||
"site-url": "https://ramp.network/buy/"
|
||||
"logoUrl":"https://ramp.network/assets/favicons/favicon-32x32.png",
|
||||
"siteUrl": "https://ramp.network/buy/"
|
||||
},
|
||||
{
|
||||
"name": "LocalCryptos",
|
||||
"description": "Non-custodial crypto marketplace",
|
||||
"fees": "1.5%",
|
||||
"region": "Global",
|
||||
"logo-url":"https://localcryptos.com/images/favicon.png",
|
||||
"site-url": "https://localcryptos.com"
|
||||
"logoUrl":"https://localcryptos.com/images/favicon.png",
|
||||
"siteUrl": "https://localcryptos.com"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user