Skip to content

Commit

Permalink
redFlags reusedChainId for SCAI (ethereum-lists#3681)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
solidityx and ligi authored Oct 21, 2023
1 parent 8231837 commit dc6fa08
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
28 changes: 18 additions & 10 deletions _data/chains/eip155-34.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/SCAIIcon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVNLDQ7edirox9gAehyen9gLHq64Z5532EXsLvSaVfjWh",
"width": 65,
"height": 65,
"format": "png"
}
]
8 changes: 0 additions & 8 deletions _data/icons/dithereum.json

This file was deleted.

Binary file not shown.

0 comments on commit dc6fa08

Please sign in to comment.