From 35cbfda4f9bacca87c9ebfb0dbc55636a0a808f9 Mon Sep 17 00:00:00 2001 From: Patex Ecosystem <135444029+patex-ecosystem@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:59:53 +0800 Subject: [PATCH] Add eip155-789.json (Patex) (#2971) Co-authored-by: ligi --- _data/chains/eip155-789.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/chains/eip155-789.json diff --git a/_data/chains/eip155-789.json b/_data/chains/eip155-789.json new file mode 100644 index 00000000..2809cb94 --- /dev/null +++ b/_data/chains/eip155-789.json @@ -0,0 +1,15 @@ +{ + "name": "Patex", + "chain": "ETH", + "rpc": ["https://rpc.patex.io/"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://patex.io/", + "shortName": "peth", + "chainId": 789, + "networkId": 789 +}