Skip to content

Commit

Permalink
Merge pull request #427 from torusresearch/develop
Browse files Browse the repository at this point in the history
New endpoint
  • Loading branch information
metallicalfa2 authored Feb 6, 2023
2 parents de6ecff + 7b4e048 commit b51df24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const WALLET_SUPPORTED_NETWORKS: { [key: string]: ProviderConfig } = {
...SUPPORTED_NETWORKS,
mainnet: {
...SUPPORTED_NETWORKS.mainnet,
rpcTarget: "https://green-dark-sky.solana-mainnet.quiknode.pro/97c87069b81ef4ec0765a267525c82153e5404fc/",
rpcTarget: "https://solana-mainnet.g.alchemy.com/v2/UHN0uqcLQ1K8kJXHoEA6I7qp5aViWhFo",
},
testnet: {
...SUPPORTED_NETWORKS.testnet,
Expand Down

0 comments on commit b51df24

Please sign in to comment.