From b5b0c8ca64f467bd1d8b375f559a976b5b392ad4 Mon Sep 17 00:00:00 2001 From: Deepak tewatia Date: Fri, 12 Sep 2025 21:17:00 +0530 Subject: [PATCH 1/3] Add SHARP token details to the Ethereum tokens list --- ...36B62929762ACF8A9Cc27ECebF6D353eBB48244.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json diff --git a/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json b/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json new file mode 100644 index 000000000..a43435838 --- /dev/null +++ b/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json @@ -0,0 +1,17 @@ +{ + "symbol": "SHARP", + "name": "SHARP", + "address": "0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244", + "decimals": 18, + "website": "https://sharpeconomy.org/", + "community": { + "twitter": "https://x.com/SharpEconomy", + "linkedin": "https://www.linkedin.com/company/sharpeconomy/", + "github": "https://github.com/SharpEconomy", + "telegram": "https://t.me/SharpEconomy", + "discord": "https://discord.gg/sharpeconomy", + "polygonscan": "https://polygonscan.com/token/0xb36b62929762acf8a9cc27ecebf6d353ebb48244", + "coinmarketcap": "https://coinmarketcap.com/currencies/sharp-token/" + }, + "logo": "https://docs.sharpeconomy.org/sharp-token-logo-128x128.jpg" +} \ No newline at end of file From 08d4cd028281cb52002aa108fa58adda703c160b Mon Sep 17 00:00:00 2001 From: Deepak tewatia Date: Sat, 13 Sep 2025 17:21:07 +0530 Subject: [PATCH 2/3] Update Telegram link for SharpEconomy token Changed the Telegram URL in the SharpEconomy token metadata to use the correct handle (sharp_economy) for improved accuracy. --- tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json b/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json index a43435838..b4edbd268 100644 --- a/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json +++ b/tokens/eth/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json @@ -8,7 +8,7 @@ "twitter": "https://x.com/SharpEconomy", "linkedin": "https://www.linkedin.com/company/sharpeconomy/", "github": "https://github.com/SharpEconomy", - "telegram": "https://t.me/SharpEconomy", + "telegram": "https://t.me/sharp_economy", "discord": "https://discord.gg/sharpeconomy", "polygonscan": "https://polygonscan.com/token/0xb36b62929762acf8a9cc27ecebf6d353ebb48244", "coinmarketcap": "https://coinmarketcap.com/currencies/sharp-token/" From 32f70119f5bd00219cde9c5f46c80e9e8435074e Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Sat, 13 Sep 2025 19:52:07 +0530 Subject: [PATCH 3/3] Create 0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The token is only compatible with Polygon PoS (chainId 137). No Ethereum-mainnet contract, so no Etherscan URL applies. Polygonscan reference: https://polygonscan.com/token/0xb36b62929762acf8a9cc27ecebf6d353ebb48244. File placed per repo README: single JSON named by the contract address in ERC-55 checksum under tokens/ with required fields (symbol, name, address, decimals). Optional fields follow README (website, GitHub, community). For context, prior PR #965 used tokens/eth/…, which targets Ethereum-mainnet and prompted the Etherscan request. This PR corrects the path and chain clarification --- ...0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tokens/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json diff --git a/tokens/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json b/tokens/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json new file mode 100644 index 000000000..7eb777fc4 --- /dev/null +++ b/tokens/0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244.json @@ -0,0 +1,14 @@ +{ + "symbol": "SHARP", + "name": "SHARP", + "address": "0xB36B62929762ACF8A9Cc27ECebF6D353eBB48244", + "decimals": 18, + "website": "https://sharpeconomy.org/", + "github": "https://github.com/SharpEconomy", + "community": [ + "https://x.com/SharpEconomy", + "https://t.me/SharpEconomy", + "https://discord.gg/sharpeconomy", + "https://www.linkedin.com/company/sharpeconomy/" + ] +}