Skip to content

Commit

Permalink
Add Metal L2 chains (ethereum-lists#5094)
Browse files Browse the repository at this point in the history
* Add Metal L2 chains

* Metal icon

* fix errors

* add newline

* add newline to logo too

* fix empty line

* improve format

* extra line

* update svg

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
2 people authored and besated committed Jun 12, 2024
1 parent 14a45a9 commit aae0dc9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-1740.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Metal L2 Testnet",
"chain": "Metal L2 Testnet",
"rpc": ["https://testnet.rpc.metall2.com"],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://metall2.com",
"shortName": "metall2-testnet",
"chainId": 1740,
"networkId": 1740,
"icon": "metal",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet.explorer.metall2.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-1750.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Metal L2",
"chain": "Metal L2",
"rpc": ["https://rpc.metall2.com"],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://metall2.com",
"shortName": "metall2",
"chainId": 1750,
"networkId": 1750,
"icon": "metal",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.metall2.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/metal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmesm61n8vVVDEeZU7npz39aQYofes9vMfXYwWM4JehLFS",
"width": 250,
"height": 250,
"format": "svg"
}
]

0 comments on commit aae0dc9

Please sign in to comment.