We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350c338 commit befc643Copy full SHA for befc643
apps/insights/src/services/pyth/index.ts
@@ -43,7 +43,7 @@ export const parseCluster = (name: string): Cluster | undefined =>
43
: undefined;
44
45
const mkConnection = (cluster: Cluster) =>
46
- new Connection(ClusterToRPC[cluster]);
+ new Connection(ClusterToRPC[cluster], "confirmed");
47
48
const connections = {
49
[Cluster.Pythnet]: mkConnection(Cluster.Pythnet),
0 commit comments