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@9aa8a918e7 🚀
This commit is contained in:
parent
54df59d981
commit
9f41689dd0
|
@ -1782,6 +1782,14 @@
|
|||
"height": 2000,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "linea",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmP6rcphqMTeByPxomeYeR5XRPZaFpwGbZxHkGQKyao4Le",
|
||||
"width": 115,
|
||||
"height": 115,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "ella",
|
||||
"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
35
chains/eip155-59140.json
Normal 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
|
@ -8045,6 +8045,19 @@
|
|||
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 60000,
|
||||
|
|
|
@ -12070,6 +12070,36 @@
|
|||
"url": "https://rollux.tanenbaum.io",
|
||||
"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",
|
||||
"chain": "Thinkium",
|
||||
|
|
8
icons/linea.json
Normal file
8
icons/linea.json
Normal 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
|
@ -618,6 +618,7 @@
|
|||
"trei": "eip155:55556",
|
||||
"BobaBnb": "eip155:56288",
|
||||
"tsys-rollux": "eip155:57000",
|
||||
"linea-testnet": "eip155:59140",
|
||||
"TKM-test0": "eip155:60000",
|
||||
"TKM-test1": "eip155:60001",
|
||||
"TKM-test2": "eip155:60002",
|
||||
|
|
Loading…
Reference in New Issue
Block a user