mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "OEBlock Testnet",
|
|
"chain": "OEBt",
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"rpc": ["https://testnet-rpc.oeblock.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "OEBlock",
|
|
"symbol": "OEB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.oeblock.com/",
|
|
"shortName": "obe",
|
|
"chainId": 156,
|
|
"networkId": 156,
|
|
"icon": "oescan",
|
|
"explorers": [
|
|
{
|
|
"name": "OEScan explorer",
|
|
"url": "https://testnet.oescan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|