Skip to content

Commit

Permalink
Merge pull request #493 from AugurProject/alchemy-mainnet
Browse files Browse the repository at this point in the history
rolls back mainnet endpoint to alchemy
  • Loading branch information
petong authored Nov 14, 2019
2 parents edac0f1 + 38f947a commit eab7c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/configManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const defaultConfig = {
networks: {
mainnet: {
userCreated: false,
http: 'https://cloudflare-eth.com/',
name: 'Mainnet',
http: 'https://eth-mainnet.alchemyapi.io/jsonrpc/7sE1TzCIRIQA3NJPD5wg7YRiVjhxuWAE',
name: 'Mainnet (powered by Alchemy)',
selected: true,
ws: '',
id: '1'
Expand Down

0 comments on commit eab7c32

Please sign in to comment.