From e50018bffcbbd25f03f2ce6801d957d8cc939455 Mon Sep 17 00:00:00 2001 From: Patex Ecosystem <135444029+patex-ecosystem@users.noreply.github.com> Date: Wed, 21 Jun 2023 21:27:47 +0300 Subject: [PATCH] Update Patex(chainId: 789) (#3037) * Create patex.json * update Patex(chainId: 789) --------- Co-authored-by: John-Smith-P Co-authored-by: ligi --- _data/chains/eip155-789.json | 12 +++++++++++- _data/icons/patex.json | 8 ++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 _data/icons/patex.json diff --git a/_data/chains/eip155-789.json b/_data/chains/eip155-789.json index 2809cb94..34367997 100644 --- a/_data/chains/eip155-789.json +++ b/_data/chains/eip155-789.json @@ -1,6 +1,7 @@ { "name": "Patex", "chain": "ETH", + "icon": "patex", "rpc": ["https://rpc.patex.io/"], "faucets": [], "nativeCurrency": { @@ -8,8 +9,17 @@ "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" + } + ] } diff --git a/_data/icons/patex.json b/_data/icons/patex.json new file mode 100644 index 00000000..e170d625 --- /dev/null +++ b/_data/icons/patex.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTNTSNn3t5WpSEzQmUYbkxYkBKaH6QahyVdVrRKyPHChr", + "width": 800, + "height": 800, + "format": "png" + } +]