@unstoppabledomains/config
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -118,3 +118,3 @@ export default function getDefaultConfig() { | ||
SIGNATURE_SYMBOL: 'ETHEREUM/ETH', | ||
MAX_CLOCK_DRIFT_MS: 2000, // 2 seconds | ||
MAX_CLOCK_DRIFT_MS: 2 * 60 * 1000, // 2 minutes | ||
}, | ||
@@ -121,0 +121,0 @@ PUSH: { |
@@ -7,3 +7,3 @@ export const defaultFlagValues = { | ||
'ecommerce-service-users-public-profile-address-verified-check': true, | ||
'profile-service-enable-wallet-creation': false, | ||
'profile-service-enable-wallet-creation': true, | ||
'profile-service-enable-wallet-identity': false, | ||
@@ -10,0 +10,0 @@ 'profile-service-enable-wallet-send-to-email': false, |
{ | ||
"name": "@unstoppabledomains/config", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Configuration variables for Unstoppable Domains environments", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30963