We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feade53 commit 8784972Copy full SHA for 8784972
src/test/e2e/accounts.test.ts
@@ -122,6 +122,10 @@ describe("Accounts", () => {
122
123
});
124
125
+ it("Deploys first unfunded account from first funded account", async () => {
126
+ const tx_acc = await randomAccountManagers[0].deploy({ deployWallet: wallets[0] });
127
+ });
128
+
129
it("Sponsored contract deployment", async () => {
130
const salt = Fr.random();
131
const VotingContractArtifact = EasyPrivateVotingContractArtifact
0 commit comments