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@bb4db8a5ea 🚀
This commit is contained in:
parent
1516142798
commit
a493c5970f
|
@ -438,6 +438,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "core",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2",
|
||||
"width": 200,
|
||||
"height": 217,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "oneledger",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-1116.json
Normal file
24
chains/eip155-1116.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Core Blockchain Mainnet",
|
||||
"chain": "Core",
|
||||
"icon": "core",
|
||||
"rpc": ["https://rpc.coredao.org/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Core Blockchain Native Token",
|
||||
"symbol": "CORE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.coredao.org",
|
||||
"shortName": "core",
|
||||
"chainId": 1116,
|
||||
"networkId": 1116,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Core Scan",
|
||||
"url": "https://scan.coredao.org",
|
||||
"icon": "core",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3339,6 +3339,19 @@
|
|||
"rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"],
|
||||
"faucets": ["https://wallet.test.wemix.com/faucet"],
|
||||
"infoURL": "https://wemix.com"
|
||||
}, {
|
||||
"name": "Core Blockchain Mainnet",
|
||||
"chainId": 1116,
|
||||
"shortName": "core",
|
||||
"networkId": 1116,
|
||||
"nativeCurrency": {
|
||||
"name": "Core Blockchain Native Token",
|
||||
"symbol": "CORE",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.coredao.org/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.coredao.org"
|
||||
}, {
|
||||
"name": "DeFiChain EVM Network Mainnet",
|
||||
"chainId": 1130,
|
||||
|
|
|
@ -4772,6 +4772,27 @@
|
|||
"url": "https://microscope.test.wemix.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Core Blockchain Mainnet",
|
||||
"chain": "Core",
|
||||
"icon": "core",
|
||||
"rpc": ["https://rpc.coredao.org/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Core Blockchain Native Token",
|
||||
"symbol": "CORE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.coredao.org",
|
||||
"shortName": "core",
|
||||
"chainId": 1116,
|
||||
"networkId": 1116,
|
||||
"explorers": [{
|
||||
"name": "Core Scan",
|
||||
"url": "https://scan.coredao.org",
|
||||
"icon": "core",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "DeFiChain EVM Network Mainnet",
|
||||
"chain": "defichain-evm",
|
||||
|
|
8
icons/core.json
Normal file
8
icons/core.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2",
|
||||
"width": 200,
|
||||
"height": 217,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -256,6 +256,7 @@
|
|||
"moac": "eip155:1099",
|
||||
"wemix": "eip155:1111",
|
||||
"twemix": "eip155:1112",
|
||||
"core": "eip155:1116",
|
||||
"DFI": "eip155:1130",
|
||||
"DFI-T": "eip155:1131",
|
||||
"MATH": "eip155:1139",
|
||||
|
|
Loading…
Reference in New Issue
Block a user