Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pancakeswap/chains

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pancakeswap/chains - npm Package Compare versions

Comparing version
0.5.2
to
0.5.3
+3
-3
dist/index.js

@@ -46,4 +46,4 @@ 'use strict';

var AVERAGE_CHAIN_BLOCK_TIMES = {
[56 /* BSC */]: 1.5,
[97 /* BSC_TESTNET */]: 1.5,
[56 /* BSC */]: 0.75,
[97 /* BSC_TESTNET */]: 0.75,
[204 /* OPBNB */]: 0.5,

@@ -229,3 +229,3 @@ [5611 /* OPBNB_TESTNET */]: 0.5,

return {
[56 /* BSC */]: "https://proxy-worker-api.pancakeswap.com/bsc-exchange",
[56 /* BSC */]: null,
[1 /* ETHEREUM */]: `https://gateway-arbitrum.network.thegraph.com/api/${theGraphApiKey}/subgraphs/id/9opY17WnEPD4REcC43yHycQthSeUMQE26wyoeMjZTLEx`,

@@ -232,0 +232,0 @@ [1101 /* POLYGON_ZKEVM */]: `https://gateway-arbitrum.network.thegraph.com/api/${theGraphApiKey}/subgraphs/id/37WmH5kBu6QQytRpMwLJMGPRbXvHgpuZsWqswW4Finc2`,

@@ -44,4 +44,4 @@ // src/chainId.ts

var AVERAGE_CHAIN_BLOCK_TIMES = {
[56 /* BSC */]: 1.5,
[97 /* BSC_TESTNET */]: 1.5,
[56 /* BSC */]: 0.75,
[97 /* BSC_TESTNET */]: 0.75,
[204 /* OPBNB */]: 0.5,

@@ -227,3 +227,3 @@ [5611 /* OPBNB_TESTNET */]: 0.5,

return {
[56 /* BSC */]: "https://proxy-worker-api.pancakeswap.com/bsc-exchange",
[56 /* BSC */]: null,
[1 /* ETHEREUM */]: `https://gateway-arbitrum.network.thegraph.com/api/${theGraphApiKey}/subgraphs/id/9opY17WnEPD4REcC43yHycQthSeUMQE26wyoeMjZTLEx`,

@@ -230,0 +230,0 @@ [1101 /* POLYGON_ZKEVM */]: `https://gateway-arbitrum.network.thegraph.com/api/${theGraphApiKey}/subgraphs/id/37WmH5kBu6QQytRpMwLJMGPRbXvHgpuZsWqswW4Finc2`,

@@ -29,3 +29,3 @@ type SubgraphParams = {

export declare const V2_SUBGRAPHS: {
56: string;
56: null;
1: string;

@@ -83,3 +83,3 @@ 1101: string;

export declare function getV2Subgraphs({ noderealApiKey, theGraphApiKey }: SubgraphParams): {
56: string;
56: null;
1: string;

@@ -86,0 +86,0 @@ 1101: string;

{
"name": "@pancakeswap/chains",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"description": "The single source of truth for Pancakeswap chain-related information",

@@ -6,0 +6,0 @@ "main": "dist/index.js",