@nftx/constants
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.2](https://github.com/NFTX-project/nftxjs/compare/v2.0.1...v2.0.2) (2024-03-20) | ||
### Bug Fixes | ||
* incorrect amm router url ([4271e52](https://github.com/NFTX-project/nftxjs/commit/4271e5242690def3bfb2f0fe7020fed291f88de5)) | ||
## [2.0.1](https://github.com/NFTX-project/nftxjs/compare/v2.0.0...v2.0.1) (2024-03-20) | ||
@@ -8,0 +19,0 @@ |
@@ -159,3 +159,3 @@ 'use strict'; | ||
[Network.Sepolia]: 'https://api.nftx.xyz/v3/eth-sepolia/quote', | ||
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arbitrum-one/quote' | ||
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arb-mainnet/quote' | ||
}; | ||
@@ -162,0 +162,0 @@ const NFTX_APR_URL = { |
@@ -155,3 +155,3 @@ import { ValidationError } from '@nftx/errors'; | ||
[Network.Sepolia]: 'https://api.nftx.xyz/v3/eth-sepolia/quote', | ||
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arbitrum-one/quote' | ||
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arb-mainnet/quote' | ||
}; | ||
@@ -158,0 +158,0 @@ const NFTX_APR_URL = { |
{ | ||
"name": "@nftx/constants", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/constants.js", |
@@ -6,3 +6,3 @@ import { Network } from './networks'; | ||
[Network.Sepolia]: 'https://api.nftx.xyz/v3/eth-sepolia/quote', | ||
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arbitrum-one/quote', | ||
[Network.Arbitrum]: 'https://api.nftx.xyz/v3/arb-mainnet/quote', | ||
}; | ||
@@ -9,0 +9,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
48232