@nftx/utils
Advanced tools
Comparing version 1.15.6 to 2.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.0.0](https://github.com/NFTX-project/nftxjs/compare/v1.15.6...v2.0.0) (2024-03-20) | ||
### Code Refactoring | ||
* remove goerli ([72c021d](https://github.com/NFTX-project/nftxjs/commit/72c021df66b614bbbf979a94c3956225f9c9c9c0)) | ||
### BREAKING CHANGES | ||
* all references to goerli have been removed | ||
## [1.15.6](https://github.com/NFTX-project/nftxjs/compare/v1.15.5...v1.15.6) (2024-03-18) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@nftx/utils", | ||
"version": "1.15.6", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -32,7 +32,7 @@ "homepage": "https://github.com/NFTX-project/nftxjs", | ||
"dependencies": { | ||
"@nftx/abi": "^1.1.2", | ||
"@nftx/config": "^1.15.5", | ||
"@nftx/constants": "^1.15.5", | ||
"@nftx/errors": "^1.6.0", | ||
"@nftx/types": "^1.15.6", | ||
"@nftx/abi": "^2.0.0", | ||
"@nftx/config": "^2.0.0", | ||
"@nftx/constants": "^2.0.0", | ||
"@nftx/errors": "^2.0.0", | ||
"@nftx/types": "^2.0.0", | ||
"abitype": "0.9.8", | ||
@@ -39,0 +39,0 @@ "keccak256": "^1.0.6", |
@@ -20,3 +20,3 @@ import { WeiPerEther, Zero } from '@nftx/constants'; | ||
now, | ||
network: Network.Goerli, | ||
network: Network.Sepolia, | ||
}); | ||
@@ -23,0 +23,0 @@ }); |
116516
+ Added@nftx/abi@2.4.0(transitive)
+ Added@nftx/config@2.3.0(transitive)
+ Added@nftx/constants@2.3.0(transitive)
+ Added@nftx/errors@2.0.0(transitive)
+ Added@nftx/types@2.3.0(transitive)
- Removed@nftx/abi@1.1.2(transitive)
- Removed@nftx/config@1.15.5(transitive)
- Removed@nftx/constants@1.15.5(transitive)
- Removed@nftx/errors@1.6.0(transitive)
- Removed@nftx/types@1.15.6(transitive)
Updated@nftx/abi@^2.0.0
Updated@nftx/config@^2.0.0
Updated@nftx/constants@^2.0.0
Updated@nftx/errors@^2.0.0
Updated@nftx/types@^2.0.0