Skip to content

Commit

Permalink
Merge pull request #224 from Uniswap/reenable-7b8d
Browse files Browse the repository at this point in the history
chore: reenable 7b8d
  • Loading branch information
ConjunctiveNormalForm authored Nov 1, 2023
2 parents a2177a7 + 0c920b2 commit 19d8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class WebhookQuoter implements Quoter {
_log: Logger,
private webhookProvider: WebhookConfigurationProvider,
private circuitBreakerProvider: CircuitBreakerConfigurationProvider,
_allow_list: Set<string> = new Set<string>(['c96522e0d3c3a9adc593eecdfa66993bb37eb3a26603b08c8164f9ca3d631949'])
_allow_list: Set<string> = new Set<string>(['7b8d5830b35a2a2aa9b5581f8b87f6082335daacd1013fbbb05d690f3c4eae6d'])
) {
this.log = _log.child({ quoter: 'WebhookQuoter' });
this.ALLOW_LIST = _allow_list;
Expand Down

0 comments on commit 19d8120

Please sign in to comment.