Skip to content

Commit

Permalink
feat: enable mainnet solana
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 9, 2024
1 parent be38862 commit d2c20cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/staking/lib/staking_sdk/core/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {

export const solanaNetworks = new Set(
[
// StakingNetworkId.Solana,
StakingNetworkId.Solana,
// StakingNetworkId.SolanaTestnet,
StakingNetworkId.SolanaDevnet,
].filter(
Expand Down

0 comments on commit d2c20cd

Please sign in to comment.