Files
proxmox/docs/04-configuration/pr-ready/eip155-138.json
defiQUG b3a8fe4496
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
chore: sync all changes to Gitea
- Config, docs, scripts, and backup manifests
- Submodule refs unchanged (m = modified content in submodules)

Made-with: Cursor
2026-03-02 11:37:34 -08:00

46 lines
982 B
JSON

{
"name": "Defi Oracle Meta Mainnet",
"chain": "dfiometa",
"rpc": [
"https://rpc-http-pub.d-bis.org",
"wss://rpc-ws-pub.d-bis.org",
"https://rpc.d-bis.org",
"wss://rpc.d-bis.org",
"https://rpc2.d-bis.org",
"wss://ws.rpc.d-bis.org",
"wss://ws.rpc2.d-bis.org",
"https://rpc.public-0138.defi-oracle.io",
"wss://rpc.public-0138.defi-oracle.io",
"https://rpc.defi-oracle.io",
"wss://wss.defi-oracle.io"
],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://d-bis.org",
"shortName": "dfio-meta-main",
"chainId": 138,
"networkId": 138,
"slip44": 60,
"ens": {
"registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85"
},
"explorers": [
{
"name": "Blockscout",
"url": "https://explorer.d-bis.org",
"standard": "EIP3091"
}
]
}