Add Titan chain mainnet (#3016)

This commit is contained in:
Steven Lee 2023-06-15 21:50:40 +09:00 committed by GitHub
parent 8e1f427ec9
commit 0edcd4d9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "Titan",
"chain": "ETH",
"rpc": [
"https://rpc.titan.tokamak.network",
"wss://rpc.titan.tokamak.network/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://tokamak.network",
"shortName": "teth",
"chainId": 55004,
"networkId": 55004,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.titan.tokamak.network",
"standard": "EIP3091"
}
]
}