@bloks/constants
Advanced tools
Comparing version 28.8.0 to 28.8.1
@@ -212,2 +212,3 @@ declare const getContractConstants: (chain?: string, systemDomain?: string) => { | ||
hyperion: HistoryTypeFeature; | ||
dex: HistoryTypeFeature; | ||
} | ||
@@ -438,2 +439,10 @@ | ||
}; | ||
dex: { | ||
name: string; | ||
actionFilter: boolean; | ||
tokenFilter: boolean; | ||
dateFilter: boolean; | ||
contractActionFilter: boolean; | ||
total: number; | ||
}; | ||
}; | ||
@@ -440,0 +449,0 @@ |
@@ -654,2 +654,10 @@ "use strict"; | ||
total: 3 | ||
}, | ||
dex: { | ||
name: "dex", | ||
actionFilter: true, | ||
tokenFilter: true, | ||
dateFilter: true, | ||
contractActionFilter: true, | ||
total: 3 | ||
} | ||
@@ -1245,3 +1253,3 @@ }; | ||
var DOMAIN_TITLE10 = "XPR Network Testnet"; | ||
var HISTORY_TYPES10 = ["hyperion"]; | ||
var HISTORY_TYPES10 = ["dex", "hyperion"]; | ||
var HYPERION_URL8 = "http://proton-api-testnet.eosiomadrid.io"; | ||
@@ -1248,0 +1256,0 @@ var KEY_PREFIX10 = "EOS"; |
{ | ||
"name": "@bloks/constants", | ||
"version": "28.8.0", | ||
"version": "28.8.1", | ||
"author": "Metallicus", | ||
@@ -17,3 +17,3 @@ "module": "dist/index.mjs", | ||
"@types/jest": "^24.9.0", | ||
"@proton/tsconfig": "1.5.0", | ||
"@proton/tsconfig": "1.5.1", | ||
"tslib": "^1.10.0", | ||
@@ -26,4 +26,4 @@ "tsup": "^6.3.0", | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"dev": "tsup src/index.ts --watch" | ||
"dev": "tsup src/index.ts --format cjs,esm --dts --watch" | ||
} | ||
} |
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
115080
3387