Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Metal L2 chains #5094

Merged
merged 15 commits into from
May 18, 2024
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"
}
]
Loading