mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding SecureChain AI (SCAI) (#2876)
* 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
This commit is contained in:
parent
d3b7e3284b
commit
d43c10e5ed
23
_data/chains/eip155-3434.json
Normal file
23
_data/chains/eip155-3434.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/scaiIcon.json
Normal file
8
_data/icons/scaiIcon.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qme2Z8VFYjhHGfLQPBnfseNpEdRfmTDy7VXqrdH4AHETJf",
|
||||||
|
"width": 150,
|
||||||
|
"height": 150,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue
Block a user