Files
proxmox/docs/04-configuration/metamask/METAMASK_NETWORK_CONFIG_2138.json
defiQUG 023603e0c2 chore(besu,docs): node lists (.237/.238), deploy scripts, 2138 wallet + MetaMask JSON
- static-nodes.json + permissions-nodes.toml: add enodes for 192.168.11.237–238
- deploy-besu-node-lists-to-all.sh / restart-besu-reload-node-lists.sh: tighten Besu deploy/restart flow
- CHAIN2138_WALLET_CONFIG_VALIDATION.md, METAMASK_NETWORK_CONFIG_2138.json
- Cross-links: CHAIN138 wallet validation, MASTER_INDEX, runbook, meta fixes
- NEXT_STEPS_INDEX + TODOS_CONSOLIDATED: 2026-03-28 completable + operator run note

Made-with: Cursor
2026-03-28 00:25:13 -07:00

20 lines
447 B
JSON

{
"chainId": "0x85a",
"chainIdDecimal": 2138,
"chainName": "Defi Oracle Meta Testnet",
"rpcUrls": [
"https://rpc.public-2138.defi-oracle.io"
],
"nativeCurrency": {
"name": "testEther",
"symbol": "tETH",
"decimals": 18
},
"blockExplorerUrls": [
"https://public-2138.defi-oracle.io"
],
"iconUrls": [
"https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
]
}