mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Ethereum PublicNode RPC Endpoint (#2381)
This commit is contained in:
parent
d9723755ea
commit
1b8e6044a8
|
@ -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": [],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user