File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
documentation/docs/pages/docs/start-building/yaml-config Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
599599So now `WrappedRocketPoolETH` > `Approval` will not be processed until `RocketPoolETH` > `Transfer` is processed.
You can’t perform that action at this time.
0 commit comments