Skip to content

Commit

Permalink
Update test/evm/hardhat/SpokePool.Relay.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Feb 5, 2025
1 parent 8165296 commit 2a2005c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/evm/hardhat/SpokePool.Relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ describe("SpokePool Relayer Logic", async function () {
const relayExecution = await getRelayExecutionParams(relayData, destinationChainId);
expect(await spokePool.fillStatuses(relayExecution.relayHash)).to.equal(FillStatus.Unfilled);
});
it("relay hash is same pre and post address -> bytes32 upgrade", async function () {
// @todo we can remove this after the new spoke pool is upgraded
it("relay hash is same pre and post address -> bytes32 upgrade", async function () {
const newBytes32Keys = ["depositor", "recipient", "exclusiveRelayer", "inputToken", "outputToken"];
const relayDataCopy = { ...relayData, message: randomBytes32() };
const legacyRelayData = {
Expand Down

0 comments on commit 2a2005c

Please sign in to comment.