Skip to content

Commit

Permalink
🪲 call configureOAppDelegates configurator last (#971)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding authored Nov 4, 2024
1 parent b41ff2a commit 2a46de8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-islands-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@layerzerolabs/ua-devtools": patch
---

Fixes configureOAppDelegates configurator ordering
4 changes: 2 additions & 2 deletions packages/ua-devtools/src/oapp/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,15 +618,15 @@ const enforcedOptionsReducer = (

export const configureOApp: OAppConfigurator = withOAppLogger(
createConfigureMultiple(
configureOAppDelegates,
configureOAppPeers,
configureSendLibraries,
configureReceiveLibraries,
configureReceiveLibraryTimeouts,
configureSendConfig,
configureReceiveConfig,
configureEnforcedOptions,
configureCallerBpsCap
configureCallerBpsCap,
configureOAppDelegates
),
{
onStart: (logger) => logger.info(`Checking OApp configuration`),
Expand Down

0 comments on commit 2a46de8

Please sign in to comment.