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 0.5.0 to 0.6.0

11

CHANGELOG.md

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

# [0.6.0](https://github.com/NFTX-project/nftxjs/compare/v0.5.0...v0.6.0) (2023-02-03)
### Features
* createPool method ([c04f5ff](https://github.com/NFTX-project/nftxjs/commit/c04f5ff5a747f064f5742a399461a2794fa27a0a))
# [0.5.0](https://github.com/NFTX-project/nftxjs/compare/v0.4.5...v0.5.0) (2023-02-02)

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

2

dist/cjs/config.js

@@ -41,3 +41,3 @@ 'use strict';

NFTX_API: null,
ALCHEMY: null
ALCHEMY: {}
}

@@ -44,0 +44,0 @@ };

@@ -35,3 +35,3 @@ import { Network, PUBLIC_GRAPH_API_KEY, ERC1155_SUBGRAPH, ERC721_SUBGRAPH, NFTX_SUBGRAPH, NFTX_TOKEN_BALANCE_SUBGRAPH, NON_STANDARD_SUBGRAPH, SUSHI_SUBGRAPH, NFTX_FEE_TRACKER_SUBGRAPH, ZEROX_PRICE_URL, ZEROX_QUOTE_URL, NFTX_APR_URL, ALCHEMY_URL, NFTX_API_URL } from '@nftx/constants';

NFTX_API: null,
ALCHEMY: null
ALCHEMY: {}
}

@@ -38,0 +38,0 @@ };

@@ -49,3 +49,3 @@ /** Configuration settings for nftx.js */

NFTX_API: string;
ALCHEMY: string;
ALCHEMY: Record<string, string>;
};

@@ -52,0 +52,0 @@ }

{
"name": "@nftx/config",
"version": "0.5.0",
"version": "0.6.0",
"description": "",

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

"dependencies": {
"@nftx/constants": "^0.5.0",
"@nftx/constants": "^0.6.0",
"deepmerge": "^4.2.2"
}
}

@@ -67,3 +67,3 @@ import {

NFTX_API: string;
ALCHEMY: string;
ALCHEMY: Record<string, string>;
};

@@ -101,3 +101,3 @@ }

NFTX_API: null,
ALCHEMY: null,
ALCHEMY: {},
},

@@ -104,0 +104,0 @@ };

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