Initial commit: Complete MetaMask integration for ChainID 138

This commit is contained in:
defiQUG
2025-12-22 18:10:52 -08:00
commit 4592768908
20 changed files with 4034 additions and 0 deletions

View 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"
]
}