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@1b8e6044a8 🚀
This commit is contained in:
parent
7f2d040220
commit
27d87ca08f
File diff suppressed because one or more lines are too long
|
@ -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
|
@ -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"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user