Skip to content

Commit

Permalink
feat: support coins (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Mar 20, 2022
1 parent 976ca7e commit 9ffd524
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions client/src/server/unMineableCoins.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
// https://api.unminable.com/v4/coin
// Use a js module instead ajax
// Updated on: 2/19/2022, 1:47:39 PM
// Updated on: 3/20/2022, 11:11:10 AM

export const apiv4coin = {
"success": true,
"msg": "Ok",
"data": [
{
"symbol": "CRO",
"name": "Crypto.com Coin"
"symbol": "BABYDOGE",
"name": "Baby Doge"
},
{
"symbol": "ELON",
"name": "Dogelon Mars"
"symbol": "CRO",
"name": "Crypto.com Coin"
},
{
"symbol": "FTM",
"name": "Fantom"
},
{
"symbol": "SAITAMA",
"name": "Saitama Inu"
},
{
"symbol": "SFM",
"name": "SafeMoon (V2)"
Expand Down Expand Up @@ -98,6 +94,10 @@ export const apiv4coin = {
"symbol": "DOGE",
"name": "Dogecoin"
},
{
"symbol": "ELON",
"name": "Dogelon Mars"
},
{
"symbol": "ENJ",
"name": "Enjin Coin"
Expand Down Expand Up @@ -190,6 +190,10 @@ export const apiv4coin = {
"symbol": "SAFEMOON",
"name": "SafeMoon (V2)"
},
{
"symbol": "SAITAMA",
"name": "Saitama Inu"
},
{
"symbol": "SC",
"name": "Siacoin"
Expand Down

0 comments on commit 9ffd524

Please sign in to comment.