@nftx/constants
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.3.0](https://github.com/NFTX-project/nftxjs/compare/v0.2.3...v0.3.0) (2023-01-10) | ||
### Features | ||
* add new marketplace 0x zap ([91dfc86](https://github.com/NFTX-project/nftxjs/commit/91dfc8647dc33ec79e430b481cbafb80647ba91e)) | ||
## [0.2.2](https://github.com/NFTX-project/nftxjs/compare/v0.2.1...v0.2.2) (2023-01-10) | ||
@@ -8,0 +19,0 @@ |
@@ -78,3 +78,3 @@ 'use strict'; | ||
const NFTX_MARKETPLACE_0X_ZAP = { | ||
[exports.Network.Mainnet]: '0xbbc53022Af15Bb973AD906577c84784c47C14371', | ||
[exports.Network.Mainnet]: '0x941A6d105802CCCaa06DE58a13a6F49ebDCD481C', | ||
[exports.Network.Goerli]: '0x177246Adb119ed83f982d1e3c4859F354578D5eF' | ||
@@ -81,0 +81,0 @@ }; |
@@ -74,3 +74,3 @@ let Network; | ||
const NFTX_MARKETPLACE_0X_ZAP = { | ||
[Network.Mainnet]: '0xbbc53022Af15Bb973AD906577c84784c47C14371', | ||
[Network.Mainnet]: '0x941A6d105802CCCaa06DE58a13a6F49ebDCD481C', | ||
[Network.Goerli]: '0x177246Adb119ed83f982d1e3c4859F354578D5eF' | ||
@@ -77,0 +77,0 @@ }; |
{ | ||
"name": "@nftx/constants", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/constants.js", |
@@ -74,3 +74,3 @@ import { Network } from './networks'; | ||
export const NFTX_MARKETPLACE_0X_ZAP = { | ||
[Network.Mainnet]: '0xbbc53022Af15Bb973AD906577c84784c47C14371', | ||
[Network.Mainnet]: '0x941A6d105802CCCaa06DE58a13a6F49ebDCD481C', | ||
[Network.Goerli]: '0x177246Adb119ed83f982d1e3c4859F354578D5eF', | ||
@@ -77,0 +77,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
473817