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@728050548c 🚀
This commit is contained in:
parent
fc22638101
commit
76f87b6089
|
@ -257,9 +257,9 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "linea",
|
"name": "linea",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"url": "ipfs://QmP6rcphqMTeByPxomeYeR5XRPZaFpwGbZxHkGQKyao4Le",
|
"url": "ipfs://QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH",
|
||||||
"width": 115,
|
"width": 97,
|
||||||
"height": 115,
|
"height": 102,
|
||||||
"format": "svg"
|
"format": "svg"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "Linea Testnet",
|
"name": "Linea Testnet",
|
||||||
"title": "Linea Testnet",
|
"title": "Linea Goerli Testnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": ["https://rpc.goerli.linea.build"],
|
"rpc": [
|
||||||
|
"https://rpc.goerli.linea.build",
|
||||||
|
"wss://rpc.goerli.linea.build",
|
||||||
|
"https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}",
|
||||||
|
"wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}"
|
||||||
|
],
|
||||||
"faucets": ["https://faucetlink.to/goerli"],
|
"faucets": ["https://faucetlink.to/goerli"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Goerli Ether",
|
"name": "Linea Ether",
|
||||||
"symbol": "ETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
|
@ -25,7 +30,7 @@
|
||||||
},
|
},
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Linea Testnet Explorer",
|
"name": "blockscout",
|
||||||
"url": "https://explorer.goerli.linea.build",
|
"url": "https://explorer.goerli.linea.build",
|
||||||
"standard": "EIP3091",
|
"standard": "EIP3091",
|
||||||
"icon": "linea"
|
"icon": "linea"
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -8480,11 +8480,11 @@
|
||||||
"shortName": "linea-testnet",
|
"shortName": "linea-testnet",
|
||||||
"networkId": 59140,
|
"networkId": 59140,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Goerli Ether",
|
"name": "Linea Ether",
|
||||||
"symbol": "ETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://rpc.goerli.linea.build"],
|
"rpc": ["https://rpc.goerli.linea.build", "wss://rpc.goerli.linea.build", "https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}", "wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}"],
|
||||||
"faucets": ["https://faucetlink.to/goerli"],
|
"faucets": ["https://faucetlink.to/goerli"],
|
||||||
"infoURL": "https://linea.build"
|
"infoURL": "https://linea.build"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -12781,12 +12781,12 @@
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Linea Testnet",
|
"name": "Linea Testnet",
|
||||||
"title": "Linea Testnet",
|
"title": "Linea Goerli Testnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": ["https://rpc.goerli.linea.build"],
|
"rpc": ["https://rpc.goerli.linea.build", "wss://rpc.goerli.linea.build", "https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}", "wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}"],
|
||||||
"faucets": ["https://faucetlink.to/goerli"],
|
"faucets": ["https://faucetlink.to/goerli"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Goerli Ether",
|
"name": "Linea Ether",
|
||||||
"symbol": "ETH",
|
"symbol": "ETH",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
|
@ -12803,7 +12803,7 @@
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "Linea Testnet Explorer",
|
"name": "blockscout",
|
||||||
"url": "https://explorer.goerli.linea.build",
|
"url": "https://explorer.goerli.linea.build",
|
||||||
"standard": "EIP3091",
|
"standard": "EIP3091",
|
||||||
"icon": "linea"
|
"icon": "linea"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url": "ipfs://QmP6rcphqMTeByPxomeYeR5XRPZaFpwGbZxHkGQKyao4Le",
|
"url": "ipfs://QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH",
|
||||||
"width": 115,
|
"width": 97,
|
||||||
"height": 115,
|
"height": 102,
|
||||||
"format": "svg"
|
"format": "svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user