From 37291e648bbd3e32b9ee671ac596f3cf253014f6 Mon Sep 17 00:00:00 2001 From: AlejandroAFF Date: Thu, 15 Aug 2024 00:50:38 +0200 Subject: [PATCH] Added Apex Fusion Nexus Mainnet (#5682) * apex fusion nexus testnet * Correcting formatting issues * Adding EOL at the end of the file * Linux format applied * Linux format applied to image file * Added Apex Fusion Nexus Mainnet * Updated token to tAP3X --------- Co-authored-by: ligi --- _data/chains/eip155-9069.json | 18 ++++++++++++++++++ _data/chains/eip155-9070.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 _data/chains/eip155-9069.json diff --git a/_data/chains/eip155-9069.json b/_data/chains/eip155-9069.json new file mode 100644 index 000000000000..8cfa42c4f894 --- /dev/null +++ b/_data/chains/eip155-9069.json @@ -0,0 +1,18 @@ +{ + "name": "Apex Fusion - Nexus Mainnet", + "chain": "Nexus Mainnet", + "rpc": ["https://rpc.nexus.mainnet.apexfusion.org/"], + "faucets": [], + "nativeCurrency": { + "name": "Apex Fusion Token", + "symbol": "AP3X", + "decimals": 18 + }, + "infoURL": "https://apexfusion.org/", + "features": [{ "name": "EIP155" }], + "shortName": "AP3X", + "chainId": 9069, + "networkId": 9069, + "icon": "apexfusion", + "explorers": [] +} diff --git a/_data/chains/eip155-9070.json b/_data/chains/eip155-9070.json index 04bbc36916e6..93a2d208bb38 100644 --- a/_data/chains/eip155-9070.json +++ b/_data/chains/eip155-9070.json @@ -5,12 +5,12 @@ "faucets": [], "nativeCurrency": { "name": "Apex Fusion Token", - "symbol": "AP3X", + "symbol": "tAP3X", "decimals": 18 }, "infoURL": "https://apexfusion.org/", "features": [{ "name": "EIP155" }], - "shortName": "AP3X", + "shortName": "tAP3X", "chainId": 9070, "networkId": 9070, "icon": "apexfusion",