diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cdb538da..fa25dd0921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Upcoming 7.0.0.alpha - **Potential breaking change**: Fix USDC decimals places from 2 to 6 +- Fix typo in ILS currency ## 6.19.0 diff --git a/config/currency_iso.json b/config/currency_iso.json index f5e1e142c2..0b0e9584ca 100644 --- a/config/currency_iso.json +++ b/config/currency_iso.json @@ -972,7 +972,7 @@ "ils": { "priority": 100, "iso_code": "ILS", - "name": "Israeli New Sheqel", + "name": "Israeli New Shekel", "symbol": "₪", "alternate_symbols": ["ש״ח", "NIS"], "subunit": "Agora",