Sergidev commited on
Commit
4bd6542
·
verified ·
1 Parent(s): 12b42e7

Create coins.json

Browse files
Files changed (1) hide show
  1. coins.json +8 -0
coins.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bronze": {
3
+ "color": "#CD7F32",
4
+ "price": 0,
5
+ "value": 0.10,
6
+ "winrate": 0.50
7
+ }
8
+ }