Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 12, 2024
1 parent d132706 commit 684e44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/networkProviders/providers.dev.net.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ describe("test network providers on devnet: Proxy and API", function () {
guardian: "",
guardianSignature: new Uint8Array(),
options: 0,
relayer: Address.empty(),
relayerSignature: new Uint8Array(),
};

const apiLegacyTxHash = await apiProvider.sendTransaction(transaction);
Expand Down

0 comments on commit 684e44d

Please sign in to comment.