We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc5dc8 commit 1861b12Copy full SHA for 1861b12
packages/web/src/fixtures/wallet/constants.ts
@@ -1,8 +1,8 @@
1
import { ChainName } from './utility'
2
3
export const WEB3_PROVIDER_ENDPOINT_HOSTS = {
4
- MAIN: 'https://eth-mainnet.alchemyapi.io/v2',
5
- ROPSTEN: 'https://eth-ropsten.alchemyapi.io/v2',
+ MAIN: 'https://eth-mainnet.g.alchemy.com/v2',
+ ROPSTEN: 'https://eth-ropsten.g.alchemy.com/v2',
6
ARB_ONE: 'https://arb-mainnet.g.alchemy.com/v2',
7
ARB_RINKEBY: 'https://arb-rinkeby.g.alchemy.com/v2',
8
POLYGON: 'https://polygon-mainnet.g.alchemy.com/v2',
0 commit comments