File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const networkConfig: NetworkConfig = {
1818 chainId : 1 ,
1919 ref : 'mainnet' ,
2020 name : 'Ethereum' ,
21- rpcUrl : `https://eth-mainnet.alchemyapi.io /v2/${ ALCHEMY_PROJECT_ID } ` ,
21+ rpcUrl : `https://eth-mainnet.g.alchemy.com /v2/${ ALCHEMY_PROJECT_ID } ` ,
2222 graphUrl : `https://web-api.ampleforth.org/graph/ampleforth-token-geyser` ,
2323 explorerUrl : 'https://etherscan.io/tx' ,
2424 nativeCurrency : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { StaticJsonRpcProvider } from '@ethersproject/providers'
1111import { getConnectionConfig , activeNetworks } from 'config/app'
1212import { Network , ALCHEMY_PROJECT_ID } from '../constants'
1313
14- const DEFAULT_RPC_ENDPOINT = `https://eth-mainnet.alchemyapi.io /v2/${ ALCHEMY_PROJECT_ID } `
14+ const DEFAULT_RPC_ENDPOINT = `https://eth-mainnet.g.alchemy.com /v2/${ ALCHEMY_PROJECT_ID } `
1515
1616const defaultProvider = new StaticJsonRpcProvider ( DEFAULT_RPC_ENDPOINT , {
1717 name : 'mainnet' ,
You can’t perform that action at this time.
0 commit comments