mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix Palm uris (#1088)
This commit is contained in:
parent
80f5d7c785
commit
217afd7fcd
|
@ -3,7 +3,7 @@
|
|||
"chain": "Palm",
|
||||
"icon": "palm",
|
||||
"rpc": [
|
||||
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"
|
||||
"https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "Palm",
|
||||
"icon": "palm",
|
||||
"rpc": [
|
||||
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"
|
||||
"https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user