Skip to content

Commit

Permalink
feat: Enable V3 in prod (#1210)
Browse files Browse the repository at this point in the history
* fix: Update SDK so HubPoolClient.batchCompute handles multiple origin chains

I also added a test for this scenario

* Revert "feat: Enable v3 in prod (#1207)"

This reverts commit 1a648b1.

* Revert "Revert "feat: Enable v3 in prod (#1207)""

This reverts commit 54991ed.

* Update DataworkerUtils.ts

* Update DataworkerUtils.ts

* Revert "Revert "feat: Enable v3 in prod (#1207)""

This reverts commit 54991ed.

* Back out version bump

---------

Co-authored-by: Paul <[email protected]>
  • Loading branch information
nicholaspai and pxrl authored Feb 21, 2024
1 parent 5c8075a commit 63b5bf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dataworker/DataworkerClientHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ export async function constructSpokePoolClientsForFastDataworker(
"EnabledDepositRoute",
"RelayedRootBundle",
"ExecutedRelayerRefundRoot",
"V3FundsDeposited",
"RequestedSpeedUpV3Deposit",
"RequestedV3SlowFill",
"FilledV3Relay",
]);
return spokePoolClients;
}
Expand Down
3 changes: 3 additions & 0 deletions src/monitor/MonitorClientHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export async function updateMonitorClients(clients: MonitorClients): Promise<voi
"EnabledDepositRoute",
"RelayedRootBundle",
"ExecutedRelayerRefundRoot",
"V3FundsDeposited",
"RequestedSpeedUpV3Deposit",
"FilledV3Relay",
]);
const allL1Tokens = clients.hubPoolClient.getL1Tokens().map((l1Token) => l1Token.address);
await clients.crossChainTransferClient.update(allL1Tokens);
Expand Down

0 comments on commit 63b5bf9

Please sign in to comment.