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

This commit is contained in:
ligi 2023-03-28 23:42:55 +00:00
parent 54df59d981
commit 9f41689dd0
11 changed files with 100 additions and 5 deletions

View File

@ -1782,6 +1782,14 @@
"height": 2000, "height": 2000,
"format": "png" "format": "png"
}] }]
}, {
"name": "linea",
"icons": [{
"url": "ipfs://QmP6rcphqMTeByPxomeYeR5XRPZaFpwGbZxHkGQKyao4Le",
"width": 115,
"height": 115,
"format": "svg"
}]
}, { }, {
"name": "ella", "name": "ella",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

35
chains/eip155-59140.json Normal file
View File

@ -0,0 +1,35 @@
{
"name": "Linea Testnet",
"title": "Linea Testnet",
"chain": "ETH",
"rpc": ["https://rpc.goerli.linea.build"],
"faucets": ["https://faucetlink.to/goerli"],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://linea.build",
"shortName": "linea-testnet",
"chainId": 59140,
"networkId": 59140,
"icon": "linea",
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [
{
"url": "https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea"
}
]
},
"explorers": [
{
"name": "Linea Testnet Explorer",
"url": "https://explorer.goerli.linea.build",
"standard": "EIP3091",
"icon": "linea"
}
],
"status": "active"
}

File diff suppressed because one or more lines are too long

View File

@ -8045,6 +8045,19 @@
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"], "rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": [], "faucets": [],
"infoURL": "https://syscoin.org" "infoURL": "https://syscoin.org"
}, {
"name": "Linea Testnet",
"chainId": 59140,
"shortName": "linea-testnet",
"networkId": 59140,
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rpc.goerli.linea.build"],
"faucets": ["https://faucetlink.to/goerli"],
"infoURL": "https://linea.build"
}, { }, {
"name": "Thinkium Testnet Chain 0", "name": "Thinkium Testnet Chain 0",
"chainId": 60000, "chainId": 60000,

View File

@ -12070,6 +12070,36 @@
"url": "https://rollux.tanenbaum.io", "url": "https://rollux.tanenbaum.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Linea Testnet",
"title": "Linea Testnet",
"chain": "ETH",
"rpc": ["https://rpc.goerli.linea.build"],
"faucets": ["https://faucetlink.to/goerli"],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://linea.build",
"shortName": "linea-testnet",
"chainId": 59140,
"networkId": 59140,
"icon": "linea",
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [{
"url": "https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea"
}]
},
"explorers": [{
"name": "Linea Testnet Explorer",
"url": "https://explorer.goerli.linea.build",
"standard": "EIP3091",
"icon": "linea"
}],
"status": "active"
}, { }, {
"name": "Thinkium Testnet Chain 0", "name": "Thinkium Testnet Chain 0",
"chain": "Thinkium", "chain": "Thinkium",

8
icons/linea.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -618,6 +618,7 @@
"trei": "eip155:55556", "trei": "eip155:55556",
"BobaBnb": "eip155:56288", "BobaBnb": "eip155:56288",
"tsys-rollux": "eip155:57000", "tsys-rollux": "eip155:57000",
"linea-testnet": "eip155:59140",
"TKM-test0": "eip155:60000", "TKM-test0": "eip155:60000",
"TKM-test1": "eip155:60001", "TKM-test1": "eip155:60001",
"TKM-test2": "eip155:60002", "TKM-test2": "eip155:60002",