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

This commit is contained in:
ligi 2022-08-25 14:27:21 +00:00
parent 3cd9bc266d
commit 4c38f770b8
7 changed files with 71 additions and 2 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-420666.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Kekchain",
"chain": "kek",
"network": "testnet",
"rpc": [
"https://testnet.kekchain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "KEK",
"symbol": "KEK",
"decimals": 18
},
"infoURL": "https://kekchain.com",
"shortName": "KEK",
"chainId": 420666,
"networkId": 1,
"icon": "kek",
"explorers": [{
"name": "blockscout",
"url": "https://testnet-explorer.kekchain.com",
"icon": "kek",
"standard": "EIP3091"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -5562,6 +5562,19 @@
"rpc": ["https://rpc.polis.tech"], "rpc": ["https://rpc.polis.tech"],
"faucets": ["https://faucet.polis.tech"], "faucets": ["https://faucet.polis.tech"],
"infoURL": "https://polis.tech" "infoURL": "https://polis.tech"
}, {
"name": "Kekchain",
"chainId": 420666,
"shortName": "KEK",
"networkId": 1,
"nativeCurrency": {
"name": "KEK",
"symbol": "KEK",
"decimals": 18
},
"rpc": ["https://testnet.kekchain.com"],
"faucets": [],
"infoURL": "https://kekchain.com"
}, { }, {
"name": "Arbitrum Rinkeby", "name": "Arbitrum Rinkeby",
"chainId": 421611, "chainId": 421611,

View File

@ -8035,6 +8035,28 @@
"shortName": "olympus", "shortName": "olympus",
"chainId": 333999, "chainId": 333999,
"networkId": 333999 "networkId": 333999
}, {
"name": "Kekchain",
"chain": "kek",
"network": "testnet",
"rpc": ["https://testnet.kekchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "KEK",
"symbol": "KEK",
"decimals": 18
},
"infoURL": "https://kekchain.com",
"shortName": "KEK",
"chainId": 420666,
"networkId": 1,
"icon": "kek",
"explorers": [{
"name": "blockscout",
"url": "https://testnet-explorer.kekchain.com",
"icon": "kek",
"standard": "EIP3091"
}]
}, { }, {
"name": "Arbitrum Rinkeby", "name": "Arbitrum Rinkeby",
"title": "Arbitrum Testnet Rinkeby", "title": "Arbitrum Testnet Rinkeby",

8
icons/kek.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM",
"width":300,
"height":300,
"format":"svg"
}
]

View File

@ -427,6 +427,7 @@
"SoChain": "eip155:281121", "SoChain": "eip155:281121",
"sparta": "eip155:333888", "sparta": "eip155:333888",
"olympus": "eip155:333999", "olympus": "eip155:333999",
"KEK": "eip155:420666",
"arb-rinkeby": "eip155:421611", "arb-rinkeby": "eip155:421611",
"arb-goerli": "eip155:421613", "arb-goerli": "eip155:421613",
"Dexalot": "eip155:432201", "Dexalot": "eip155:432201",