Skip to content

Commit

Permalink
feat: Linea deployment (#39)
Browse files Browse the repository at this point in the history
* deploy on Linea

* feat: mantle deployment
  • Loading branch information
sogipec authored Oct 17, 2023
1 parent 63499f8 commit 803c773
Show file tree
Hide file tree
Showing 16 changed files with 10,150 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deploy/1_distributionCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
In the `DistributionCreator` contract:
- `toggleTokenWhitelist` -> for agEUR
- `setRewardTokenMinAmounts` -> for OP (on Optimism), and ANGLE on all chains
- `setRewardTokenMinAmounts`
- `setFeeRecipient -> angleLabs
- `setMessage` ->
Expand All @@ -71,7 +71,6 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
- `setDisputeToken` -> should we activate dispute periods
- `setDisputePeriod`
- `setDisputeAmount`
*/
};

Expand Down
1 change: 1 addition & 0 deletions deployments/linea/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59144
132 changes: 132 additions & 0 deletions deployments/linea/DistributionCreator.json

Large diffs are not rendered by default.

Loading

0 comments on commit 803c773

Please sign in to comment.