Fix Palm uris (#1088)

This commit is contained in:
mbaxter 2022-04-20 03:53:34 -04:00 committed by GitHub
parent 80f5d7c785
commit 217afd7fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"chain": "Palm", "chain": "Palm",
"icon": "palm", "icon": "palm",
"rpc": [ "rpc": [
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}" "https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -3,7 +3,7 @@
"chain": "Palm", "chain": "Palm",
"icon": "palm", "icon": "palm",
"rpc": [ "rpc": [
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}" "https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {