Skip to content

Commit 1861b12

Browse files
authored
Update constants.ts
Change Ethereum ERC endpoints to `g.alchemy.com`: ref. https://www.alchemy.com/docs/changelog/2025/12/11
1 parent 5dc5dc8 commit 1861b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/src/fixtures/wallet/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { ChainName } from './utility'
22

33
export const WEB3_PROVIDER_ENDPOINT_HOSTS = {
4-
MAIN: 'https://eth-mainnet.alchemyapi.io/v2',
5-
ROPSTEN: 'https://eth-ropsten.alchemyapi.io/v2',
4+
MAIN: 'https://eth-mainnet.g.alchemy.com/v2',
5+
ROPSTEN: 'https://eth-ropsten.g.alchemy.com/v2',
66
ARB_ONE: 'https://arb-mainnet.g.alchemy.com/v2',
77
ARB_RINKEBY: 'https://arb-rinkeby.g.alchemy.com/v2',
88
POLYGON: 'https://polygon-mainnet.g.alchemy.com/v2',

0 commit comments

Comments
 (0)