mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@b0f920c779 🚀
This commit is contained in:
parent
4c38f770b8
commit
d903eda649
File diff suppressed because one or more lines are too long
26
chains/eip155-2203.json
Normal file
26
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"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/ebtc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle",
|
||||
"width":200,
|
||||
"height":200,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user