Skip to content

Commit

Permalink
feat(client): sync coins
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Dec 14, 2021
1 parent 64db0c7 commit b2607c0
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions client/src/server/unMineableCoins.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
// https://api.unminable.com/v4/coin
// Use a js module instead ajax
// Updated on: 11/28/2021, 5:28:50 PM
// Updated on: 12/14/2021, 11:55:23 AM

export const apiv4coin = {
"success": true,
"msg": "Ok",
"data": [
{
"symbol": "1INCH",
"name": "1inch"
},
{
"symbol": "CAKE",
"name": "PancakeSwap"
},
{
"symbol": "CHZ",
"name": "Chiliz"
"symbol": "CRO",
"name": "Crypto.com Coin"
},
{
"symbol": "HOT",
"name": "Holo"
"symbol": "ELON",
"name": "Dogelon Mars"
},
{
"symbol": "MATIC",
Expand All @@ -30,6 +26,10 @@ export const apiv4coin = {
"symbol": "SAFEMOON",
"name": "SafeMoon"
},
{
"symbol": "SAITAMA",
"name": "Saitama Inu"
},
{
"symbol": "SHIB",
"name": "SHIBA INU"
Expand All @@ -38,6 +38,10 @@ export const apiv4coin = {
"symbol": "SOL",
"name": "Solana"
},
{
"symbol": "1INCH",
"name": "1inch"
},
{
"symbol": "AAVE",
"name": "Aave"
Expand Down Expand Up @@ -82,6 +86,10 @@ export const apiv4coin = {
"symbol": "BTT",
"name": "BitTorrent"
},
{
"symbol": "CHZ",
"name": "Chiliz"
},
{
"symbol": "DASH",
"name": "Dash"
Expand Down Expand Up @@ -112,12 +120,16 @@ export const apiv4coin = {
},
{
"symbol": "FUN",
"name": "FunFair"
"name": "FUNToken"
},
{
"symbol": "GAS",
"name": "GAS"
},
{
"symbol": "HOT",
"name": "Holo"
},
{
"symbol": "ICX",
"name": "ICON"
Expand Down

0 comments on commit b2607c0

Please sign in to comment.