Skip to content

Commit

Permalink
Merge pull request #222 from Uniswap/update-list
Browse files Browse the repository at this point in the history
chore: add c965, remove others
  • Loading branch information
ConjunctiveNormalForm authored Oct 30, 2023
2 parents de83407 + 2f47f63 commit 7c9283a
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>(['9de8f2376fef4be567f2e242fce750cca347b71853816cbc64f70d568de41ef1', '6857c23b1e170aff95b943da464d7203de04873323d7ec505f8bfd5cebf7d000'])
_allow_list: Set<string> = new Set<string>(['c96522e0d3c3a9adc593eecdfa66993bb37eb3a26603b08c8164f9ca3d631949'])
) {
this.log = _log.child({ quoter: 'WebhookQuoter' });
this.ALLOW_LIST = _allow_list;
Expand Down

0 comments on commit 7c9283a

Please sign in to comment.