@bloks/constants
Advanced tools
Comparing version 28.4.2 to 28.5.0
@@ -192,2 +192,3 @@ declare const getContractConstants: (chain?: string, systemDomain?: string) => { | ||
SYSTEM_DOMAIN?: string; | ||
DEX_URL?: string; | ||
REX_ENABLED?: boolean; | ||
@@ -194,0 +195,0 @@ SUPPORTS_FREE_CPU?: boolean; |
@@ -913,2 +913,3 @@ "use strict"; | ||
var VOTING_ENABLED3 = true; | ||
var DEX_URL = "https://mainnet.api.protondex.com"; | ||
var constants3 = { | ||
@@ -934,3 +935,4 @@ ACTIONS_ENDPOINTS: ACTIONS_ENDPOINTS3, | ||
TRANSACTIONS_ENDPOINTS: TRANSACTIONS_ENDPOINTS3, | ||
VOTING_ENABLED: VOTING_ENABLED3 | ||
VOTING_ENABLED: VOTING_ENABLED3, | ||
DEX_URL | ||
}; | ||
@@ -1246,2 +1248,3 @@ var proton_default = constants3; | ||
var VOTING_ENABLED9 = true; | ||
var DEX_URL2 = "https://testnet.api.protondex.com"; | ||
var constants10 = { | ||
@@ -1266,3 +1269,4 @@ ACTIONS_ENDPOINTS: ACTIONS_ENDPOINTS10, | ||
VOTING_ENABLED: VOTING_ENABLED9, | ||
LIGHT_API: LIGHT_API5 | ||
LIGHT_API: LIGHT_API5, | ||
DEX_URL: DEX_URL2 | ||
}; | ||
@@ -1269,0 +1273,0 @@ var proton_test_default = constants10; |
{ | ||
"name": "@bloks/constants", | ||
"version": "28.4.2", | ||
"version": "28.5.0", | ||
"author": "Metallicus", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
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
113831
3338