Skip to content

Commit

Permalink
Soloseng/CHORE-update-workflow (#11029)
Browse files Browse the repository at this point in the history
* update workflow to run on push to release branches

* ++ mintgoldschedule to migration test constants
  • Loading branch information
soloseng authored Jun 11, 2024
1 parent 0822209 commit 4a167fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/protocol-devchain-anvil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- 'release/**'

env:
# Increment these to force cache rebuilding
Expand Down
3 changes: 2 additions & 1 deletion packages/protocol/migrations_sol/constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pragma solidity >=0.8.7 <0.8.20;

contract Constants {
// List of contracts that are expected to be in Registry.sol
string[23] contractsInRegistry = [
string[24] contractsInRegistry = [
"Accounts",
"BlockchainParameters",
"DoubleSigningSlasher",
Expand All @@ -19,6 +19,7 @@ contract Constants {
"Governance",
"GovernanceSlasher",
"LockedGold",
"MintGoldSchedule",
"OdisPayments",
"Random",
"Registry",
Expand Down

0 comments on commit 4a167fb

Please sign in to comment.