Commit 5b272ac
committed
fix(wallets): pass contracts via options bag to SimulationOverrides
EmbeddedWallet was still calling the old positional-argument form of the
SimulationOverrides constructor, so contract-instance overrides for the
stub account were silently dropped, and simulation re-entered the real
account entrypoint with no auth witness.1 parent a0c06e9 commit 5b272ac
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
- docs/docs-developers/docs/resources
- yarn-project/wallets/src/embedded
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
161 | 168 | | |
162 | 169 | | |
163 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments