Skip to content

Commit

Permalink
fix: missing apr group (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Oct 19, 2023
1 parent 0e67b9e commit ef5287b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { abi as bloomBpsFeed } from './abis/bloom-bps-feed';
import * as Sentry from '@sentry/node';

export class BloomAprHandler implements AprHandler {
group = "BLOOM";
group = "DEFAULT";

tokens: BloomAprConfig['tokens'];

Expand Down

0 comments on commit ef5287b

Please sign in to comment.