mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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
24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"name": "SecureChain Testnet",
|
|
"chain": "SCAI",
|
|
"icon": "scaiIcon",
|
|
"rpc": ["https://testnet-rpc.securechain.ai"],
|
|
"faucets": ["https://faucet.securechain.ai"],
|
|
"nativeCurrency": {
|
|
"name": "SCAI",
|
|
"symbol": "SCAI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://securechain.ai",
|
|
"shortName": "SCAIt",
|
|
"chainId": 3434,
|
|
"networkId": 3434,
|
|
"explorers": [
|
|
{
|
|
"name": "SecureChain",
|
|
"url": "https://testnet.securechain.ai",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|