Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- update target list
- fix minor typo
  • Loading branch information
amarinkovic authored Dec 11, 2023
1 parent 03385a0 commit 1734120
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,19 @@ make test

### Deploy the diamond

Smart contracts in this repository implement the [EIP-2535](https://eips.ethereum.org/EIPS/eip-2535) a.k.a. the diamond standard and uses [Gemforge](https://gemforge.xyz/) for deployment. You can read more about it in the official docs.
Smart contracts in this repository implement the [EIP-2535](https://eips.ethereum.org/EIPS/eip-2535) a.k.a. the diamond standard and use [Gemforge](https://gemforge.xyz/) for deployment. You can read more about it in the official docs.

A script - `script/gemforge/deploy.js` - is provided as a convenience for handling the Nayms phased deployments flow. You can call this directly or just use `yarn deploy ...`

Currently supported deployment targets are:

- `local`: local anvil node
- `sepolia`: sepolia
- `mainnet`: mainnet
- `local`: Local Anvil Node
- `sepolia`: Sepolia
- `mainnet`: Mainnet
- `base`: Base
- `baseGoerli`: Base Goerli testnet
- `sepoliaFork`: a local fork of sepolia
- `mainnetFork`: a local for of mainnet
- `sepoliaFork`: a local fork of Sepolia
- `mainnetFork`: a local for of Mainnet

#### Querying

Expand Down

0 comments on commit 1734120

Please sign in to comment.