Skip to content

Commit 14cd678

Browse files
committed
Prep Linea
1 parent c519c97 commit 14cd678

File tree

1 file changed

+54
-2
lines changed

1 file changed

+54
-2
lines changed

Assets/Thirdweb/Resources/all_chains.json

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14620,6 +14620,52 @@
1462014620
"bridges": [{ "url": "https://pgn-bridge.vercel.app/bridge" }]
1462114621
}
1462214622
},
14623+
{
14624+
"name": "Linea",
14625+
"title": "Linea Mainnet",
14626+
"chain": "ETH",
14627+
"rpc": [
14628+
"https://rpc.linea.build",
14629+
"wss://rpc.linea.build",
14630+
"https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
14631+
"wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}"
14632+
],
14633+
"faucets": [],
14634+
"nativeCurrency": {
14635+
"name": "Linea Ether",
14636+
"symbol": "ETH",
14637+
"decimals": 18
14638+
},
14639+
"infoURL": "https://linea.build",
14640+
"shortName": "linea",
14641+
"chainId": 59144,
14642+
"networkId": 59144,
14643+
"icon": "linea",
14644+
"parent": {
14645+
"type": "L2",
14646+
"chain": "eip155-1",
14647+
"bridges": [
14648+
{
14649+
"url": "https://bridge.linea.build"
14650+
}
14651+
]
14652+
},
14653+
"explorers": [
14654+
{
14655+
"name": "Etherscan",
14656+
"url": "https://lineascan.build",
14657+
"standard": "EIP3091",
14658+
"icon": "linea"
14659+
},
14660+
{
14661+
"name": "Blockscout",
14662+
"url": "https://explorer.linea.build",
14663+
"standard": "EIP3091",
14664+
"icon": "linea"
14665+
}
14666+
],
14667+
"status": "active"
14668+
},
1462314669
{
1462414670
"name": "Linea Testnet",
1462514671
"title": "Linea Goerli Testnet",
@@ -14628,7 +14674,7 @@
1462814674
"https://rpc.goerli.linea.build",
1462914675
"wss://rpc.goerli.linea.build",
1463014676
"https://linea-goerli.infura.io/v3/${INFURA_API_KEY}",
14631-
"wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}"
14677+
"wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}"
1463214678
],
1463314679
"faucets": ["https://faucetlink.to/goerli"],
1463414680
"nativeCurrency": {
@@ -14652,7 +14698,13 @@
1465214698
},
1465314699
"explorers": [
1465414700
{
14655-
"name": "blockscout",
14701+
"name": "Etherscan",
14702+
"url": "https://goerli.lineascan.build",
14703+
"standard": "EIP3091",
14704+
"icon": "linea"
14705+
},
14706+
{
14707+
"name": "Blockscout",
1465614708
"url": "https://explorer.goerli.linea.build",
1465714709
"standard": "EIP3091",
1465814710
"icon": "linea"

0 commit comments

Comments
 (0)