Files
wallet/config/wallet-config.json
2022-06-09 09:00:29 -05:00

91 lines
2.2 KiB
JSON

{
"messages": {
"global": []
},
"activeFiatProviders": {
"moonPay": {
"enabled": true,
"hasFastCheckoutProcess": true,
"name": "MoonPay",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"transak": {
"enabled": true,
"hasFastCheckoutProcess": true,
"name": "Transak",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"okcoin": {
"enabled": true,
"hasFastCheckoutProcess": true,
"name": "Okcoin",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"binance": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "Binance",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"blockchainCom": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "Blockchain.com",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"byBit": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "ByBit",
"hasTradingFees": true,
"hasUnitedStatesAvailability": false
},
"coinbase": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "Coinbase",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"cryptoCom": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "Crypto.com",
"hasTradingFees": true,
"hasUnitedStatesAvailability": true
},
"gateIo": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "Gate.io",
"hasTradingFees": true,
"hasUnitedStatesAvailability": false
},
"kuCoin": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "KuCoin",
"hasTradingFees": true,
"hasUnitedStatesAvailability": false
},
"okx": {
"enabled": true,
"hasFastCheckoutProcess": false,
"name": "OKX",
"hasTradingFees": true,
"hasUnitedStatesAvailability": false
}
},
"feeEstimations": {
"maxValues": [500000, 750000, 2000000],
"maxValuesEnabled": false,
"minValues": [2500, 3000, 3500],
"minValuesEnabled": true
}
}