- 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
20 lines
447 B
JSON
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"
|
|
]
|
|
}
|