mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Avalanche C-Chain PublicNode RPC Endpoint (#2380)
This commit is contained in:
parent
8fba4fddcb
commit
d335edf01f
|
@ -2,7 +2,10 @@
|
|||
"name": "Avalanche C-Chain",
|
||||
"chain": "AVAX",
|
||||
"icon": "avax",
|
||||
"rpc": ["https://api.avax.network/ext/bc/C/rpc"],
|
||||
"rpc": [
|
||||
"https://api.avax.network/ext/bc/C/rpc",
|
||||
"https://avalanche-c-chain.publicnode.com"
|
||||
],
|
||||
"features": [{ "name": "EIP1559" }],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user