From c8cd531a8a34a8784e8f24503b71499ebd7d5b9c Mon Sep 17 00:00:00 2001 From: Oil Smart Chain Date: Mon, 22 Sep 2025 14:33:05 +0330 Subject: [PATCH] Create chainid-721529 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Urgent Request to Update RPC Endpoint for OIL Smart Chain Dear Chainlist Team, We are reaching out once again regarding the RPC update request for OIL Smart Chain. Our project has now completed all necessary steps for public launch — including adding our token to both CoinMarketCap and CoinGecko, finalizing all infrastructure upgrades, and ensuring full operational readiness of our validator network and ecosystem. At this stage, the only pending action is the RPC update on Chainlist. This update is critical to allow our users, investors, and ecosystem partners to seamlessly connect to the correct endpoint, ensuring accurate data display and a smooth experience across wallets and dApps. Given the importance of this step for our public rollout and user adoption, we kindly request your team to review and process this update as a matter of priority. If there are any missing requirements or technical details needed from our side, please inform us so we can provide them immediately. Thank you for your attention and support. We look forward to your prompt response so that we can move forward without further delay. our listing Urls: https://coinmarketcap.com/currencies/wrapped-oil/ https://www.coingecko.com/en/coins/wrapped-oil Best regards, OIL Smart Chain Team --- .../additionalChainRegistry/chainid-721529 | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 constants/additionalChainRegistry/chainid-721529 diff --git a/constants/additionalChainRegistry/chainid-721529 b/constants/additionalChainRegistry/chainid-721529 new file mode 100644 index 0000000000..66bb1893a6 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-721529 @@ -0,0 +1,25 @@ +{ + "name": "OIL Mainnet", + "chain": "OIL", + "rpc": [ + "https://mainnet-rpc.oilscan.net", + ], + "faucets": [], + "nativeCurrency": { + "name": "Oil", + "symbol": "OIL", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "", + "shortName": "oil", + "chainId": 721529, + "networkId": 721529, + "icon": "oilchain", + "explorers": [{ + "name": "OilScan", + "url": "https://oilscan.net", + "icon": "oilscan", + "standard": "EIP3091" + }] +}