diff --git a/_data/chains/eip155-2203.json b/_data/chains/eip155-2203.json new file mode 100644 index 00000000..c88c56ed --- /dev/null +++ b/_data/chains/eip155-2203.json @@ -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" + }] +} diff --git a/_data/icons/ebtc.json b/_data/icons/ebtc.json new file mode 100644 index 00000000..b4407a5a --- /dev/null +++ b/_data/icons/ebtc.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle", + "width":200, + "height":200, + "format":"png" + } +]