Skip to content

Commit

Permalink
fix: yet another provider
Browse files Browse the repository at this point in the history
  • Loading branch information
xnyl committed Nov 23, 2022
1 parent 9aa4c32 commit 249de62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/environmentVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ENABLED_ASSETS = process.env.REACT_APP_ENABLED_ASSETS?.split(",") || [
"*",
];

const SOLANA_MAINNET_RPC_URL = "https://tyo68.rpcpool.com/";
const SOLANA_MAINNET_RPC_URL = "https://free.rpcpool.com/";


export const env = {
Expand Down

0 comments on commit 249de62

Please sign in to comment.