diff --git a/_data/chains/eip155-50104.json b/_data/chains/eip155-50104.json index 92760fc54ea1..292e50411a5b 100644 --- a/_data/chains/eip155-50104.json +++ b/_data/chains/eip155-50104.json @@ -8,16 +8,23 @@ "decimals": 18 }, "faucets": [], - "infoURL": "", + "infoURL": "https://sophon.xyz", "shortName": "sophon", "chainId": 50104, "networkId": 50104, + "icon": "sophon", "explorers": [ { "name": "Sophon Block Explorer", "url": "https://explorer.sophon.xyz", - "icon": "sophon-testnet", - "standard": "none" + "icon": "sophon", + "standard": "EIP3091" + }, + { + "name": "Sophscan", + "url": "https://sophscan.xyz", + "icon": "sophon", + "standard": "EIP3091" } ], "parent": { diff --git a/_data/chains/eip155-531050104.json b/_data/chains/eip155-531050104.json index a2c571f1dec4..f77e24e32ef6 100644 --- a/_data/chains/eip155-531050104.json +++ b/_data/chains/eip155-531050104.json @@ -8,16 +8,23 @@ "decimals": 18 }, "faucets": [], - "infoURL": "", + "infoURL": "https://sophon.xyz", "shortName": "sophon-testnet", "chainId": 531050104, "networkId": 531050104, + "icon": "sophon-testnet", "explorers": [ { "name": "Sophon Block Explorer", "url": "https://explorer.testnet.sophon.xyz", - "icon": "sophon-testnet", - "standard": "none" + "icon": "sophon", + "standard": "EIP3091" + }, + { + "name": "Sophscan", + "url": "https://testnet.sophscan.xyz", + "icon": "sophon", + "standard": "EIP3091" } ], "parent": { diff --git a/_data/icons/sophon.json b/_data/icons/sophon.json new file mode 100644 index 000000000000..bd7aac3b9de4 --- /dev/null +++ b/_data/icons/sophon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQ34FLExDh3aqBL6ESrjJQkq2uHAT9Ad6AUtWpHrN88rp", + "width": 1024, + "height": 1024, + "format": "png" + } +]