@bloks/constants
Advanced tools
Comparing version 28.0.0 to 28.0.1
@@ -395,2 +395,3 @@ declare const getContractConstants: (chain?: string, systemDomain?: string) => { | ||
declare const EOSC = "eosc"; | ||
declare const PROTON_CLI = "protoncli"; | ||
declare const CLIO = "clio"; | ||
@@ -517,2 +518,2 @@ declare const KEYCAT = "keycat"; | ||
export { ANCHOR, CLEOS, CLIO, Constants, DEFAULT_CHAIN, DEFAULT_SYMBOL, DEFAULT_SYSTEM_DOMAIN, EOSAUTH, EOSC, HistoryTypeFeature, HistoryTypeFeatures, IConstants, KEYCAT, LEDGER, LEDGER_BLE, LEDGER_USB, LEDGER_WEBHID, LEDGER_WEBUSB, LYNX, Metadata, PROTON, PROTON_WEB, Pair, Price, Provider, Quote, SCATTER_DESKTOP, SCATTER_DESKTOP_MANUAL, SCATTER_EXTENSION, SIMPLEOS, SQRL, Supply, TREZOR, Token, WAX_CLOUD_WALLET, WOMBAT, chainInfo, chainToNetworkConstantsMap, constants, dapps, exchanges, getContractConstants, historyTypesFeatures }; | ||
export { ANCHOR, CLEOS, CLIO, Constants, DEFAULT_CHAIN, DEFAULT_SYMBOL, DEFAULT_SYSTEM_DOMAIN, EOSAUTH, EOSC, HistoryTypeFeature, HistoryTypeFeatures, IConstants, KEYCAT, LEDGER, LEDGER_BLE, LEDGER_USB, LEDGER_WEBHID, LEDGER_WEBUSB, LYNX, Metadata, PROTON, PROTON_CLI, PROTON_WEB, Pair, Price, Provider, Quote, SCATTER_DESKTOP, SCATTER_DESKTOP_MANUAL, SCATTER_EXTENSION, SIMPLEOS, SQRL, Supply, TREZOR, Token, WAX_CLOUD_WALLET, WOMBAT, chainInfo, chainToNetworkConstantsMap, constants, dapps, exchanges, getContractConstants, historyTypesFeatures }; |
@@ -40,2 +40,3 @@ "use strict"; | ||
PROTON: () => PROTON, | ||
PROTON_CLI: () => PROTON_CLI, | ||
PROTON_WEB: () => PROTON_WEB, | ||
@@ -661,2 +662,3 @@ SCATTER_DESKTOP: () => SCATTER_DESKTOP, | ||
var EOSC = "eosc"; | ||
var PROTON_CLI = "protoncli"; | ||
var CLIO = "clio"; | ||
@@ -927,5 +929,5 @@ var KEYCAT = "keycat"; | ||
"https://proton.greymass.com", | ||
"https://metal-proton-rpc.global.binfra.one", | ||
"https://proton.cryptolions.io", | ||
"https://proton.eosusa.io", | ||
"https://frankfurt.protondata.net" | ||
"https://proton.eosusa.io" | ||
]; | ||
@@ -1199,2 +1201,3 @@ var TRANSACTIONS_ENDPOINTS3 = [ | ||
var VOTING_ENABLED8 = true; | ||
var SUPPORTS_RENTBW3 = true; | ||
var constants8 = { | ||
@@ -1217,3 +1220,4 @@ ACTIONS_ENDPOINTS: ACTIONS_ENDPOINTS8, | ||
TRANSACTIONS_ENDPOINTS: TRANSACTIONS_ENDPOINTS8, | ||
VOTING_ENABLED: VOTING_ENABLED8 | ||
VOTING_ENABLED: VOTING_ENABLED8, | ||
SUPPORTS_RENTBW: SUPPORTS_RENTBW3 | ||
}; | ||
@@ -1263,17 +1267,8 @@ var kylin_default = constants8; | ||
var DEFAULT_ENDPOINTS10 = [ | ||
"https://protontestnet.greymass.com", | ||
"https://metal-protontest-rpc.global.binfra.one", | ||
"https://proton-testnet.eoscafeblock.com", | ||
"https://testnet.protonchain.com", | ||
"https://test.proton.eosusa.io" | ||
]; | ||
var TRANSACTIONS_ENDPOINTS10 = [ | ||
"https://protontestnet.greymass.com", | ||
"https://testnet.protonchain.com", | ||
"https://test.proton.eosusa.io" | ||
]; | ||
var ACTIONS_ENDPOINTS10 = [ | ||
"https://protontestnet.greymass.com", | ||
"https://testnet.protonchain.com", | ||
"https://test.proton.eosusa.io" | ||
]; | ||
var TRANSACTIONS_ENDPOINTS10 = DEFAULT_ENDPOINTS10; | ||
var ACTIONS_ENDPOINTS10 = []; | ||
var API_URL10 = "https://www.api.bloks.io/proton-test"; | ||
@@ -1484,2 +1479,3 @@ var ATOMICASSETS_API4 = "https://test.proton.api.atomicassets.io"; | ||
PROTON, | ||
PROTON_CLI, | ||
PROTON_WEB, | ||
@@ -1486,0 +1482,0 @@ SCATTER_DESKTOP, |
{ | ||
"name": "@bloks/constants", | ||
"version": "28.0.0", | ||
"version": "28.0.1", | ||
"author": "jafri", | ||
@@ -5,0 +5,0 @@ "module": "dist/constants.esm.js", |
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
66049
1982