Files
proxmox/docs/04-configuration/metamask/METAMASK_NETWORK_CONFIG.json

23 lines
517 B
JSON
Raw Permalink Normal View History

{
"chainId": "0x8a",
"chainIdDecimal": 138,
"chainName": "Defi Oracle Meta Mainnet",
"rpcUrls": [
"https://rpc-http-pub.d-bis.org",
"https://rpc.d-bis.org",
"https://rpc2.d-bis.org",
"https://rpc.defi-oracle.io"
],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"blockExplorerUrls": [
"https://explorer.d-bis.org"
],
"iconUrls": [
"https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
]
}