Add Ethereum PublicNode RPC Endpoint (#2381)

This commit is contained in:
Sephiroth 2023-03-08 07:19:57 +00:00 committed by GitHub
parent d9723755ea
commit 1b8e6044a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"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://cloudflare-eth.com",
"https://ethereum.publicnode.com"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],