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

Adding Matchain main net info #5457

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
26 changes: 26 additions & 0 deletions _data/chains/eip155-698.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Matchain",
"chain": "Matchain",
"icon": "matchain",
"rpc": [
"https://rpc.matchscan.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Matchain Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.matchain.io",
"shortName": "matchain",
"chainId": 698,
"networkId": 698,
"explorers": [
{
"name": "Matchscan",
"url": "https://lisbon.matchscan.io",
"standard": "EIP3091",
"icon": "matchain"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/matchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZgMD4PkQH41AvzRX83Ea2gPaayUc8RPZ9s5hJhDCuQ2h",
"width": 512,
"height": 512,
"format": "png"
}
]
Loading