fix: switch tln to https

This commit is contained in:
bartosz-lipinski 2021-01-25 22:32:54 -06:00
parent b19c7dd501
commit ea39f0c47f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export const ENDPOINTS = [
}, },
{ {
name: "Lending" as ENV, name: "Lending" as ENV,
endpoint: "http://tln.solana.com/", endpoint: "https://tln.solana.com/",
}, },
{ name: "testnet" as ENV, endpoint: clusterApiUrl("testnet") }, { name: "testnet" as ENV, endpoint: clusterApiUrl("testnet") },
{ name: "devnet" as ENV, endpoint: clusterApiUrl("devnet") }, { name: "devnet" as ENV, endpoint: clusterApiUrl("devnet") },