Skip to content

Commit

Permalink
Merge pull request #218 from Uniswap/use-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm authored Oct 24, 2023
2 parents ff59b79 + a2f5bd1 commit f3e8ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class WebhookQuoter implements Quoter {
const config = await this.circuitBreakerProvider.getConfigurations();
const fillerToConfigMap = new Map(config.map((c) => [c.hash, c]));
if (config) {
this.log.info({ fillerToCMap: fillerToConfigMap, config: config }, `Circuit breaker config used`)
const enabledEndpoints: WebhookConfiguration[] = [];
endpoints.forEach((e) => {
if (
Expand Down

0 comments on commit f3e8ebc

Please sign in to comment.