Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Apr 11, 2024
1 parent f06a75b commit 6eb3596
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ allprojects {
}

group = "exchange.dydx.abacus"
<<<<<<< HEAD
version = "1.6.41"
=======
version = "1.6.40"
>>>>>>> a330d50 (bump version)
version = "1.6.42"

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class AnalyticsUtils {
* @param existingOrder SubaccountOrder?
* @param fromSlTpDialog Boolean
*/
<<<<<<< HEAD
fun cancelOrderAnalyticsPayload(
payload: HumanReadableCancelOrderPayload,
existingOrder: SubaccountOrder?,
Expand All @@ -106,9 +105,6 @@ class AnalyticsUtils {
}

private fun formatCancelOrderPayload(
=======
fun formatCancelOrderPayload(
>>>>>>> 1718d08 (use optimistic execution price)
payload: HumanReadableCancelOrderPayload,
fromSlTpDialog: Boolean? = false,
): IMap<String, Any>? {
Expand Down
6 changes: 1 addition & 5 deletions v4_abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'v4_abacus'
<<<<<<< HEAD
spec.version = '1.6.41'
=======
spec.version = '1.6.40'
>>>>>>> a330d50 (bump version)
spec.version = '1.6.42'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 6eb3596

Please sign in to comment.