@medialane/sdk 0.6.2 → 0.6.4
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { AccountInterface, constants, TypedData } from 'starknet';
|
|
3
3
|
|
|
4
|
-
declare const MARKETPLACE_CONTRACT_MAINNET = "
|
|
4
|
+
declare const MARKETPLACE_CONTRACT_MAINNET = "0x0234f4e8838801ebf01d7f4166d42aed9a55bc67c1301162decf9e2040e05f16";
|
|
5
5
|
declare const COLLECTION_CONTRACT_MAINNET = "0x05e73b7be06d82beeb390a0e0d655f2c9e7cf519658e04f05d9c690ccc41da03";
|
|
6
6
|
declare const SUPPORTED_TOKENS: readonly [{
|
|
7
7
|
readonly symbol: "USDC";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { AccountInterface, constants, TypedData } from 'starknet';
|
|
3
3
|
|
|
4
|
-
declare const MARKETPLACE_CONTRACT_MAINNET = "
|
|
4
|
+
declare const MARKETPLACE_CONTRACT_MAINNET = "0x0234f4e8838801ebf01d7f4166d42aed9a55bc67c1301162decf9e2040e05f16";
|
|
5
5
|
declare const COLLECTION_CONTRACT_MAINNET = "0x05e73b7be06d82beeb390a0e0d655f2c9e7cf519658e04f05d9c690ccc41da03";
|
|
6
6
|
declare const SUPPORTED_TOKENS: readonly [{
|
|
7
7
|
readonly symbol: "USDC";
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { TypedDataRevision, Contract, shortString, cairo, constants, RpcProvider
|
|
|
4
4
|
// src/config.ts
|
|
5
5
|
|
|
6
6
|
// src/constants.ts
|
|
7
|
-
var MARKETPLACE_CONTRACT_MAINNET = "
|
|
7
|
+
var MARKETPLACE_CONTRACT_MAINNET = "0x0234f4e8838801ebf01d7f4166d42aed9a55bc67c1301162decf9e2040e05f16";
|
|
8
8
|
var COLLECTION_CONTRACT_MAINNET = "0x05e73b7be06d82beeb390a0e0d655f2c9e7cf519658e04f05d9c690ccc41da03";
|
|
9
9
|
var MARKETPLACE_CONTRACT_SEPOLIA = "";
|
|
10
10
|
var COLLECTION_CONTRACT_SEPOLIA = "";
|