@b3dotfun/sdk 0.0.76-alpha.0 → 0.0.76-alpha.1

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.
@@ -33,7 +33,7 @@ const react_1 = require("react");
33
33
  const viem_1 = require("viem");
34
34
  const AnySpendCustom_1 = require("./AnySpendCustom");
35
35
  // Collector Club Shop contract on Base
36
- const CC_SHOP_ADDRESS = "0x68B32D594E3c7E5B8cd8046BD66AfB0DB5b9BF9c";
36
+ const CC_SHOP_ADDRESS = "0x4eE0190e37E8A13740c4777D1c9de65E79D8f751";
37
37
  const BASE_CHAIN_ID = 8453;
38
38
  // ABI for buyPacksFor function only
39
39
  const BUY_PACKS_FOR_ABI = {
@@ -30,7 +30,7 @@ import { useMemo } from "react";
30
30
  import { encodeFunctionData } from "viem";
31
31
  import { AnySpendCustom } from "./AnySpendCustom.js";
32
32
  // Collector Club Shop contract on Base
33
- const CC_SHOP_ADDRESS = "0x68B32D594E3c7E5B8cd8046BD66AfB0DB5b9BF9c";
33
+ const CC_SHOP_ADDRESS = "0x4eE0190e37E8A13740c4777D1c9de65E79D8f751";
34
34
  const BASE_CHAIN_ID = 8453;
35
35
  // ABI for buyPacksFor function only
36
36
  const BUY_PACKS_FOR_ABI = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.76-alpha.0",
3
+ "version": "0.0.76-alpha.1",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -32,7 +32,7 @@ import { encodeFunctionData } from "viem";
32
32
  import { AnySpendCustom } from "./AnySpendCustom";
33
33
 
34
34
  // Collector Club Shop contract on Base
35
- const CC_SHOP_ADDRESS = "0x68B32D594E3c7E5B8cd8046BD66AfB0DB5b9BF9c";
35
+ const CC_SHOP_ADDRESS = "0x4eE0190e37E8A13740c4777D1c9de65E79D8f751";
36
36
  const BASE_CHAIN_ID = 8453;
37
37
 
38
38
  // ABI for buyPacksFor function only