Skip to content

Commit

Permalink
Infura
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed May 21, 2021
1 parent dcb63fa commit 7d06b41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utils/web3Providers.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import Fuse from "../fuse-sdk/src";

export const infuraURL = `https://mainnet.infura.io/v3/c52a3970da0a47978bee0fe7988b67b6`;
export const infuraURL = `https://mainnet.infura.io/v3/2e56500614ce4496bde29b22e65f1607`;
export const turboGethURL = `https://turbogeth.crows.sh`;
export const alchemyURL = `https://eth-mainnet.alchemyapi.io/v2/2Mt-6brbJvTA4w9cpiDtnbTo6qOoySnN`;

// export const infuraURL = `http://135.181.216.35:21917`;
// export const turboGethURL = `http://135.181.216.35:21917`;
// export const alchemyURL = `http://135.181.216.35:21917`;

export function chooseBestWeb3Provider() {
if (typeof window === "undefined") {
return turboGethURL;
Expand Down

2 comments on commit 7d06b41

@vercel
Copy link

@vercel vercel bot commented on 7d06b41 May 21, 2021

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Bundled size for the package is listed below:

build/static/media: 441.41 KB
build/static/js: 31.04 MB
build/static/css: 15.63 KB
build/static: 31.49 MB
build: 31.57 MB

Please sign in to comment.