Add Palm rpc endpoints

This commit is contained in:
Meredith Baxter 2022-02-04 16:22:09 -05:00
parent 981a238c3c
commit a00207932f
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
{ {
"name": "Palm Testnet", "name": "Palm Testnet",
"chain": "Palm", "chain": "Palm",
"rpc": [], "rpc": [
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PALM", "name": "PALM",

View File

@ -1,7 +1,9 @@
{ {
"name": "Palm", "name": "Palm",
"chain": "Palm", "chain": "Palm",
"rpc": [], "rpc": [
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PALM", "name": "PALM",