@b3dotfun/sdk 0.0.82-alpha.4 → 0.0.82-alpha.5
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.
|
@@ -34,7 +34,7 @@ const react_1 = require("react");
|
|
|
34
34
|
const viem_1 = require("viem");
|
|
35
35
|
const AnySpendCustom_1 = require("./AnySpendCustom");
|
|
36
36
|
// Collector Club Shop contract on Base
|
|
37
|
-
const CC_SHOP_ADDRESS = "
|
|
37
|
+
const CC_SHOP_ADDRESS = "0x47366E64E4917dd4DdC04Fb9DC507c1dD2b87294";
|
|
38
38
|
const BASE_CHAIN_ID = 8453;
|
|
39
39
|
// ABI for buyPacksFor function only
|
|
40
40
|
const BUY_PACKS_FOR_ABI = {
|
|
@@ -31,7 +31,7 @@ import { useMemo } from "react";
|
|
|
31
31
|
import { encodeFunctionData } from "viem";
|
|
32
32
|
import { AnySpendCustom } from "./AnySpendCustom.js";
|
|
33
33
|
// Collector Club Shop contract on Base
|
|
34
|
-
const CC_SHOP_ADDRESS = "
|
|
34
|
+
const CC_SHOP_ADDRESS = "0x47366E64E4917dd4DdC04Fb9DC507c1dD2b87294";
|
|
35
35
|
const BASE_CHAIN_ID = 8453;
|
|
36
36
|
// ABI for buyPacksFor function only
|
|
37
37
|
const BUY_PACKS_FOR_ABI = {
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ import { encodeFunctionData } from "viem";
|
|
|
33
33
|
import { AnySpendCustom } from "./AnySpendCustom";
|
|
34
34
|
|
|
35
35
|
// Collector Club Shop contract on Base
|
|
36
|
-
const CC_SHOP_ADDRESS = "
|
|
36
|
+
const CC_SHOP_ADDRESS = "0x47366E64E4917dd4DdC04Fb9DC507c1dD2b87294";
|
|
37
37
|
const BASE_CHAIN_ID = 8453;
|
|
38
38
|
|
|
39
39
|
// ABI for buyPacksFor function only
|