1. New currency will be the crypto Ether = ETH
2. The used Symbol is the greek letter "chi" or "X", which is this one: Ξ
With this information create a file custom/Espo/Custom/Resources/metadata/app/currency.json, where the currency and the symbol will be added update safe.
Code:
{
"symbolMap":{
"ETH":"Ξ"
},
"list": [
"__APPEND__",
"ETH"
]
}

Leave a comment: