Skip to content

Commit

Permalink
switch quiknode url (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>
  • Loading branch information
asutula and asutula authored Aug 13, 2024
1 parent b7788fa commit d003139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function configuredChains(isLocalDev = false, apiKeys?: ApiKeys) {
slug = "nova-mainnet";
}
return {
http: `https://neat-dark-dust.${slug}.quiknode.pro/${quickNodeKey}/`,
http: `https://skilled-yolo-mountain.${slug}.quiknode.pro/${quickNodeKey}/`,
};
},
}),
Expand Down

1 comment on commit d003139

@vercel
Copy link

@vercel vercel bot commented on d003139 Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.