Skip to content

Commit

Permalink
feat: migrate polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Aug 8, 2023
1 parent 6e6e6d2 commit 2aa5b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer/src/common/rabbit-mq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export type DeletePolicyPayload = {
export class RabbitMq {
public static delayedExchangeName = `${getNetworkName()}.delayed`;
public static vhostMigratingChains = [
5, 10, 56, 999, 42161, 534353, 11155111, 80001, 84531, 42170,
5, 10, 56, 999, 42161, 534353, 11155111, 80001, 84531, 42170, 137,
];

private static rabbitMqPublisherConnection: AmqpConnectionManager;
Expand Down

0 comments on commit 2aa5b0c

Please sign in to comment.