Skip to content

Commit

Permalink
Bump Abacus to 1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Sep 17, 2024
1 parent aee5654 commit 892d1ce
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Abacus (1.11.7)
- Abacus (1.11.8)
- AmplitudeSwift (1.9.2):
- AnalyticsConnector (~> 1.0.1)
- AnalyticsConnector (1.0.3)
Expand Down Expand Up @@ -382,7 +382,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
Abacus: 570f0f58b5e3ea1c6eccf508957474570b82ea67
Abacus: efa51dd0b59c431f3377054398c82884001f54eb
AmplitudeSwift: 6c2c689f7dc83e6d9d90b7f53b93433c1436196a
AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
AppsFlyerFramework: 3c6c50b7b3f0f37f648a5b23114940e0766e65e8
Expand Down
6 changes: 3 additions & 3 deletions dydx/Pods/Local Podspecs/abacus.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

135 changes: 68 additions & 67 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ public final class AbacusStateManager: NSObject {
}
}

appConfigs.onboardingConfigs.squidVersion = OnboardingConfigs.SquidVersion.v2
appConfigs.onboardingConfigs.alchemyApiKey = CredientialConfig.shared.credential(for: "alchemyApiKey")
appConfigs.staticTyping = dydxBoolFeatureFlag.abacus_static_typing.isEnabled

Expand Down
2 changes: 1 addition & 1 deletion podspecs/Abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Abacus'
spec.version = '1.11.7'
spec.version = '1.11.8'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :git => "[email protected]:dydxprotocol/v4-abacus.git", :tag => "v#{spec.version}" }
spec.authors = ''
Expand Down

0 comments on commit 892d1ce

Please sign in to comment.