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

This commit is contained in:
ligi 2022-11-23 21:14:52 +00:00
parent eac3c82664
commit 1d281a5dc0
3 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,6 +8,7 @@
"https://api.mycryptoapi.com/eth", "https://api.mycryptoapi.com/eth",
"https://cloudflare-eth.com" "https://cloudflare-eth.com"
], ],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",

View File

@ -3,6 +3,11 @@
"chain": "ETH", "chain": "ETH",
"icon": "ethereum", "icon": "ethereum",
"rpc": ["https://mainnet.infura.io/v3/${INFURA_API_KEY}", "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth", "https://cloudflare-eth.com"], "rpc": ["https://mainnet.infura.io/v3/${INFURA_API_KEY}", "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}", "https://api.mycryptoapi.com/eth", "https://cloudflare-eth.com"],
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",