@nftx/config
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -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 @@ |
@@ -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 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14136
+ Added@nftx/constants@0.6.0(transitive)
- Removed@nftx/constants@0.5.0(transitive)
Updated@nftx/constants@^0.6.0