Complete markdown files cleanup and organization
- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
This commit is contained in:
18
docs/METAMASK_NETWORK_CONFIG.json
Normal file
18
docs/METAMASK_NETWORK_CONFIG.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"chainId": "0x8a",
|
||||
"chainName": "SMOM-DBIS-138",
|
||||
"rpcUrls": [
|
||||
"https://rpc-core.d-bis.org"
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user