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.
2 parents 350c338 + befc643 commit 15443a4Copy full SHA for 15443a4
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