Skip to content

Commit

Permalink
fix ids for couple coins (#1225)
Browse files Browse the repository at this point in the history
* fix ids for SPACE

* fix ids for GLEEC

* fix ids for SPACE

* remove unneeded or depegged forex_ids
  • Loading branch information
cipig authored Dec 21, 2024
1 parent 642abea commit 2783874
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
5 changes: 4 additions & 1 deletion api_ids/coingecko_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
"GFT-BEP20": "gifto",
"GLC": "goldcoin",
"GLEEC": "gleec-coin",
"GLEEC-OLD": "gleec-coin",
"GLM-ERC20": "golem",
"GLM-PLG20": "golem",
"GLMR": "moonbeam",
Expand Down Expand Up @@ -519,10 +520,12 @@
"SOL-BEP20": "solana",
"SOL-PLG20": "solana",
"SOLVE-ERC20": "solve-care",
"SPACE-ARB20": "space-token-bsc",
"SPACE-AVX20": "space-token-bsc",
"SPACE-BEP20": "space-token-bsc",
"SPACE-BEP20": "space-token-bsc",
"SPACE-FTM20": "space-token-bsc",
"SPACE-PLG20": "space-token-bsc",
"SPACE-PLG20_OLD": "space-token-bsc",
"SPICE-SLP": "spice",
"SRM-ERC20": "serum",
"SRM-PLG20": "serum",
Expand Down
6 changes: 4 additions & 2 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
"GFT-BEP20": "gto-gifto",
"GLC": "glc-goldcoin",
"GLEEC": "gleec-gleec-coin",
"GLEEC-OLD": "gleec-gleec-coin",
"GLM-ERC20": "glm-golem",
"GLM-PLG20": "glm-golem",
"GLMR": "glmr-moonbeam",
Expand Down Expand Up @@ -492,11 +493,12 @@
"SOL-BEP20": "sol-solana",
"SOL-PLG20": "sol-solana",
"SOLVE-ERC20": "solve-solve",
"SPACE": "space-space-token",
"SPACE-ARB20": "space-space-token",
"SPACE-AVX20": "space-space-token",
"SPACE-BEP20": "space-space-token",
"SPACE-BEP20": "space-space-token",
"SPACE-FTM20": "space-space-token",
"SPACE-PLG20": "space-space-token",
"SPACE-PLG20_OLD": "space-space-token",
"SPACECOIN": "space-spacecoin7367",
"SPICE-SLP": "spice-spice",
"SRM-ERC20": "srm-serum",
Expand Down
20 changes: 1 addition & 19 deletions api_ids/forex_ids.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,23 @@
{
"BIDR-BEP20": "IDR",
"BRZ-AVX20": "BRL",
"BRZ-BEP20": "BRL",
"BRZ-ERC20": "BRL",
"BRZ-PLG20": "BRL",
"CADC-ERC20": "CAD",
"CADC-PLG20": "CAD",
"EUROE-ERC20": "EUR",
"EURS-ERC20": "EUR",
"EURS-PLG20": "EUR",
"JAUD-PLG20": "AUD",
"JBRL-BEP20": "BRL",
"JBRL-PLG20": "BRL",
"JCAD-PLG20": "CAD",
"JCNY-PLG20": "CNY",
"JGBP-ERC20": "GBP",
"JGBP-PLG20": "GBP",
"JGOLD-PLG20": "XAU",
"JJPY-PLG20": "JPY",
"JKRW-PLG20": "KRW",
"JMXN-PLG20": "MXN",
"JNZD-PLG20": "NZD",
"JPHP-PLG20": "PHP",
"JPLN-PLG20": "PLN",
"JPYC-AVX20": "JPY",
"JPYC-PLG20": "JPY",
"JSEK-PLG20": "SEK",
"JSGD-PLG20": "SGD",
"JTRY-PLG20": "TRY",
"JUSD-PLG20": "USD",
"NZDS-ERC20": "NZD",
"NZDS-PLG20": "NZD",
"TRYB-AVX20": "TRY",
"TRYB-BEP20": "TRY",
"TRYB-ERC20": "TRY",
"TRYB-PLG20": "TRY",
"XIDR-ERC20": "IDR",
"XSGD-ERC20": "SGD",
"XSGD-PLG20": "SGD"
"NZDS-PLG20": "NZD"
}

0 comments on commit 2783874

Please sign in to comment.