We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60b5e8 commit 05af0beCopy full SHA for 05af0be
src/routes/(examples)/06-contract-deploy-another/+page.svelte
@@ -37,7 +37,7 @@
37
return [await contract2.send(sender, { value: toNano(1) }, "identify")];
38
},
39
'"deploy 2nd" to 1': async () => {
40
- return [await contract.send(sender, { value: toNano(1) }, "deploy next")];
+ return [await contract.send(sender, { value: toNano(1) }, "deploy 2nd")];
41
42
43
getters: {},
0 commit comments