New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opensea-js

Package Overview
Dependencies
Maintainers
4
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opensea-js - npm Package Compare versions

Comparing version 7.1.4 to 7.1.5

10

lib/types.d.ts

@@ -123,4 +123,4 @@ import { BigNumberish } from "ethers";

Sepolia = "sepolia",
/** Polygon Testchain Mumbai */
Mumbai = "mumbai",
/** Polygon Amoy */
Amoy = "amoy",
/** Klaytn Baobab */

@@ -134,7 +134,7 @@ Baobab = "baobab",

BNBTestnet = "bsctestnet",
/** Arbitrum Testnet */
/** Arbitrum Sepolia */
ArbitrumSepolia = "arbitrum_sepolia",
/** Avalanche Fuji Testnet */
/** Avalanche Fuji */
Fuji = "avalanche_fuji",
/** Optimism Sepolia Testnet */
/** Optimism Sepolia */
OptimismSepolia = "optimism_sepolia",

@@ -141,0 +141,0 @@ /** Solana Devnet */

@@ -88,4 +88,4 @@ "use strict";

Chain["Sepolia"] = "sepolia";
/** Polygon Testchain Mumbai */
Chain["Mumbai"] = "mumbai";
/** Polygon Amoy */
Chain["Amoy"] = "amoy";
/** Klaytn Baobab */

@@ -99,7 +99,7 @@ Chain["Baobab"] = "baobab";

Chain["BNBTestnet"] = "bsctestnet";
/** Arbitrum Testnet */
/** Arbitrum Sepolia */
Chain["ArbitrumSepolia"] = "arbitrum_sepolia";
/** Avalanche Fuji Testnet */
/** Avalanche Fuji */
Chain["Fuji"] = "avalanche_fuji";
/** Optimism Sepolia Testnet */
/** Optimism Sepolia */
Chain["OptimismSepolia"] = "optimism_sepolia";

@@ -106,0 +106,0 @@ /** Solana Devnet */

@@ -28,3 +28,3 @@ import { ItemType } from "@opensea/seaport-js/lib/constants";

export declare const getAssetItemType: (tokenStandard: TokenStandard) => ItemType.ERC20 | ItemType.ERC721 | ItemType.ERC1155;
export declare const getWETHAddress: (chain: Chain) => "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" | "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" | "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa" | "0x7b79995e5f793a07bc00c21412e50ecae098e7f9" | "0xfd844c2fca5e595004b17615f891620d1cb9bbb2" | "0x9330dd6713c8328a8d82b14e3f60a0f0b4cc7bfb" | "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7" | "0xd00ae08403B9bbb9124bB305C09058E32C39A48c" | "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c" | "0xae13d989dac2f0debff460ac112a837c89baa7cd" | "0x82af49447d8a07e3bd95bd0d56f35241523fbab1" | "0x722e8bdd2ce80a4422e880164f2079488e115365" | "0x980b62da83eff3d4576c647993b0c1d7faf17c73" | "0x4300000000000000000000000000000000000004" | "0x4200000000000000000000000000000000000023" | "0x4200000000000000000000000000000000000006";
export declare const getWETHAddress: (chain: Chain) => "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" | "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" | "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E" | "0x7b79995e5f793a07bc00c21412e50ecae098e7f9" | "0xfd844c2fca5e595004b17615f891620d1cb9bbb2" | "0x9330dd6713c8328a8d82b14e3f60a0f0b4cc7bfb" | "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7" | "0xd00ae08403B9bbb9124bB305C09058E32C39A48c" | "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c" | "0xae13d989dac2f0debff460ac112a837c89baa7cd" | "0x82af49447d8a07e3bd95bd0d56f35241523fbab1" | "0x722e8bdd2ce80a4422e880164f2079488e115365" | "0x980b62da83eff3d4576c647993b0c1d7faf17c73" | "0x4300000000000000000000000000000000000004" | "0x4200000000000000000000000000000000000023" | "0x4200000000000000000000000000000000000006";
/**

@@ -31,0 +31,0 @@ * Checks if the token address is the shared storefront address and if so replaces

@@ -149,4 +149,4 @@ "use strict";

return "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619";
case types_1.Chain.Mumbai:
return "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa";
case types_1.Chain.Amoy:
return "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E";
case types_1.Chain.Sepolia:

@@ -232,3 +232,3 @@ return "0x7b79995e5f793a07bc00c21412e50ecae098e7f9";

case types_1.Chain.Sepolia:
case types_1.Chain.Mumbai:
case types_1.Chain.Amoy:
case types_1.Chain.Baobab:

@@ -235,0 +235,0 @@ case types_1.Chain.BaseSepolia:

{
"name": "opensea-js",
"version": "7.1.4",
"version": "7.1.5",
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -131,4 +131,4 @@ import { BigNumberish } from "ethers";

Sepolia = "sepolia",
/** Polygon Testchain Mumbai */
Mumbai = "mumbai",
/** Polygon Amoy */
Amoy = "amoy",
/** Klaytn Baobab */

@@ -142,7 +142,7 @@ Baobab = "baobab",

BNBTestnet = "bsctestnet",
/** Arbitrum Testnet */
/** Arbitrum Sepolia */
ArbitrumSepolia = "arbitrum_sepolia",
/** Avalanche Fuji Testnet */
/** Avalanche Fuji */
Fuji = "avalanche_fuji",
/** Optimism Sepolia Testnet */
/** Optimism Sepolia */
OptimismSepolia = "optimism_sepolia",

@@ -149,0 +149,0 @@ /** Solana Devnet */

@@ -177,4 +177,4 @@ import {

return "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619";
case Chain.Mumbai:
return "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa";
case Chain.Amoy:
return "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E";
case Chain.Sepolia:

@@ -266,3 +266,3 @@ return "0x7b79995e5f793a07bc00c21412e50ecae098e7f9";

case Chain.Sepolia:
case Chain.Mumbai:
case Chain.Amoy:
case Chain.Baobab:

@@ -269,0 +269,0 @@ case Chain.BaseSepolia:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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