mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create patex.json * update Patex(chainId: 789) --------- Co-authored-by: John-Smith-P <john@patex.io> Co-authored-by: ligi <ligi@ligi.de>
26 lines
505 B
JSON
26 lines
505 B
JSON
{
|
|
"name": "Patex",
|
|
"chain": "ETH",
|
|
"icon": "patex",
|
|
"rpc": ["https://rpc.patex.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://patex.io/",
|
|
"shortName": "peth",
|
|
"chainId": 789,
|
|
"networkId": 789,
|
|
"explorers": [
|
|
{
|
|
"name": "patexscan",
|
|
"url": "https://patexscan.io",
|
|
"icon": "patex",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|