Skip to content

Commit

Permalink
Change acronym to ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Mar 2, 2021
1 parent da48b30 commit f4926ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -22,7 +22,7 @@
}
]
},
"acronym": { "value": "SAD" },
"ticker": { "value": "SAD" },
"unit": { "value": { "decimals": 10, "name": "saddies" } },
"url": { "value": "https://sad.io" },
"logo": { "value": "QWxtb3N0IGEgbG9nbw==" }
Expand Down
Expand Up @@ -22,7 +22,7 @@
}
]
},
"acronym": { "value": "HAPP" },
"ticker": { "value": "HAPP" },
"unit": { "value": { "decimals": 19, "name": "happies" } },
"url": { "value": "https://happy.io" },
"logo": { "value": "QWxtb3N0IGEgbG9nbw==" }
Expand Down
Expand Up @@ -10,7 +10,7 @@
"description": {
"value": "Coin that is superb"
},
"acronym": { "value": "sups" },
"ticker": { "value": "sups" },
"unit": { "value": { "decimals": 15, "name": "supers" } },
"url": { "value": "https://superb.io" },
"logo": { "value": "QWxtb3N0IGEgbG9nbw==" }
Expand Down
Expand Up @@ -10,7 +10,7 @@
"description": {
"value": "Coin that is not so good"
},
"acronym": { "value": "BAD" },
"ticker": { "value": "BAD" },
"unit": { "value": { "decimals": 13, "name": "goodies" } },
"url": { "value": "https://imbad.io" },
"logo": { "value": "QWxtb3N0IGEgbG9nbw==" }
Expand Down
Expand Up @@ -10,7 +10,7 @@
"description": {
"value": "Coin that is good!!! 👍"
},
"acronym": { "value": "GOOD" },
"ticker": { "value": "GOOD" },
"unit": { "value": { "decimals": 5, "name": "goodies" } },
"url": { "value": "https://good.io" },
"logo": { "value": "QWxtb3N0IGEgbG9nbw==" }
Expand Down

0 comments on commit f4926ac

Please sign in to comment.