Deploying to gh-pages from @ ethereum-lists/chains@b0f920c779 🚀

This commit is contained in:
ligi 2022-08-25 14:37:11 +00:00
parent 4c38f770b8
commit d903eda649
7 changed files with 72 additions and 2 deletions

File diff suppressed because one or more lines are too long

26
chains/eip155-2203.json Normal file
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"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,19 @@
"rpc": ["https://prod-testnet.prod.findora.org:8545/"],
"faucets": [],
"infoURL": "https://findora.org/"
}, {
"name": "Bitcoin EVM",
"chainId": 2203,
"shortName": "eBTC",
"networkId": 2203,
"nativeCurrency": {
"name": "Bitcoin",
"symbol": "eBTC",
"decimals": 18
},
"rpc": ["https://connect.bitcoinevm.com", ""],
"faucets": [],
"infoURL": "https://bitcoinevm.com"
}, {
"name": "Evanesco Mainnet",
"chainId": 2213,

View File

@ -4645,6 +4645,28 @@
"url": "https://testnet-anvil.evm.findorascan.io",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "Evanesco Mainnet",
"chain": "EVA",

8
icons/ebtc.json Normal file
View File

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

View File

@ -254,6 +254,7 @@
"esp": "eip155:2101",
"fra": "eip155:2152",
"findora-testnet": "eip155:2153",
"eBTC": "eip155:2203",
"evanesco": "eip155:2213",
"tkava": "eip155:2221",
"kava": "eip155:2222",