From f961d9d23e0257ad5d1c2adb984f0ec627e5e25d Mon Sep 17 00:00:00 2001 From: Patex Ecosystem <135444029+patex-ecosystem@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:19:38 +0800 Subject: [PATCH] Create eip155-471100.json (Patex Sepolia Testnet) (#2969) Co-authored-by: ligi --- _data/chains/eip155-471100.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/chains/eip155-471100.json diff --git a/_data/chains/eip155-471100.json b/_data/chains/eip155-471100.json new file mode 100644 index 00000000..f4191d53 --- /dev/null +++ b/_data/chains/eip155-471100.json @@ -0,0 +1,15 @@ +{ + "name": "Patex Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://test-rpc.patex.io/"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://patex.io/", + "shortName": "psep", + "chainId": 471100, + "networkId": 471100 +}