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@cfe38e6946 🚀
This commit is contained in:
parent
d7211e91ce
commit
191fab4733
File diff suppressed because one or more lines are too long
25
chains/eip155-104.json
Normal file
25
chains/eip155-104.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Kaiba Lightning Chain Testnet",
|
||||
"chain": "tKLC",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://klc.live/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Kaiba Testnet Token",
|
||||
"symbol": "tKAIBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kaibadefi.com",
|
||||
"shortName": "tklc",
|
||||
"chainId": 104,
|
||||
"networkId": 104,
|
||||
"icon": "kaiba",
|
||||
"explorers": [{
|
||||
"name": "kaibascan",
|
||||
"url": "https://kaibascan.io",
|
||||
"icon": "kaibascan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1168,6 +1168,19 @@
|
|||
"rpc": ["https://testnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://web3games.org/"
|
||||
}, {
|
||||
"name": "Kaiba Lightning Chain Testnet",
|
||||
"chainId": 104,
|
||||
"shortName": "tklc",
|
||||
"networkId": 104,
|
||||
"nativeCurrency": {
|
||||
"name": "Kaiba Testnet Token",
|
||||
"symbol": "tKAIBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://klc.live/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://kaibadefi.com"
|
||||
}, {
|
||||
"name": "Web3Games Devnet",
|
||||
"chainId": 105,
|
||||
|
|
|
@ -1629,6 +1629,28 @@
|
|||
"shortName": "tw3g",
|
||||
"chainId": 102,
|
||||
"networkId": 102
|
||||
}, {
|
||||
"name": "Kaiba Lightning Chain Testnet",
|
||||
"chain": "tKLC",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://klc.live/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Kaiba Testnet Token",
|
||||
"symbol": "tKAIBA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kaibadefi.com",
|
||||
"shortName": "tklc",
|
||||
"chainId": 104,
|
||||
"networkId": 104,
|
||||
"icon": "kaiba",
|
||||
"explorers": [{
|
||||
"name": "kaibascan",
|
||||
"url": "https://kaibascan.io",
|
||||
"icon": "kaibascan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Web3Games Devnet",
|
||||
"chain": "Web3Games",
|
||||
|
|
8
icons/kaiba.json
Normal file
8
icons/kaiba.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea",
|
||||
"width": 932,
|
||||
"height": 932,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
icons/kaibascan.json
Normal file
8
icons/kaibascan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea",
|
||||
"width": 932,
|
||||
"height": 932,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -89,6 +89,7 @@
|
|||
"gno": "eip155:100",
|
||||
"eti": "eip155:101",
|
||||
"tw3g": "eip155:102",
|
||||
"tklc": "eip155:104",
|
||||
"dw3g": "eip155:105",
|
||||
"vlx": "eip155:106",
|
||||
"ntn": "eip155:107",
|
||||
|
|
Loading…
Reference in New Issue
Block a user