From 79887e716dec1ecc026a6167fb546d133a9e2299 Mon Sep 17 00:00:00 2001
From: ligi <ligi@ligi.de>
Date: Sat, 19 Feb 2022 12:45:53 +0100
Subject: [PATCH] Add Sepolia (#899)

---
 _data/chains/eip155-11155111.json | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 _data/chains/eip155-11155111.json

diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json
new file mode 100644
index 00000000..2db2d033
--- /dev/null
+++ b/_data/chains/eip155-11155111.json
@@ -0,0 +1,25 @@
+{
+  "name": "Sepolia",
+  "title": "Ethereum Testnet Sepolia",
+  "chain": "ETH",
+  "rpc": [
+  ],
+  "faucets": [
+  ],
+  "nativeCurrency": {
+    "name": "Sepolia Ether",
+    "symbol": "SEP",
+    "decimals": 18
+  },
+  "infoURL": "https://sepolia.otterscan.io",
+  "shortName": "sep",
+  "chainId": 11155111,
+  "networkId": 11155111,
+  "explorers": [
+    {
+      "name": "otterscan-sepolia",
+      "url": "https://sepolia.otterscan.io",
+      "standard": "EIP3091"
+    }
+  ]
+}