Skip to content

Commit

Permalink
Fix deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Jun 17, 2023
1 parent 802e816 commit 716f40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This repo is in violation of the terms of the BSL. The BSL is dumb and we should
Changes made
- deleted protocol fee stuff because it's stupid overhead that never gets turned on
- updated the readme
- disabled tests b/c i didn't feel like updating them)
- disabled tests b/c i didn't feel like updating them
- documented deployment command

### Deploying:

This code has been deployed to [Goerli](https://goerli.etherscan.io/address/0x730e2011643511eb37a9eb315ac520df694aac3b)

```
forge c PoolManager --rpc-url $MY_RPC --private-key $MY_PRIVATE_KEY --constructor-args $CONTROLLER_GAS_LIMIT --verify
forge c PoolManager --rpc-url $MY_RPC --private-key $MY_PRIVATE_KEY --constructor-args $CONTROLLER_GAS_LIMIT --etherscan-api-key $ETHERSCAN_API_KEY --verify
```


Expand Down

0 comments on commit 716f40b

Please sign in to comment.