mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
60de2bf17d
commit
b0f920c779
26
_data/chains/eip155-2203.json
Normal file
26
_data/chains/eip155-2203.json
Normal 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
8
_data/icons/ebtc.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle",
|
||||||
|
"width":200,
|
||||||
|
"height":200,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user