Skip to content

Commit

Permalink
Merge pull request #923 from cipig/add
Browse files Browse the repository at this point in the history
add NewYorkCoin (NYC-BEP20) + CHTA-BEP20 + NENG-BEP20
  • Loading branch information
cipig authored Jan 15, 2024
2 parents 3cd6b46 + b77c997 commit d825d9c
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api_ids/coingecko_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
"NAV": "nav-coin",
"NEAR-BEP20": "near",
"NENG": "nengcoin",
"NENG-BEP20": "nengcoin",
"NEXO-ERC20": "nexo",
"NEXO-KRC20": "nexo",
"NEXO-PLG20": "nexo",
Expand All @@ -392,6 +393,7 @@
"NVC-QRC20": "novacoin",
"NVC": "novacoin",
"NYAN": "nyancoin",
"NYC-BEP20": "newyorkcoin",
"NZDS-ERC20": "nzd-stablecoin",
"NZDS-PLG20": "nzd-stablecoin",
"OC-QRC20": "oceanchain",
Expand Down
3 changes: 3 additions & 0 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"CHSB-ERC20": "chsb-swissborg",
"CHSB-PLG20": "chsb-swissborg",
"CHTA": "chta-cheetahcoin",
"CHTA-BEP20": "chta-cheetahcoin",
"CHZ-ERC20": "chz-chiliz",
"CHZ-KRC20": "chz-chiliz",
"CHZ-PLG20": "chz-chiliz",
Expand Down Expand Up @@ -358,6 +359,7 @@
"NAV": "nav-navcoin",
"NEAR-BEP20": "near-near-protocol",
"NENG": "neng-nengcoin",
"NENG-BEP20": "neng-nengcoin",
"NEXO-ERC20": "nexo-nexo",
"NEXO-KRC20": "nexo-nexo",
"NEXO-PLG20": "nexo-nexo",
Expand All @@ -366,6 +368,7 @@
"NVC-QRC20": "nvc-novacoin",
"NVC": "nvc-novacoin",
"NYAN": "nyan-nyancoin",
"NYC-BEP20": "nyc-newyorkcoin",
"OC-QRC20": "oc-oceanchain",
"OCEAN-BEP20": "ocean-ocean-protocol",
"OCEAN-ERC20": "ocean-ocean-protocol",
Expand Down
1 change: 1 addition & 0 deletions api_ids/livecoinwatch_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"NVC": "NVC",
"NZDS": "NZD",
"NYAN": "__NYAN",
"NYC": "NYC",
"OC": "OC",
"OCEAN": "OCEAN",
"OKB": "OKB",
Expand Down
57 changes: 57 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -2746,6 +2746,25 @@
},
"derivation_path": "m/44'/682'"
},
{
"coin": "CHTA-BEP20",
"name": "chta_bep20",
"fname": "Cheetahcoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
"avg_blocktime": 3,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
"contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7"
}
},
"derivation_path": "m/44'/714'"
},
{
"coin": "CHIPS",
"name": "chips",
Expand Down Expand Up @@ -8267,6 +8286,25 @@
},
"derivation_path": "m/44'/681'"
},
{
"coin": "NENG-BEP20",
"name": "neng_bep20",
"fname": "Nengcoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
"avg_blocktime": 3,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
"contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264"
}
},
"derivation_path": "m/44'/714'"
},
{
"coin": "NEXO-ERC20",
"name": "nexo_erc20",
Expand Down Expand Up @@ -8520,6 +8558,25 @@
"type": "UTXO"
}
},
{
"coin": "NYC-BEP20",
"name": "nyc_bep20",
"fname": "NewYorkCoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
"avg_blocktime": 3,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
"contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69"
}
},
"derivation_path": "m/44'/714'"
},
{
"coin": "OCEAN-BEP20",
"name": "ocean_bep20",
Expand Down
Binary file added icons_original/nyc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d825d9c

Please sign in to comment.