mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
29 lines
323 B
JSON
29 lines
323 B
JSON
{
|
|
"defaultCurrency": "BTC",
|
|
"defaultFiat": "USD",
|
|
"notFoundIndex": -1,
|
|
"monthNumbers": [
|
|
"01",
|
|
"02",
|
|
"03",
|
|
"04",
|
|
"05",
|
|
"06",
|
|
"07",
|
|
"08",
|
|
"09",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12"
|
|
],
|
|
"monthOffset": 1
|
|
}
|