mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
32 lines
708 B
JSON
32 lines
708 B
JSON
{
|
|
"name": "Defi Oracle Meta Mainnet",
|
|
"chain": "dfiometa",
|
|
"icon": "defioraclemeta",
|
|
"rpc": [
|
|
"https://rpc.public-0138.defi-oracle.io",
|
|
"wss://rpc.public-0138.defi-oracle.io"
|
|
],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://defi-oracle.io/",
|
|
"shortName": "dfio-meta-main",
|
|
"chainId": 138,
|
|
"networkId": 1,
|
|
"slip44": 60,
|
|
"ens": {
|
|
"registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85"
|
|
},
|
|
"explorers": [
|
|
{
|
|
"name": "Quorum Explorer",
|
|
"url": "https://public-0138.defi-oracle.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|