Skip to content

Commit

Permalink
Merge pull request #304 from Uniswap/enable-7872
Browse files Browse the repository at this point in the history
chor: enable 7872
  • Loading branch information
ConjunctiveNormalForm authored Apr 11, 2024
2 parents edbe5fa + 942684f commit 3800bbd
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 @@ -35,7 +35,7 @@ export class WebhookQuoter implements Quoter {
private webhookProvider: WebhookConfigurationProvider,
private circuitBreakerProvider: CircuitBreakerConfigurationProvider,
private complianceProvider: FillerComplianceConfigurationProvider,
_allow_list: Set<string> = new Set<string>(['1ed189c4b20479e36acf74e2bc87e03bfdce765ecba6696970caee8299fc005f'])
_allow_list: Set<string> = new Set<string>(['7872a1ece724cefa93da6f95fa6b7360a7f3d2c5b21a6b9cfceca362a76843f4'])
) {
this.log = _log.child({ quoter: 'WebhookQuoter' });
this.ALLOW_LIST = _allow_list;
Expand Down

0 comments on commit 3800bbd

Please sign in to comment.