diff --git a/_data/chains/eip155-34.json b/_data/chains/eip155-34.json index dbb59e96367f..64d680d5bab5 100644 --- a/_data/chains/eip155-34.json +++ b/_data/chains/eip155-34.json @@ -1,16 +1,24 @@ { - "name": "Dithereum Testnet", - "chain": "DTH", - "icon": "dithereum", - "rpc": ["https://node-testnet.dithereum.io"], - "faucets": ["https://faucet.dithereum.org"], + "name": "SecureChain Mainnet", + "chain": "SCAI", + "icon": "SCAIIcon", + "rpc": ["https://mainnet-rpc.scai.network"], + "faucets": ["https://faucet.securechain.ai"], "nativeCurrency": { - "name": "Dither", - "symbol": "DTH", + "name": "SecureChain", + "symbol": "SCAI", "decimals": 18 }, - "infoURL": "https://dithereum.org", - "shortName": "dth", + "infoURL": "https://securechain.ai", + "shortName": "scai", "chainId": 34, - "networkId": 34 + "networkId": 34, + "redFlags": ["reusedChainId"], + "explorers": [ + { + "name": "SecureChain Mainnet", + "url": "https://explorer.securechain.ai", + "standard": "EIP3091" + } + ] } diff --git a/_data/icons/SCAIIcon.json b/_data/icons/SCAIIcon.json new file mode 100644 index 000000000000..141b1db58d80 --- /dev/null +++ b/_data/icons/SCAIIcon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVNLDQ7edirox9gAehyen9gLHq64Z5532EXsLvSaVfjWh", + "width": 65, + "height": 65, + "format": "png" + } +] diff --git a/_data/icons/dithereum.json b/_data/icons/dithereum.json deleted file mode 100644 index 1c6a6760136e..000000000000 --- a/_data/icons/dithereum.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", - "width": 500, - "height": 500, - "format": "png" - } -] diff --git a/_data/iconsDownload/QmVNLDQ7edirox9gAehyen9gLHq64Z5532EXsLvSaVfjWh b/_data/iconsDownload/QmVNLDQ7edirox9gAehyen9gLHq64Z5532EXsLvSaVfjWh new file mode 100644 index 000000000000..67b32121ad65 Binary files /dev/null and b/_data/iconsDownload/QmVNLDQ7edirox9gAehyen9gLHq64Z5532EXsLvSaVfjWh differ