@hypercerts-org/marketplace-sdk 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -4043,18 +4043,6 @@ const addressesByNetwork = {
4043
4043
  };
4044
4044
 
4045
4045
  const chainInfo = {
4046
- [exports.ChainId.MAINNET]: {
4047
- label: "Ethereum",
4048
- appUrl: "https://looksrare.org",
4049
- explorer: "https://etherscan.io",
4050
- rpcUrl: "https://eth-mainnet.g.alchemy.com/v2",
4051
- baseApiUrl: "https://graphql.looksrare.org",
4052
- osApiUrl: "https://api.opensea.io",
4053
- cdnUrl: "https://static.looksnice.org",
4054
- rewardsSubgraphUrl: "https://api.thegraph.com/subgraphs/name/looksrare/looks-distribution",
4055
- cloudinaryUrl: "https://looksrare.mo.cloudinary.net",
4056
- wsUrl: "wss://ws.looksrare.org/ws",
4057
- },
4058
4046
  [exports.ChainId.GOERLI]: {
4059
4047
  label: "Goerli",
4060
4048
  appUrl: "https://goerli.looksrare.org",
package/dist/index.esm.js CHANGED
@@ -4041,18 +4041,6 @@ const addressesByNetwork = {
4041
4041
  };
4042
4042
 
4043
4043
  const chainInfo = {
4044
- [ChainId.MAINNET]: {
4045
- label: "Ethereum",
4046
- appUrl: "https://looksrare.org",
4047
- explorer: "https://etherscan.io",
4048
- rpcUrl: "https://eth-mainnet.g.alchemy.com/v2",
4049
- baseApiUrl: "https://graphql.looksrare.org",
4050
- osApiUrl: "https://api.opensea.io",
4051
- cdnUrl: "https://static.looksnice.org",
4052
- rewardsSubgraphUrl: "https://api.thegraph.com/subgraphs/name/looksrare/looks-distribution",
4053
- cloudinaryUrl: "https://looksrare.mo.cloudinary.net",
4054
- wsUrl: "wss://ws.looksrare.org/ws",
4055
- },
4056
4044
  [ChainId.GOERLI]: {
4057
4045
  label: "Goerli",
4058
4046
  appUrl: "https://goerli.looksrare.org",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypercerts-org/marketplace-sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",