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

This commit is contained in:
ligi 2023-02-01 15:50:52 +00:00
parent c7be6fb70e
commit 12f5e964ac
8 changed files with 63 additions and 4 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-1115.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",