opensea-js
Advanced tools
Comparing version 6.1.12 to 6.1.13
@@ -127,3 +127,3 @@ import { BigNumber, BigNumberish } from "ethers"; | ||
/** Arbitrum Testnet */ | ||
ArbitrumGoerli = "arbitrum_goerli", | ||
ArbitrumSepolia = "arbitrum_sepolia", | ||
/** Avalanche Fuji Testnet */ | ||
@@ -130,0 +130,0 @@ Fuji = "avalanche_fuji", |
@@ -92,3 +92,3 @@ "use strict"; | ||
/** Arbitrum Testnet */ | ||
Chain["ArbitrumGoerli"] = "arbitrum_goerli"; | ||
Chain["ArbitrumSepolia"] = "arbitrum_sepolia"; | ||
/** Avalanche Fuji Testnet */ | ||
@@ -95,0 +95,0 @@ Chain["Fuji"] = "avalanche_fuji"; |
@@ -356,3 +356,3 @@ "use strict"; | ||
case types_1.Chain.BNBTestnet: | ||
case types_1.Chain.ArbitrumGoerli: | ||
case types_1.Chain.ArbitrumSepolia: | ||
case types_1.Chain.Fuji: | ||
@@ -359,0 +359,0 @@ case types_1.Chain.OptimismGoerli: |
{ | ||
"name": "opensea-js", | ||
"version": "6.1.12", | ||
"version": "6.1.13", | ||
"description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!", | ||
@@ -47,3 +47,3 @@ "license": "MIT", | ||
"@typechain/ethers-v5": "^11.0.0", | ||
"@types/chai": "4.3.6", | ||
"@types/chai": "4.3.10", | ||
"@types/chai-as-promised": "^7.1.5", | ||
@@ -66,3 +66,3 @@ "@types/mocha": "^10.0.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^14.0.0", | ||
"lint-staged": "^15.0.0", | ||
"mocha": "^10.0.0", | ||
@@ -69,0 +69,0 @@ "nyc": "^15.1.0", |
@@ -138,3 +138,3 @@ /* eslint-disable import/no-unused-modules */ | ||
/** Arbitrum Testnet */ | ||
ArbitrumGoerli = "arbitrum_goerli", | ||
ArbitrumSepolia = "arbitrum_sepolia", | ||
/** Avalanche Fuji Testnet */ | ||
@@ -141,0 +141,0 @@ Fuji = "avalanche_fuji", |
@@ -407,3 +407,3 @@ import { | ||
case Chain.BNBTestnet: | ||
case Chain.ArbitrumGoerli: | ||
case Chain.ArbitrumSepolia: | ||
case Chain.Fuji: | ||
@@ -410,0 +410,0 @@ case Chain.OptimismGoerli: |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2788220