Skip to content

Commit

Permalink
update instructions .env (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeNervoXS committed Jun 27, 2023
1 parent febb61a commit 1825925
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .env.example
Expand Up @@ -9,4 +9,8 @@
#MNEMONIC_POLYGON=""
#POLYGON_ETHERSCAN_API_KEY=""

#ETH_NODE_URI_ARBITRUM=""
#MNEMONIC_ARBITRUM=""
#ARBITRUM_ETHERSCAN_API_KEY=""


8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# <img src="logo.svg" alt="Angle Borrowing Module" height="40px"> Merkl Contracts

[![CI](https://github.com/AngleProtocol/merkl-contracts/workflows/CI/badge.svg)](https://github.com/AngleProtocol/merkl-contracts/actions?query=workflow%3ACI)
[![CI](https://github.com/AngleProtocol/merkl-contracts/workflows/Merkl%20Contracts%20CI/badge.svg)](https://github.com/AngleProtocol/merkl-contracts/actions)

This repository contains the smart contracts of the Merkl product developed by Angle.

Expand All @@ -24,13 +24,13 @@ forge i

### Create `.env` file

In order to interact with non local networks, you must create an `.env` that has:
In order to interact with non local networks, you must create an `.env` that has, for all supported networks (Ethereum, Polygon and Arbitrum):

- `MNEMONIC`
- network key
- `ETH_NODE_URI`
- `ETHERSCAN_API_KEY`

For additional keys, you can check the `.env.example` file.
You can copy paste the `.env.example` file into `.env` and fill with your keys/RPCs.

Warning: always keep your confidential information safe.

Expand Down

0 comments on commit 1825925

Please sign in to comment.