Skip to content

Commit

Permalink
add new titan sepolia (#6088)
Browse files Browse the repository at this point in the history
* feat : add titan testnet

* fix add new line
  • Loading branch information
DevUreak authored Oct 29, 2024
1 parent bf39a51 commit 2638726
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-55007.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Titan Sepolia",
"chain": "ETH",
"rpc": [
"https://rpc.titan-sepolia.tokamak.network",
"wss://rpc.titan-sepolia.tokamak.network/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://tokamak.network",
"shortName": "titan-sepolia",
"chainId": 55007,
"networkId": 55007,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.titan-sepolia.tokamak.network",
"standard": "EIP3091"
}
]
}

0 comments on commit 2638726

Please sign in to comment.