Deploying to gh-pages from @ ethereum-lists/chains@d43c10e5ed 🚀

This commit is contained in:
ligi 2023-05-22 14:43:11 +00:00
parent 365386e215
commit 65fed0f8d6
11 changed files with 77 additions and 4 deletions

View File

@ -614,6 +614,14 @@
"height": 597, "height": 597,
"format": "png" "format": "png"
}] }]
}, {
"name": "scaiIcon",
"icons": [{
"url": "ipfs://Qme2Z8VFYjhHGfLQPBnfseNpEdRfmTDy7VXqrdH4AHETJf",
"width": 150,
"height": 150,
"format": "png"
}]
}, { }, {
"name": "adil", "name": "adil",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-3434.json Normal file
View 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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5835,6 +5835,19 @@
"rpc": ["https://rpc.paribu.network"], "rpc": ["https://rpc.paribu.network"],
"faucets": [], "faucets": [],
"infoURL": "https://net.paribu.com" "infoURL": "https://net.paribu.com"
}, {
"name": "SecureChain Testnet",
"chainId": 3434,
"shortName": "SCAIt",
"networkId": 3434,
"nativeCurrency": {
"name": "SCAI",
"symbol": "SCAI",
"decimals": 18
},
"rpc": ["https://testnet-rpc.securechain.ai"],
"faucets": ["https://faucet.securechain.ai"],
"infoURL": "https://securechain.ai"
}, { }, {
"name": "Paribu Net Testnet", "name": "Paribu Net Testnet",
"chainId": 3500, "chainId": 3500,

View File

@ -8776,6 +8776,26 @@
"url": "https://explorer.paribu.network", "url": "https://explorer.paribu.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"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"
}]
}, { }, {
"name": "Paribu Net Testnet", "name": "Paribu Net Testnet",
"chain": "PRB", "chain": "PRB",

8
icons/scaiIcon.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qme2Z8VFYjhHGfLQPBnfseNpEdRfmTDy7VXqrdH4AHETJf",
"width": 150,
"height": 150,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

View File

@ -448,6 +448,7 @@
"w3q-t": "eip155:3333", "w3q-t": "eip155:3333",
"w3q-g": "eip155:3334", "w3q-g": "eip155:3334",
"prb": "eip155:3400", "prb": "eip155:3400",
"SCAIt": "eip155:3434",
"prbtestnet": "eip155:3500", "prbtestnet": "eip155:3500",
"jfin": "eip155:3501", "jfin": "eip155:3501",
"pando-mainnet": "eip155:3601", "pando-mainnet": "eip155:3601",