@nftx/constants
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.1](https://github.com/NFTX-project/nftxjs/compare/v0.2.0...v0.2.1) (2023-01-10) | ||
### Bug Fixes | ||
* new 0x zap address ([f816af6](https://github.com/NFTX-project/nftxjs/commit/f816af670da0a6afd769a73d9da22b44798bb141)) | ||
# [0.2.0](https://github.com/NFTX-project/nftxjs/compare/v0.1.10...v0.2.0) (2023-01-09) | ||
@@ -8,0 +19,0 @@ |
@@ -79,3 +79,3 @@ 'use strict'; | ||
[exports.Network.Mainnet]: '0xbbc53022Af15Bb973AD906577c84784c47C14371', | ||
[exports.Network.Goerli]: '0x4209c6260755E0B05283ff3F52d2992c482C0AA3' | ||
[exports.Network.Goerli]: '0x14141d76D162cB20CdA7C42254C0349294e501Db' | ||
}; | ||
@@ -82,0 +82,0 @@ const NFTX_VAULT_FACTORY = { |
@@ -75,3 +75,3 @@ let Network; | ||
[Network.Mainnet]: '0xbbc53022Af15Bb973AD906577c84784c47C14371', | ||
[Network.Goerli]: '0x4209c6260755E0B05283ff3F52d2992c482C0AA3' | ||
[Network.Goerli]: '0x14141d76D162cB20CdA7C42254C0349294e501Db' | ||
}; | ||
@@ -78,0 +78,0 @@ const NFTX_VAULT_FACTORY = { |
{ | ||
"name": "@nftx/constants", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/constants.js", |
@@ -75,3 +75,3 @@ import { Network } from './networks'; | ||
[Network.Mainnet]: '0xbbc53022Af15Bb973AD906577c84784c47C14371', | ||
[Network.Goerli]: '0x4209c6260755E0B05283ff3F52d2992c482C0AA3', | ||
[Network.Goerli]: '0x14141d76D162cB20CdA7C42254C0349294e501Db', | ||
}; | ||
@@ -78,0 +78,0 @@ |
473339