Skip to content

Commit

Permalink
default to sepolia chain id (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx authored Jan 24, 2024
1 parent efe3ffb commit 6b1ed14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class AbacusStateManager: NSObject {
}

public var ethereumChainId: Int {
parser.asInt(asyncStateManager.environment?.ethereumChainId) ?? 5
parser.asInt(asyncStateManager.environment?.ethereumChainId) ?? 11155111
}

public var dydxChainId: String? {
Expand Down

0 comments on commit 6b1ed14

Please sign in to comment.