Skip to content

Commit

Permalink
add mantle sepolia (#1) (ethereum-lists#3778)
Browse files Browse the repository at this point in the history
* add mantle sepolia

Co-authored-by: ligi <[email protected]>
  • Loading branch information
BlueShells and ligi authored Nov 4, 2023
1 parent afd89f7 commit 8dde7ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-5003.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 8dde7ee

Please sign in to comment.