Skip to content

Commit

Permalink
Merge pull request #898 from DXgovernance/default-rpc-mainnet
Browse files Browse the repository at this point in the history
Set default RPC for production mainnet
  • Loading branch information
AugustoL authored May 26, 2022
2 parents 324b732 + d108515 commit db3bd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const NETWORKS: ChainConfig[] =
id: 1,
name: 'mainnet',
displayName: 'Ethereum Mainnet',
defaultRpc: POKT_NETWORK_URLS['1'],
defaultRpc: `https://eth-mainnet.alchemyapi.io/v2/${defaultAlchemyKey}`,
nativeAsset: {
name: 'Ethereum',
symbol: 'ETH',
Expand Down

0 comments on commit db3bd46

Please sign in to comment.