<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/pazza83/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pazza83">@pazza83</a></p>
<blockquote>
<p>The big ones missing are:<br>
CNY<br>
JPY<br>
KRW<br>
BRL</p>
</blockquote>
<p>I went with the list defined in Bisq known as <code>MainFiatCurrencies</code>.</p>
<pre><code>public static List<FiatCurrency> getMainFiatCurrencies() {
    // Top traded currencies
    list.add(new FiatCurrency("USD"));
    list.add(new FiatCurrency("EUR"));
    list.add(new FiatCurrency("GBP"));
    list.add(new FiatCurrency("CAD"));
    list.add(new FiatCurrency("AUD"));
    list.add(new FiatCurrency("RUB"));
    list.add(new FiatCurrency("INR"));
</code></pre>
<p>I could add your 4 mentioned currencies to the list.</p>
<p>Or, if you prefer CashByMail to allow <em>all</em> fiat currencies I would change the checkbox grid layout into a combo box since it is a long list (156 currencies).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5092#issuecomment-766270849">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNR6H2ZWDDZS5B644B3S3NYTRANCNFSM4WIEJCGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUJGX3EBGZKF6XHWJTS3NYTRA5CNFSM4WIEJCG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFWWF3AI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5092#issuecomment-766270849",
"url": "https://github.com/bisq-network/bisq/pull/5092#issuecomment-766270849",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>