Skip to content

Commit

Permalink
Merge pull request #182 from lidofinance/feat/vercel-remove-deploy-bu…
Browse files Browse the repository at this point in the history
…tton

feat(Vercel): remove deploy button
  • Loading branch information
AnnaSila authored Aug 26, 2024
2 parents 04dd98a + fef05ce commit e6b487f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ The required functionality includes:

[More details](https://www.notion.so/Custom-voting-UI-feature-description-bde7fde42d3749a3afcbab3a56f26674)

## Deploy to Vercel

Using the deployment button below, you can create your own version of the Voting UI on [Vercel](https://vercel.com/)

Please, click on "Deploy" and follow the Vercel instructions.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/lidofinance/dao-voting-ui&project-name=lido-voting-ui&repository-name=lido-voting-ui)

Note: If the GitHub account attached to Vercel is a part of any GitHub organization, the Vercel "Pro" subscription plan might be required.

## Pre-requisites

- Node.js v12+
Expand Down
3 changes: 1 addition & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const publicMainnetRPCs = [
'https://ethereum.publicnode.com',
'https://nodes.mewapi.io/rpc/eth',
]
const defaultESK = '4FVUV183VQCSSAWFCZ7N631E21N76ED5CV'

const rpcUrls_1 =
(process.env.EL_RPC_URLS_1 && process.env.EL_RPC_URLS_1.split(',')) || publicMainnetRPCs
Expand All @@ -13,7 +12,7 @@ const rpcUrls_5 =
const rpcUrls_17000 =
process.env.EL_RPC_URLS_17000 && process.env.EL_RPC_URLS_17000.split(',')

const etherscanApiKey = process.env.ETHERSCAN_API_KEY || defaultESK
const etherscanApiKey = process.env.ETHERSCAN_API_KEY

// Mainnet is the default chain
const _defaultChain = '1';
Expand Down

0 comments on commit e6b487f

Please sign in to comment.