mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@2615da250f 🚀
This commit is contained in:
parent
f1f94cc339
commit
11e05d1d9b
|
@ -1238,6 +1238,14 @@
|
|||
"height": 300,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "credit",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreifbso3gd4wu5wxl27xyurxctmuae2jyuy37guqtzx23nga6ba4ag4",
|
||||
"width": 1000,
|
||||
"height": 1628,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "rei",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-13308.json
Normal file
25
chains/eip155-13308.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Credit Smartchain Mainnet",
|
||||
"chain": "CREDIT",
|
||||
"rpc": ["https://mainnet-rpc.cscscan.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Credit",
|
||||
"symbol": "CREDIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://creditsmartchain.com",
|
||||
"shortName": "Credit",
|
||||
"chainId": 13308,
|
||||
"networkId": 1,
|
||||
"icon": "credit",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "CSC Scan",
|
||||
"url": "https://explorer.cscscan.io",
|
||||
"icon": "credit",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -6043,6 +6043,19 @@
|
|||
"rpc": ["https://rpc.ssquad.games"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ssquad.games/"
|
||||
}, {
|
||||
"name": "Credit Smartchain Mainnet",
|
||||
"chainId": 13308,
|
||||
"shortName": "Credit",
|
||||
"networkId": 1,
|
||||
"nativeCurrency": {
|
||||
"name": "Credit",
|
||||
"symbol": "CREDIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet-rpc.cscscan.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://creditsmartchain.com"
|
||||
}, {
|
||||
"name": "Phoenix Mainnet",
|
||||
"chainId": 13381,
|
||||
|
|
|
@ -8833,6 +8833,32 @@
|
|||
"url": "http://spsscan.ssquad.games",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Credit Smartchain Mainnet",
|
||||
"chain": "CREDIT",
|
||||
"rpc": ["https://mainnet-rpc.cscscan.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Credit",
|
||||
"symbol": "CREDIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://creditsmartchain.com",
|
||||
"shortName": "Credit",
|
||||
"chainId": 13308,
|
||||
"networkId": 1,
|
||||
"icon": "credit",
|
||||
"explorers": [{
|
||||
"name": "CSC Scan",
|
||||
"url": "https://explorer.cscscan.io",
|
||||
"icon": "credit",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Phoenix Mainnet",
|
||||
"chain": "Phoenix",
|
||||
|
|
8
icons/credit.json
Normal file
8
icons/credit.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreifbso3gd4wu5wxl27xyurxctmuae2jyuy37guqtzx23nga6ba4ag4",
|
||||
"width": 1000,
|
||||
"height": 1628,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -464,6 +464,7 @@
|
|||
"ZERO": "eip155:12052",
|
||||
"steptest": "eip155:12345",
|
||||
"SPS": "eip155:13000",
|
||||
"Credit": "eip155:13308",
|
||||
"Phoenix": "eip155:13381",
|
||||
"sus": "eip155:13812",
|
||||
"SPS-Test": "eip155:14000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user