Skip to content

Commit dc6fa08

Browse files
solidityxligi
andauthored
redFlags reusedChainId for SCAI (ethereum-lists#3681)
* Add Curve bin icon IPFS hash as a filename * Add Curve Icon Json file * Add Curve chain eip155 json file curve mainnet * Delete curve icon bin file QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg.png * Add Curve bin file with correct hash removed .png from the filename and keep only IPFS hash as a filename * Update eip155-827431.json added faucet field * Update eip155-827431.json fix info URL * Added SCAI bin file with IPFS hash as name * Added SCAI icon json * Added SCAI EIP chain file * Adding SCAI binary Icon * Adding SCAI Icon json * Update eip155-34.json for SCAI34 adding SCAI mainnet * Delete _data/icons/dithereum.json * Added redFlags reusedChainId eip155-34.json * fixed prettier json eip155-34.json --------- Co-authored-by: ligi <ligi@ligi.de>
1 parent 8231837 commit dc6fa08

4 files changed

Lines changed: 26 additions & 18 deletions

File tree

_data/chains/eip155-34.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
{
2-
"name": "Dithereum Testnet",
3-
"chain": "DTH",
4-
"icon": "dithereum",
5-
"rpc": ["https://node-testnet.dithereum.io"],
6-
"faucets": ["https://faucet.dithereum.org"],
2+
"name": "SecureChain Mainnet",
3+
"chain": "SCAI",
4+
"icon": "SCAIIcon",
5+
"rpc": ["https://mainnet-rpc.scai.network"],
6+
"faucets": ["https://faucet.securechain.ai"],
77
"nativeCurrency": {
8-
"name": "Dither",
9-
"symbol": "DTH",
8+
"name": "SecureChain",
9+
"symbol": "SCAI",
1010
"decimals": 18
1111
},
12-
"infoURL": "https://dithereum.org",
13-
"shortName": "dth",
12+
"infoURL": "https://securechain.ai",
13+
"shortName": "scai",
1414
"chainId": 34,
15-
"networkId": 34
15+
"networkId": 34,
16+
"redFlags": ["reusedChainId"],
17+
"explorers": [
18+
{
19+
"name": "SecureChain Mainnet",
20+
"url": "https://explorer.securechain.ai",
21+
"standard": "EIP3091"
22+
}
23+
]
1624
}

_data/icons/SCAIIcon.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmVNLDQ7edirox9gAehyen9gLHq64Z5532EXsLvSaVfjWh",
4+
"width": 65,
5+
"height": 65,
6+
"format": "png"
7+
}
8+
]

_data/icons/dithereum.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)