@bloks/constants
Advanced tools
Comparing version 28.6.0 to 28.7.0
@@ -654,3 +654,3 @@ "use strict"; | ||
text: "XPR Network Testnet", | ||
value: "https://testnet.protonscan.io", | ||
value: "https://testnet.explorer.xprnetwork.org", | ||
image: "/img/chains/proton.png", | ||
@@ -697,3 +697,3 @@ testnet: true | ||
text: "XPR Network", | ||
value: "https://protonscan.io", | ||
value: "https://explorer.xprnetwork.org", | ||
image: "/img/chains/proton.png" | ||
@@ -886,3 +886,3 @@ }, | ||
var DEFAULT_ENDPOINTS3 = [ | ||
"https://mainnet-rpc.api.protondex.com", | ||
"https://rpc.api.mainnet.metalx.com", | ||
"https://proton.cryptolions.io", | ||
@@ -916,3 +916,3 @@ "https://proton.eosusa.io" | ||
var VOTING_ENABLED3 = true; | ||
var DEX_URL = "https://mainnet.api.protondex.com"; | ||
var DEX_URL = "https://dex.api.mainnet.metalx.com"; | ||
var constants3 = { | ||
@@ -1225,3 +1225,3 @@ ACTIONS_ENDPOINTS: ACTIONS_ENDPOINTS3, | ||
var DEFAULT_ENDPOINTS10 = [ | ||
"https://testnet-rpc.api.protondex.com", | ||
"https://rpc.api.testnet.metalx.com", | ||
"https://proton-testnet.eoscafeblock.com", | ||
@@ -1251,3 +1251,3 @@ "https://test.proton.eosusa.io" | ||
var VOTING_ENABLED9 = true; | ||
var DEX_URL2 = "https://testnet.api.protondex.com"; | ||
var DEX_URL2 = "https://dex.api.testnet.metalx.com"; | ||
var constants10 = { | ||
@@ -1254,0 +1254,0 @@ ACTIONS_ENDPOINTS: ACTIONS_ENDPOINTS10, |
{ | ||
"name": "@bloks/constants", | ||
"version": "28.6.0", | ||
"version": "28.7.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
113905