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

This commit is contained in:
ligi 2023-03-08 07:26:00 +00:00
parent 7f2d040220
commit 27d87ca08f
6 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,8 @@
"https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}", "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth", "https://api.mycryptoapi.com/eth",
"https://cloudflare-eth.com" "https://cloudflare-eth.com",
"https://ethereum.publicnode.com"
], ],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [], "faucets": [],

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"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", "https://ethereum.publicnode.com"],
"faucets": [], "faucets": [],
"infoURL": "https://ethereum.org" "infoURL": "https://ethereum.org"
}, { }, {

View File

@ -2,7 +2,7 @@
"name": "Ethereum Mainnet", "name": "Ethereum Mainnet",
"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", "https://ethereum.publicnode.com"],
"features": [{ "features": [{
"name": "EIP155" "name": "EIP155"
}, { }, {

File diff suppressed because one or more lines are too long