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

This commit is contained in:
ligi 2022-11-03 18:36:24 +00:00
parent 6e3202dd9c
commit 37ca1c653e
7 changed files with 69 additions and 10 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-420420.json Normal file
View 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"
}
]
}

View File

@ -1,15 +1,15 @@
{ {
"name": "Kekchain", "name": "Kekchain (kektest)",
"chain": "kek", "chain": "kek",
"rpc": ["https://testnet.kekchain.com"], "rpc": ["https://testnet.kekchain.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "KEK", "name": "tKEK",
"symbol": "KEK", "symbol": "tKEK",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://kekchain.com", "infoURL": "https://kekchain.com",
"shortName": "KEK", "shortName": "tKEK",
"chainId": 420666, "chainId": 420666,
"networkId": 1, "networkId": 1,
"icon": "kek", "icon": "kek",

File diff suppressed because one or more lines are too long

View File

@ -6279,14 +6279,27 @@
"infoURL": "https://www.metalblockchain.org/" "infoURL": "https://www.metalblockchain.org/"
}, { }, {
"name": "Kekchain", "name": "Kekchain",
"chainId": 420666, "chainId": 420420,
"shortName": "KEK", "shortName": "KEK",
"networkId": 1, "networkId": 103090,
"nativeCurrency": { "nativeCurrency": {
"name": "KEK", "name": "KEK",
"symbol": "KEK", "symbol": "KEK",
"decimals": 18 "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"], "rpc": ["https://testnet.kekchain.com"],
"faucets": [], "faucets": [],
"infoURL": "https://kekchain.com" "infoURL": "https://kekchain.com"

View File

@ -9093,7 +9093,7 @@
}, { }, {
"name": "Kekchain", "name": "Kekchain",
"chain": "kek", "chain": "kek",
"rpc": ["https://testnet.kekchain.com"], "rpc": ["https://mainnet.kekchain.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "KEK", "name": "KEK",
@ -9102,6 +9102,27 @@
}, },
"infoURL": "https://kekchain.com", "infoURL": "https://kekchain.com",
"shortName": "KEK", "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, "chainId": 420666,
"networkId": 1, "networkId": 1,
"icon": "kek", "icon": "kek",

View File

@ -482,7 +482,8 @@
"olympus": "eip155:333999", "olympus": "eip155:333999",
"metal": "eip155:381931", "metal": "eip155:381931",
"Tahoe": "eip155:381932", "Tahoe": "eip155:381932",
"KEK": "eip155:420666", "KEK": "eip155:420420",
"tKEK": "eip155:420666",
"arb-rinkeby": "eip155:421611", "arb-rinkeby": "eip155:421611",
"arb-goerli": "eip155:421613", "arb-goerli": "eip155:421613",
"Dexalot": "eip155:432201", "Dexalot": "eip155:432201",