default sol node update

This commit is contained in:
julian 2024-06-28 16:18:12 -06:00
parent f33b6b4416
commit 803ca44362

View file

@ -46,8 +46,7 @@ class Solana extends Bip39Currency {
switch (network) {
case CryptoCurrencyNetwork.main:
return NodeModel(
host:
"https://api.mainnet-beta.solana.com/", // TODO: Change this to stack wallet one
host: "https://solana.stackwallet.com",
port: 443,
name: DefaultNodes.defaultName,
id: DefaultNodes.buildId(this),