File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
scripts/test_scripts/masterchef Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88component_management :
99 default_rules : # default rules that will be inherited by all components
1010 statuses :
11- - type : project # in this case every component that doens 't have a status defined will have a project type one
11+ - type : project # in this case every component that doesn 't have a status defined will have a project type one
1212 target : auto
1313 branches :
1414 - " !main"
Original file line number Diff line number Diff line change 6666echo " Querying pool-rewards ..."
6767ASK_USER=true
6868while [ " $ASK_USER " = true ]; do
69- echo " Enter the comma seperated pool-id (i.e. 1,2):"
69+ echo " Enter the comma separated pool-id (i.e. 1,2):"
7070 read pool_ids
7171 $BINARY q masterchef pool-rewards $pool_ids --node $NODE
7272 echo " Want to make another query, true/false"
Original file line number Diff line number Diff line change 2525 bankKeeper types.BankKeeper
2626 estakingKeeper * estakingkeeper.Keeper
2727
28- authority string // gov module addresss
28+ authority string // gov module address
2929 }
3030)
3131
You can’t perform that action at this time.
0 commit comments