Commit 7936d76
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 a59bf57 commit 7936d76
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 | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments