Skip to content

Commit 46bea06

Browse files
committed
fix: resolve bad docs for dependency_events
1 parent 960cd6d commit 46bea06

File tree

1 file changed

+5
-5
lines changed
  • documentation/docs/pages/docs/start-building/yaml-config

1 file changed

+5
-5
lines changed

documentation/docs/pages/docs/start-building/yaml-config/contracts.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@ contracts: // [!code focus]
543543
events:
544544
- Transfer // [!code focus]
545545
then:
546-
- events:
547-
- Approval // [!code focus]
546+
events:
547+
- Approval // [!code focus]
548548
```
549549

550550
### Cross Contract Dependency Events
@@ -591,9 +591,9 @@ contracts: // [!code focus]
591591
events:
592592
- Transfer // [!code focus]
593593
then:
594-
- events:
595-
- contract_name: WrappedRocketPoolETH // [!code focus]
596-
event_name: Approval // [!code focus]
594+
events:
595+
- contract_name: WrappedRocketPoolETH // [!code focus]
596+
event_name: Approval // [!code focus]
597597
```
598598

599599
So now `WrappedRocketPoolETH` > `Approval` will not be processed until `RocketPoolETH` > `Transfer` is processed.

0 commit comments

Comments
 (0)