@bloks/constants
Advanced tools
Comparing version 3.5.51 to 3.5.52
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.51", | ||
"version": "3.5.52", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "d8387ea3894270473621c84850b239c83ffab804" | ||
"gitHead": "8caf90e3e8ecd68a6837e034f7c9e85797f5c2ce" | ||
} |
@@ -45,3 +45,3 @@ const DEFAULT_ENDPOINTS = [ | ||
const CORE_PRECISION = 8 | ||
const ALOHA_PROXY_URL = '' | ||
const ALOHA_PROXY_URL = 'https://www.alohaeos.com/vote/proxy/waxmain' | ||
@@ -48,0 +48,0 @@ module.exports = { |
export const SCATTER_DESKTOP = 'ScatterSockets' | ||
export const SCATTER_DESKTOP_MANUAL = 'ScatterSocketsManual' | ||
export const SCATTER_EXTENSION = 'ScatterExtension' | ||
export const LEDGER = 'Ledger' | ||
export const LEDGER_USB = 'TransportWebusb' | ||
export const LEDGER = 'ledger' | ||
export const LEDGER_USB = 'TransportU2F' | ||
export const LEDGER_BLE = 'TransportWebBLE' | ||
@@ -7,0 +7,0 @@ export const LEDGER_AUTHN = 'TransportWebAuthn' |
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
58696