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@60de2bf17d 🚀
This commit is contained in:
parent
3cd9bc266d
commit
4c38f770b8
File diff suppressed because one or more lines are too long
25
chains/eip155-420666.json
Normal file
25
chains/eip155-420666.json
Normal 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
|
@ -5562,6 +5562,19 @@
|
|||
"rpc": ["https://rpc.polis.tech"],
|
||||
"faucets": ["https://faucet.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",
|
||||
"chainId": 421611,
|
||||
|
|
|
@ -8035,6 +8035,28 @@
|
|||
"shortName": "olympus",
|
||||
"chainId": 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",
|
||||
"title": "Arbitrum Testnet Rinkeby",
|
||||
|
|
8
icons/kek.json
Normal file
8
icons/kek.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM",
|
||||
"width":300,
|
||||
"height":300,
|
||||
"format":"svg"
|
||||
}
|
||||
]
|
|
@ -427,6 +427,7 @@
|
|||
"SoChain": "eip155:281121",
|
||||
"sparta": "eip155:333888",
|
||||
"olympus": "eip155:333999",
|
||||
"KEK": "eip155:420666",
|
||||
"arb-rinkeby": "eip155:421611",
|
||||
"arb-goerli": "eip155:421613",
|
||||
"Dexalot": "eip155:432201",
|
||||
|
|
Loading…
Reference in New Issue
Block a user