diff --git a/_data/chains/eip155-9069.json b/_data/chains/eip155-9069.json index 8cfa42c4f894..5359b7f94e81 100644 --- a/_data/chains/eip155-9069.json +++ b/_data/chains/eip155-9069.json @@ -14,5 +14,12 @@ "chainId": 9069, "networkId": 9069, "icon": "apexfusion", - "explorers": [] + "explorers": [ + { + "name": "apexfusion", + "url": "https://explorer.nexus.mainnet.apexfusion.org", + "icon": "apexfusion", + "standard": "EIP3091" + } + ] } diff --git a/_data/icons/apexfusion.json b/_data/icons/apexfusion.json index 9d3edc1318e4..456f87e6585d 100644 --- a/_data/icons/apexfusion.json +++ b/_data/icons/apexfusion.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d", - "width": 410, - "height": 410, - "format": "svg" + "url": "ipfs://QmNwCGNY4M1pxoNJ8j2f71sm4Z1Gbtre1vnhq3r2PmHw8B", + "width": 800, + "height": 800, + "format": "png" } ]