Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bloks/constants

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/constants - npm Package Compare versions

Comparing version 28.4.2 to 28.5.0

1

dist/index.d.ts

@@ -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;

8

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc