Commit ea12e44
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 cfacf74 commit ea12e44
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 | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
181 | 188 | | |
182 | 189 | | |
183 | 190 | | |
| |||
| 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