Skip to content

Commit

Permalink
Update deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenPire authored Jul 4, 2024
1 parent aceed5e commit 9dcfb43
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,6 @@ npx hardhat test

## Deployment and Upgrades

### Token Deployment hardhat Task (un-optimized)
The deploy task allows for the flexible deployment of specified tokens. It can deploy a list of tokens provided as arguments, or all tokens if no arguments are specified. The task includes a confirmation step before proceeding with deployment.

To run the deployment task, use the command:

```bash
npx hardhat deploy [token1 token2 ...]
```

For example, to deploy only EUR and GBP tokens, use:

```bash
npx hardhat deploy eur gbp
```

To deploy all available tokens, simply run:

```bash
npx hardhat deploy
```

### Token Deployment foundry script (optimized)
Our smart contract deployment script offers multiple options for deploying tokens. It leverages an optimized approach by using a single implementation contract for all tokens, which is more efficient and cost-effective.

Expand Down

0 comments on commit 9dcfb43

Please sign in to comment.