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@7770456d65 🚀
This commit is contained in:
parent
c7be6fb70e
commit
12f5e964ac
File diff suppressed because one or more lines are too long
24
chains/eip155-1115.json
Normal file
24
chains/eip155-1115.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Core Blockchain Testnet",
|
||||
"chain": "Core",
|
||||
"icon": "core",
|
||||
"rpc": ["https://rpc.test.btcs.network/"],
|
||||
"faucets": ["https://scan.test.btcs.network/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Core Blockchain Testnet Native Token",
|
||||
"symbol": "tCORE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.coredao.org",
|
||||
"shortName": "tcore",
|
||||
"chainId": 1115,
|
||||
"networkId": 1115,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Core Scan Testnet",
|
||||
"url": "https://scan.test.btcs.network",
|
||||
"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 Testnet",
|
||||
"chainId": 1115,
|
||||
"shortName": "tcore",
|
||||
"networkId": 1115,
|
||||
"nativeCurrency": {
|
||||
"name": "Core Blockchain Testnet Native Token",
|
||||
"symbol": "tCORE",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.test.btcs.network/"],
|
||||
"faucets": ["https://scan.test.btcs.network/faucet"],
|
||||
"infoURL": "https://www.coredao.org"
|
||||
}, {
|
||||
"name": "Core Blockchain Mainnet",
|
||||
"chainId": 1116,
|
||||
|
|
|
@ -4772,6 +4772,27 @@
|
|||
"url": "https://microscope.test.wemix.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Core Blockchain Testnet",
|
||||
"chain": "Core",
|
||||
"icon": "core",
|
||||
"rpc": ["https://rpc.test.btcs.network/"],
|
||||
"faucets": ["https://scan.test.btcs.network/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Core Blockchain Testnet Native Token",
|
||||
"symbol": "tCORE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.coredao.org",
|
||||
"shortName": "tcore",
|
||||
"chainId": 1115,
|
||||
"networkId": 1115,
|
||||
"explorers": [{
|
||||
"name": "Core Scan Testnet",
|
||||
"url": "https://scan.test.btcs.network",
|
||||
"icon": "core",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Core Blockchain Mainnet",
|
||||
"chain": "Core",
|
||||
|
|
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",
|
||||
"tcore": "eip155:1115",
|
||||
"core": "eip155:1116",
|
||||
"DFI": "eip155:1130",
|
||||
"DFI-T": "eip155:1131",
|
||||
|
|
Loading…
Reference in New Issue
Block a user