Skip to content

Commit

Permalink
inject alchemy api key
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Jul 16, 2024
1 parent 2a3d785 commit 2da5095
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public final class AbacusStateManager: NSObject {
}

appConfigs.onboardingConfigs.squidVersion = OnboardingConfigs.SquidVersion.v2
appConfigs.onboardingConfigs.alchemyApiKey = CredientialConfig.shared.key(for: "alchemyApiKey")
StatsigConfig.shared.useSkip = true

return AsyncAbacusStateManagerV2(
Expand Down

0 comments on commit 2da5095

Please sign in to comment.