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) { switch (network) {
case CryptoCurrencyNetwork.main: case CryptoCurrencyNetwork.main:
return NodeModel( return NodeModel(
host: host: "https://solana.stackwallet.com",
"https://api.mainnet-beta.solana.com/", // TODO: Change this to stack wallet one
port: 443, port: 443,
name: DefaultNodes.defaultName, name: DefaultNodes.defaultName,
id: DefaultNodes.buildId(this), id: DefaultNodes.buildId(this),