From 8dde7eed859c956dc1e5badc30f84e5801bc50be Mon Sep 17 00:00:00 2001 From: ZhiMing Zhang Date: Sat, 4 Nov 2023 09:10:35 +0800 Subject: [PATCH] add mantle sepolia (#1) (#3778) * add mantle sepolia Co-authored-by: ligi --- _data/chains/eip155-5003.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-5003.json diff --git a/_data/chains/eip155-5003.json b/_data/chains/eip155-5003.json new file mode 100644 index 000000000000..db6e505f474f --- /dev/null +++ b/_data/chains/eip155-5003.json @@ -0,0 +1,22 @@ +{ + "name": "Mantle Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://rpc.sepolia.mantle.xyz"], + "faucets": ["https://faucet.sepolia.mantle.xyz"], + "nativeCurrency": { + "name": "Sepolia Mantle", + "symbol": "MNT", + "decimals": 18 + }, + "infoURL": "https://mantle.xyz", + "shortName": "mnt-sep", + "chainId": 5003, + "networkId": 5003, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.sepolia.mantle.xyz", + "standard": "EIP3091" + } + ] +}