Skip to content

Commit 8f656d1

Browse files
committed
Add USDC stablecoin
1 parent 18b5032 commit 8f656d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/currencies/usdc.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"code": "USDC",
3+
"name": "USD Coin",
4+
"symbol": "USDC",
5+
"disambiguate_symbol": "USDC",
6+
"subunit": "Cent",
7+
"subunit_to_unit": 100,
8+
"symbol_first": false,
9+
"html_entity": "$",
10+
"decimal_mark": ".",
11+
"thousands_separator": ",",
12+
"smallest_denomination": 1
13+
}

0 commit comments

Comments
 (0)