Add Palm rpc endpoints (#832)

This commit is contained in:
mbaxter 2022-02-04 17:17:32 -05:00 committed by GitHub
parent 981a238c3c
commit d25c1b8c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",