Skip to content

Commit

Permalink
Update Patex(chainId: 789) (ethereum-lists#3037)
Browse files Browse the repository at this point in the history
* Create patex.json

* update Patex(chainId: 789)

---------

Co-authored-by: John-Smith-P <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Jun 21, 2023
1 parent d2406c5 commit e50018b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _data/chains/eip155-789.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
{
"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
"networkId": 789,
"explorers": [
{
"name": "patexscan",
"url": "https://patexscan.io",
"icon": "patex",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/patex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTNTSNn3t5WpSEzQmUYbkxYkBKaH6QahyVdVrRKyPHChr",
"width": 800,
"height": 800,
"format": "png"
}
]

0 comments on commit e50018b

Please sign in to comment.