balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

Fix top level README setup instructions by adding `,g` to `sed` command #800

Closed gerrrg closed 1 month ago

gerrrg commented 1 month ago

Description

Add the ,g to the sed command for adding your RPC URL to your .env file. Running the command as currently written results in the following error: sed: 1: "s,YOUR_MAINNET_RPC_URL, ...": unterminated substitute in regular expression

Type of change

Checklist:

Issue Resolution