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

@nftx/config

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/config - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.3.0](https://github.com/NFTX-project/nftxjs/compare/v2.2.1...v2.3.0) (2024-05-13)
### Features
* **@nftx/config:** support base ([78ecf6e](https://github.com/NFTX-project/nftxjs/commit/78ecf6e137bc684689064469c7672249f1e3699f))
## [2.2.1](https://github.com/NFTX-project/nftxjs/compare/v2.2.0...v2.2.1) (2024-04-22)

@@ -8,0 +19,0 @@

6

dist/cjs/config.js

@@ -73,3 +73,4 @@ 'use strict';

[constants.Network.Sepolia]: 0,
[constants.Network.Arbitrum]: 0
[constants.Network.Arbitrum]: 0,
[constants.Network.Base]: 0
},

@@ -79,3 +80,4 @@ apiBlockNumber: {

[constants.Network.Sepolia]: 0,
[constants.Network.Arbitrum]: 0
[constants.Network.Arbitrum]: 0,
[constants.Network.Base]: 0
},

@@ -82,0 +84,0 @@ blockBuffer: 10

@@ -67,3 +67,4 @@ import { Network, ERC1155_SUBGRAPH, ERC721_SUBGRAPH, NFTX_SUBGRAPH, NON_STANDARD_SUBGRAPH, NFTX_UNISWAP_SUBGRAPH, NFTX_ROUTER_URL, NFTX_APR_URL, NFTX_API_URL } from '@nftx/constants';

[Network.Sepolia]: 0,
[Network.Arbitrum]: 0
[Network.Arbitrum]: 0,
[Network.Base]: 0
},

@@ -73,3 +74,4 @@ apiBlockNumber: {

[Network.Sepolia]: 0,
[Network.Arbitrum]: 0
[Network.Arbitrum]: 0,
[Network.Base]: 0
},

@@ -76,0 +78,0 @@ blockBuffer: 10

{
"name": "@nftx/config",
"version": "2.2.1",
"version": "2.3.0",
"description": "",

@@ -32,5 +32,5 @@ "homepage": "https://github.com/NFTX-project/nftxjs",

"dependencies": {
"@nftx/constants": "^2.2.1",
"@nftx/constants": "^2.3.0",
"deepmerge": "^4.2.2"
}
}

@@ -142,2 +142,3 @@ import {

[Network.Arbitrum]: 0,
[Network.Base]: 0,
},

@@ -148,2 +149,3 @@ apiBlockNumber: {

[Network.Arbitrum]: 0,
[Network.Base]: 0,
},

@@ -150,0 +152,0 @@ blockBuffer: 10,

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