Skip to content

Commit f41de0f

Browse files
authored
Merge pull request #773 from bancorprotocol/alchemy-endpoint
changed alchemy endpoint
2 parents 22c0352 + e1c37c5 commit f41de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/web3/wallet/connectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { WalletConnectConnector } from '@web3-react/walletconnect-connector';
77
import { TorusConnector } from '@web3-react/torus-connector';
88
import { SafeAppConnector } from '@gnosis.pm/safe-apps-web3-react';
99

10-
export const ALCHEMY_URL = `https://eth-mainnet.alchemyapi.io/v2/${
10+
export const ALCHEMY_URL = `https://eth-mainnet.g.alchemy.com/v2/${
1111
process.env.REACT_APP_ALCHEMY_MAINNET as string
1212
}`;
1313

0 commit comments

Comments
 (0)