balanceofsatoshis/balances/constants.json
2019-10-03 10:11:21 -07:00

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
}