Skip to content

Commit

Permalink
Remove devnet from action
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Nov 13, 2024
1 parent 0c1c193 commit 6ae54f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/decorateRewarders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const decorateRewarders = async (network: Network): Promise<void> => {

Promise.all([
decorateRewarders("mainnet-beta"),
decorateRewarders("devnet"),
// decorateRewarders("devnet"),
]).catch((err) => {
console.error(err);
process.exit(1);
Expand Down

0 comments on commit 6ae54f8

Please sign in to comment.