mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "Bitcoin EVM",
|
|
"chain": "Bitcoin EVM",
|
|
"rpc": ["https://connect.bitcoinevm.com", ""],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Bitcoin",
|
|
"symbol": "eBTC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bitcoinevm.com",
|
|
"shortName": "eBTC",
|
|
"chainId": 2203,
|
|
"networkId": 2203,
|
|
"icon": "ebtc",
|
|
"explorers": [
|
|
{
|
|
"name": "Explorer",
|
|
"url": "https://explorer.bitcoinevm.com",
|
|
"icon": "ebtc",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|