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

@nftx/constants

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/constants - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

11

CHANGELOG.md

@@ -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 @@

2

dist/cjs/constants.js

@@ -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 @@

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