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@f70ab2803d 🚀
This commit is contained in:
parent
6e3202dd9c
commit
37ca1c653e
File diff suppressed because one or more lines are too long
24
chains/eip155-420420.json
Normal file
24
chains/eip155-420420.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Kekchain",
|
||||
"chain": "kek",
|
||||
"rpc": ["https://mainnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "KEK",
|
||||
"symbol": "KEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kekchain.com",
|
||||
"shortName": "KEK",
|
||||
"chainId": 420420,
|
||||
"networkId": 103090,
|
||||
"icon": "kek",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://mainnet-explorer.kekchain.com",
|
||||
"icon": "kek",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "Kekchain",
|
||||
"name": "Kekchain (kektest)",
|
||||
"chain": "kek",
|
||||
"rpc": ["https://testnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "KEK",
|
||||
"symbol": "KEK",
|
||||
"name": "tKEK",
|
||||
"symbol": "tKEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kekchain.com",
|
||||
"shortName": "KEK",
|
||||
"shortName": "tKEK",
|
||||
"chainId": 420666,
|
||||
"networkId": 1,
|
||||
"icon": "kek",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6279,14 +6279,27 @@
|
|||
"infoURL": "https://www.metalblockchain.org/"
|
||||
}, {
|
||||
"name": "Kekchain",
|
||||
"chainId": 420666,
|
||||
"chainId": 420420,
|
||||
"shortName": "KEK",
|
||||
"networkId": 1,
|
||||
"networkId": 103090,
|
||||
"nativeCurrency": {
|
||||
"name": "KEK",
|
||||
"symbol": "KEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://kekchain.com"
|
||||
}, {
|
||||
"name": "Kekchain (kektest)",
|
||||
"chainId": 420666,
|
||||
"shortName": "tKEK",
|
||||
"networkId": 1,
|
||||
"nativeCurrency": {
|
||||
"name": "tKEK",
|
||||
"symbol": "tKEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://kekchain.com"
|
||||
|
|
|
@ -9093,7 +9093,7 @@
|
|||
}, {
|
||||
"name": "Kekchain",
|
||||
"chain": "kek",
|
||||
"rpc": ["https://testnet.kekchain.com"],
|
||||
"rpc": ["https://mainnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "KEK",
|
||||
|
@ -9102,6 +9102,27 @@
|
|||
},
|
||||
"infoURL": "https://kekchain.com",
|
||||
"shortName": "KEK",
|
||||
"chainId": 420420,
|
||||
"networkId": 103090,
|
||||
"icon": "kek",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://mainnet-explorer.kekchain.com",
|
||||
"icon": "kek",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Kekchain (kektest)",
|
||||
"chain": "kek",
|
||||
"rpc": ["https://testnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "tKEK",
|
||||
"symbol": "tKEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kekchain.com",
|
||||
"shortName": "tKEK",
|
||||
"chainId": 420666,
|
||||
"networkId": 1,
|
||||
"icon": "kek",
|
||||
|
|
|
@ -482,7 +482,8 @@
|
|||
"olympus": "eip155:333999",
|
||||
"metal": "eip155:381931",
|
||||
"Tahoe": "eip155:381932",
|
||||
"KEK": "eip155:420666",
|
||||
"KEK": "eip155:420420",
|
||||
"tKEK": "eip155:420666",
|
||||
"arb-rinkeby": "eip155:421611",
|
||||
"arb-goerli": "eip155:421613",
|
||||
"Dexalot": "eip155:432201",
|
||||
|
|
Loading…
Reference in New Issue
Block a user