mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Palm rpc endpoints (#832)
This commit is contained in:
parent
981a238c3c
commit
d25c1b8c3a
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "Palm Testnet",
|
||||
"chain": "Palm",
|
||||
"rpc": [],
|
||||
"rpc": [
|
||||
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "PALM",
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "Palm",
|
||||
"chain": "Palm",
|
||||
"rpc": [],
|
||||
"rpc": [
|
||||
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "PALM",
|
||||
|
|
Loading…
Reference in New Issue
Block a user