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@8b1858d4d6 🚀
This commit is contained in:
parent
ce73116287
commit
0ab5e5b596
|
@ -1446,6 +1446,14 @@
|
|||
"height": 300,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "dsc",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "ycc",
|
||||
"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-202020.json
Normal file
25
chains/eip155-202020.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Decimal Smart Chain Testnet",
|
||||
"chain": "tDSC",
|
||||
"rpc": ["https://testnet-val.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "tDEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://decimalchain.com",
|
||||
"shortName": "tDSC",
|
||||
"chainId": 202020,
|
||||
"networkId": 202020,
|
||||
"icon": "dsc",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "DSC Explorer Testnet",
|
||||
"url": "https://testnet.explorer.decimalchain.com",
|
||||
"icon": "dsc",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
25
chains/eip155-75.json
Normal file
25
chains/eip155-75.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Decimal Smart Chain Mainnet",
|
||||
"chain": "DSC",
|
||||
"rpc": ["https://node.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "DEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://decimalchain.com",
|
||||
"shortName": "DSC",
|
||||
"chainId": 75,
|
||||
"networkId": 75,
|
||||
"icon": "dsc",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "DSC Explorer Mainnet",
|
||||
"url": "https://explorer.decimalchain.com",
|
||||
"icon": "dsc",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -934,6 +934,19 @@
|
|||
"rpc": ["https://idchain.one/rpc/", "wss://idchain.one/ws/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://idchain.one/begin/"
|
||||
}, {
|
||||
"name": "Decimal Smart Chain Mainnet",
|
||||
"chainId": 75,
|
||||
"shortName": "DSC",
|
||||
"networkId": 75,
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "DEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://node.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://decimalchain.com"
|
||||
}, {
|
||||
"name": "Mix",
|
||||
"chainId": 76,
|
||||
|
@ -7213,6 +7226,19 @@
|
|||
"rpc": ["https://chain-rpc.mythicalgames.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://mythicalgames.com/"
|
||||
}, {
|
||||
"name": "Decimal Smart Chain Testnet",
|
||||
"chainId": 202020,
|
||||
"shortName": "tDSC",
|
||||
"networkId": 202020,
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "tDEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-val.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://decimalchain.com"
|
||||
}, {
|
||||
"name": "Jellie",
|
||||
"chainId": 202624,
|
||||
|
|
|
@ -1327,6 +1327,32 @@
|
|||
"icon": "etherscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Decimal Smart Chain Mainnet",
|
||||
"chain": "DSC",
|
||||
"rpc": ["https://node.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "DEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://decimalchain.com",
|
||||
"shortName": "DSC",
|
||||
"chainId": 75,
|
||||
"networkId": 75,
|
||||
"icon": "dsc",
|
||||
"explorers": [{
|
||||
"name": "DSC Explorer Mainnet",
|
||||
"url": "https://explorer.decimalchain.com",
|
||||
"icon": "dsc",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mix",
|
||||
"chain": "MIX",
|
||||
|
@ -10610,6 +10636,32 @@
|
|||
"icon": "mythical",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Decimal Smart Chain Testnet",
|
||||
"chain": "tDSC",
|
||||
"rpc": ["https://testnet-val.decimalchain.com/web3"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Decimal",
|
||||
"symbol": "tDEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://decimalchain.com",
|
||||
"shortName": "tDSC",
|
||||
"chainId": 202020,
|
||||
"networkId": 202020,
|
||||
"icon": "dsc",
|
||||
"explorers": [{
|
||||
"name": "DSC Explorer Testnet",
|
||||
"url": "https://testnet.explorer.decimalchain.com",
|
||||
"icon": "dsc",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Jellie",
|
||||
"title": "Twala Testnet Jellie",
|
||||
|
|
8
icons/dsc.json
Normal file
8
icons/dsc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc
Normal file
BIN
iconsDownload/QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
|
@ -71,6 +71,7 @@
|
|||
"dxc": "eip155:72",
|
||||
"FNCY": "eip155:73",
|
||||
"idchain": "eip155:74",
|
||||
"DSC": "eip155:75",
|
||||
"mix": "eip155:76",
|
||||
"spoa": "eip155:77",
|
||||
"primuschain": "eip155:78",
|
||||
|
@ -554,6 +555,7 @@
|
|||
"alaya": "eip155:201018",
|
||||
"alayadev": "eip155:201030",
|
||||
"myth": "eip155:201804",
|
||||
"tDSC": "eip155:202020",
|
||||
"twl-jellie": "eip155:202624",
|
||||
"platon": "eip155:210425",
|
||||
"hym": "eip155:234666",
|
||||
|
|
Loading…
Reference in New Issue
Block a user