Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "MetaMask Multi-Chain Networks (Chain 138 + Ethereum Mainnet + ALL Mainnet)",
|
|
"version": { "major": 1, "minor": 1, "patch": 0 },
|
|
"chains": [
|
|
{
|
|
"chainId": "0x8a",
|
|
"chainIdDecimal": 138,
|
|
"chainName": "DeFi Oracle Meta Mainnet",
|
|
"rpcUrls": [
|
|
"https://rpc-http-pub.d-bis.org",
|
|
"https://rpc.d-bis.org",
|
|
"https://rpc2.d-bis.org",
|
|
"https://rpc.defi-oracle.io"
|
|
],
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "0x1",
|
|
"chainIdDecimal": 1,
|
|
"chainName": "Ethereum Mainnet",
|
|
"rpcUrls": [
|
|
"https://eth.llamarpc.com",
|
|
"https://rpc.ankr.com/eth",
|
|
"https://ethereum.publicnode.com",
|
|
"https://1rpc.io/eth"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"blockExplorerUrls": ["https://etherscan.io"],
|
|
"iconUrls": [
|
|
"https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "0x9f2c4",
|
|
"chainIdDecimal": 651940,
|
|
"chainName": "ALL Mainnet",
|
|
"rpcUrls": ["https://mainnet-rpc.alltra.global"],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"blockExplorerUrls": ["https://alltra.global"],
|
|
"iconUrls": [
|
|
"https://raw.githubusercontent.com/ethereum/ethereum.org/main/static/images/eth-diamond-black.png"
|
|
]
|
|
}
|
|
]
|
|
}
|