You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old `.send().deployed()` method has been removed. Deployments now return the contract instance by default, or you can request the full receipt with `returnReceipt: true`:
interval: 1000, // Optional: polling interval in ms
80
+
dontThrowOnRevert: true, // Optional: return receipt even if tx reverted
81
+
});
82
+
```
83
+
12
84
### [aztec-nr] Removal of intermediate modules
13
85
14
86
Lots of unnecessary modules have been removed from the API, making imports shorter. These are the modules that contain just a single struct, in which the module has the same name as the struct.
0 commit comments