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

This commit is contained in:
ligi 2022-07-19 17:05:12 +00:00
parent d7211e91ce
commit 191fab4733
8 changed files with 79 additions and 2 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-104.json Normal file
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea",
"width": 932,
"height": 932,
"format": "png"
}
]

8
icons/kaibascan.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea",
"width": 932,
"height": 932,
"format": "png"
}
]

View File

@ -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",