Skip to content

Commit

Permalink
deployments: Delta (#632)
Browse files Browse the repository at this point in the history
* deployments: Register newly deployed contracts

* .github: Run the CI on all production branches

* tasks: Fix renounce role to run before registration

* tasks: Fix verify to allow not specifying contracts

Turns out variadic still needs to be optional

* docs: Add reminder for updating contract addrs
  • Loading branch information
victorges authored Oct 12, 2023
1 parent afb1b31 commit 9cb915b
Show file tree
Hide file tree
Showing 13 changed files with 5,958 additions and 95 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on:
pull_request:
push:
branches:
- delta
- confluence
- streamflow
- next
- master
jobs:
test:
runs-on: ubuntu-latest
Expand Down
323 changes: 238 additions & 85 deletions deployments/arbitrumMainnet/BondingManagerTarget.json

Large diffs are not rendered by default.

183 changes: 183 additions & 0 deletions deployments/arbitrumMainnet/BondingVotes.json

Large diffs are not rendered by default.

183 changes: 183 additions & 0 deletions deployments/arbitrumMainnet/BondingVotesProxy.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9cb915b

Please sign in to comment.