Skip to content

Commit

Permalink
Merge pull request #3396 from AlphaWallet/enable-palm
Browse files Browse the repository at this point in the history
Enable Palm chains
  • Loading branch information
hboon authored Oct 29, 2021
2 parents 8e6dce3 + be81d95 commit 8d1391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlphaWallet/Core/Features.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ enum Features {
static let isUsingPrivateNetwork = true
static let isUsingAppEnforcedTimeoutForMakingWalletConnectConnections = true
static let isAttachingLogFilesToSupportEmailEnabled = false
static let isPalmEnabled = false
static let isPalmEnabled = true
}

0 comments on commit 8d1391e

Please sign in to comment.