Add Bitcoin EVM Network (#1487)

* Add Bitcoin EVM Network

Added Bitcoin EVm Network Chain ID 2203

* Added Bitcoin EVM Logo
This commit is contained in:
Bitcoin EVM 2022-08-25 07:33:51 -07:00 committed by GitHub
parent 60de2bf17d
commit b0f920c779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"name": "Bitcoin EVM",
"chain": "Bitcoin EVM",
"network": "mainnet",
"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"
}]
}

8
_data/icons/ebtc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle",
"width":200,
"height":200,
"format":"png"
}
]