From e58b60655b34670a492b1e7e4b5ac476d51c5dc3 Mon Sep 17 00:00:00 2001 From: Greg Hill Date: Fri, 2 Aug 2024 21:39:55 +0100 Subject: [PATCH] add bob sepolia (#5601) Signed-off-by: Gregory Hill Co-authored-by: ligi --- _data/chains/eip155-808813.json | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _data/chains/eip155-808813.json diff --git a/_data/chains/eip155-808813.json b/_data/chains/eip155-808813.json new file mode 100644 index 000000000000..a75166ea4203 --- /dev/null +++ b/_data/chains/eip155-808813.json @@ -0,0 +1,37 @@ +{ + "name": "BOB Sepolia", + "chain": "ETH", + "rpc": [ + "https://bob-sepolia.rpc.gobob.xyz", + "wss://bob-sepolia.rpc.gobob.xyz" + ], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://gobob.xyz", + "shortName": "bob-sepolia", + "chainId": 808813, + "networkId": 808813, + "icon": "bob", + "explorers": [ + { + "name": "bobscout", + "url": "https://bob-sepolia.explorer.gobob.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "status": "active", + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://bob-sepolia.gobob.xyz/" + } + ] + } +}