Skip to content

Commit

Permalink
feat(unmineable): support SafeMoon (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Nov 28, 2021
1 parent 6e382f0 commit 9e53937
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/server/unMineableCoins.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://api.unminable.com/v4/coin
// Use a js module instead ajax
// Updated on: 10/26/2021, 11:42:33 AM
// Updated on: 11/28/2021, 5:28:50 PM

export const apiv4coin = {
"success": true,
Expand All @@ -26,6 +26,10 @@ export const apiv4coin = {
"symbol": "MATIC",
"name": "MATIC (Polygon)"
},
{
"symbol": "SAFEMOON",
"name": "SafeMoon"
},
{
"symbol": "SHIB",
"name": "SHIBA INU"
Expand Down

0 comments on commit 9e53937

Please sign in to comment.