New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@across-protocol/constants

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@across-protocol/constants - npm Package Compare versions

Comparing version

to
3.1.38

4

dist/cjs/networks.d.ts

@@ -17,2 +17,3 @@ export declare const TESTNET_SEPOLIA_CHAIN_IDs: {

export declare const TESTNET_CHAIN_IDs: {
readonly SOLANA_DEVNET: 133268194659241;
readonly ARBITRUM_SEPOLIA: number;

@@ -53,4 +54,6 @@ readonly BASE_SEPOLIA: number;

ZORA: number;
SOLANA: number;
};
export declare const CHAIN_IDs: {
SOLANA_DEVNET: 133268194659241;
ARBITRUM_SEPOLIA: number;

@@ -89,2 +92,3 @@ BASE_SEPOLIA: number;

ZORA: number;
SOLANA: number;
};

@@ -91,0 +95,0 @@ export declare enum ChainFamily {

3

dist/cjs/networks.js

@@ -21,3 +21,3 @@ "use strict";

};
exports.TESTNET_CHAIN_IDs = tslib_1.__assign({}, exports.TESTNET_SEPOLIA_CHAIN_IDs);
exports.TESTNET_CHAIN_IDs = tslib_1.__assign(tslib_1.__assign({}, exports.TESTNET_SEPOLIA_CHAIN_IDs), { SOLANA_DEVNET: 133268194659241 });
exports.MAINNET_CHAIN_IDs = {

@@ -44,2 +44,3 @@ ALEPH_ZERO: 41455,

ZORA: 7777777,
SOLANA: 34268394551451,
};

@@ -46,0 +47,0 @@ exports.CHAIN_IDs = tslib_1.__assign(tslib_1.__assign({}, exports.MAINNET_CHAIN_IDs), exports.TESTNET_CHAIN_IDs);

@@ -170,2 +170,3 @@ export declare const TOKEN_SYMBOLS_MAP: {

[x: number]: string;
133268194659241: string;
};

@@ -172,0 +173,0 @@ coingeckoId: string;

@@ -262,2 +262,4 @@ "use strict";

_u[networks_1.CHAIN_IDs.UNICHAIN_SEPOLIA] = "0x31d0220469e10c4E71834a79b1f276d740d3768F",
_u[networks_1.CHAIN_IDs.SOLANA] = "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
_u[networks_1.CHAIN_IDs.SOLANA_DEVNET] = "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
_u),

@@ -264,0 +266,0 @@ coingeckoId: "usd-coin",

@@ -17,2 +17,3 @@ export declare const TESTNET_SEPOLIA_CHAIN_IDs: {

export declare const TESTNET_CHAIN_IDs: {
readonly SOLANA_DEVNET: 133268194659241;
readonly ARBITRUM_SEPOLIA: number;

@@ -53,4 +54,6 @@ readonly BASE_SEPOLIA: number;

ZORA: number;
SOLANA: number;
};
export declare const CHAIN_IDs: {
SOLANA_DEVNET: 133268194659241;
ARBITRUM_SEPOLIA: number;

@@ -89,2 +92,3 @@ BASE_SEPOLIA: number;

ZORA: number;
SOLANA: number;
};

@@ -91,0 +95,0 @@ export declare enum ChainFamily {

@@ -19,3 +19,3 @@ var _a, _b;

};
export var TESTNET_CHAIN_IDs = __assign({}, TESTNET_SEPOLIA_CHAIN_IDs);
export var TESTNET_CHAIN_IDs = __assign(__assign({}, TESTNET_SEPOLIA_CHAIN_IDs), { SOLANA_DEVNET: 133268194659241 });
export var MAINNET_CHAIN_IDs = {

@@ -42,2 +42,3 @@ ALEPH_ZERO: 41455,

ZORA: 7777777,
SOLANA: 34268394551451,
};

@@ -44,0 +45,0 @@ export var CHAIN_IDs = __assign(__assign({}, MAINNET_CHAIN_IDs), TESTNET_CHAIN_IDs);

@@ -170,2 +170,3 @@ export declare const TOKEN_SYMBOLS_MAP: {

[x: number]: string;
133268194659241: string;
};

@@ -172,0 +173,0 @@ coingeckoId: string;

@@ -262,2 +262,4 @@ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;

_u[CHAIN_IDs.UNICHAIN_SEPOLIA] = "0x31d0220469e10c4E71834a79b1f276d740d3768F",
_u[CHAIN_IDs.SOLANA] = "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
_u[CHAIN_IDs.SOLANA_DEVNET] = "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
_u),

@@ -264,0 +266,0 @@ coingeckoId: "usd-coin",

@@ -17,2 +17,3 @@ export declare const TESTNET_SEPOLIA_CHAIN_IDs: {

export declare const TESTNET_CHAIN_IDs: {
readonly SOLANA_DEVNET: 133268194659241;
readonly ARBITRUM_SEPOLIA: number;

@@ -53,4 +54,6 @@ readonly BASE_SEPOLIA: number;

ZORA: number;
SOLANA: number;
};
export declare const CHAIN_IDs: {
SOLANA_DEVNET: 133268194659241;
ARBITRUM_SEPOLIA: number;

@@ -89,2 +92,3 @@ BASE_SEPOLIA: number;

ZORA: number;
SOLANA: number;
};

@@ -91,0 +95,0 @@ export declare enum ChainFamily {

@@ -170,2 +170,3 @@ export declare const TOKEN_SYMBOLS_MAP: {

[x: number]: string;
133268194659241: string;
};

@@ -172,0 +173,0 @@ coingeckoId: string;

{
"name": "@across-protocol/constants",
"version": "3.1.37",
"version": "3.1.38",
"description": "Export commonly re-used values for Across repositories",

@@ -5,0 +5,0 @@ "repository": "https://github.com/across-protocol/constants.git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet