@medialane/sdk 0.33.0 → 0.35.0

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 CHANGED
@@ -57,10 +57,10 @@ var SUPPORTED_NETWORKS = ["mainnet"];
57
57
  var DEFAULT_RPC_URL = "https://rpc.starknet.lava.build";
58
58
  var POP_COLLECTION_CLASS_HASH_MAINNET = "0x077c421686f10851872561953ea16898d933364b7f8937a5d7e2b1ba0a36263f";
59
59
  var DROP_COLLECTION_CLASS_HASH_MAINNET = "0x00092e72cdb63067521e803aaf7d4101c3e3ce026ae6bc045ec4228027e58282";
60
- var COLLECTION_1155_CONTRACT_MAINNET = "0x067064adcaaed61e17bf50ea802ea6482336126aec5b4d032b4ff8fbb5009131";
61
- var COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET = "0x188321a7c9ca972cc63e352e3b3a4cdf33781852d957f4b4b62249310fe4c75";
62
- var COLLECTION_1155_CLASS_HASH_MAINNET = "0x281e13803c906f20bbe158efb44b7a0273c56fdebbeeb55b2ba59530ddb1c80";
63
- var COLLECTION_1155_START_BLOCK_MAINNET = 10045611;
60
+ var COLLECTION_1155_CONTRACT_MAINNET = "0x0083543c3ee15040a419fc539fa6889f5b956e7d071bcfa97842cb0ae42ad6cc";
61
+ var COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET = "0x331a69da8655a882ba1fbcb55188b8fa09116521db901bbbaafc9fead0689f8";
62
+ var COLLECTION_1155_CLASS_HASH_MAINNET = "0x4e110b59af240ae6c7742999964c4eae13fb2ed935c47fe97653ec017ebea34";
63
+ var COLLECTION_1155_START_BLOCK_MAINNET = 10665319;
64
64
  var CREATOR_COIN_FACTORY_CONTRACT_MAINNET = "0x50fa807b5274079fb19374673d7bab6d2dc3af7e1032ea43eb6e44bcbde4c3c";
65
65
  var CREATOR_COIN_EKUBO_LAUNCHER_MAINNET = "0x4f7fceb5ac10f12f9544a09580592e5bdf1b7f04f48765eecf12286d8ccb7b4";
66
66
  var CREATOR_COIN_CLASS_HASH_MAINNET = "0x743e4c8a5b96bb83bbf4af04edbbb482d5ece89eed9b729a79fb7df0cd0b6b6";
@@ -1702,18 +1702,6 @@ var IPCollection1155FactoryABI = [
1702
1702
  ],
1703
1703
  "state_mutability": "view"
1704
1704
  },
1705
- {
1706
- "type": "function",
1707
- "name": "update_collection_class_hash",
1708
- "inputs": [
1709
- {
1710
- "name": "new_class_hash",
1711
- "type": "core::starknet::class_hash::ClassHash"
1712
- }
1713
- ],
1714
- "outputs": [],
1715
- "state_mutability": "external"
1716
- },
1717
1705
  {
1718
1706
  "type": "function",
1719
1707
  "name": "deploy_collection",
@@ -1740,131 +1728,16 @@ var IPCollection1155FactoryABI = [
1740
1728
  }
1741
1729
  ]
1742
1730
  },
1743
- {
1744
- "type": "impl",
1745
- "name": "OwnableMixinImpl",
1746
- "interface_name": "openzeppelin_access::ownable::interface::OwnableABI"
1747
- },
1748
- {
1749
- "type": "interface",
1750
- "name": "openzeppelin_access::ownable::interface::OwnableABI",
1751
- "items": [
1752
- {
1753
- "type": "function",
1754
- "name": "owner",
1755
- "inputs": [],
1756
- "outputs": [
1757
- {
1758
- "type": "core::starknet::contract_address::ContractAddress"
1759
- }
1760
- ],
1761
- "state_mutability": "view"
1762
- },
1763
- {
1764
- "type": "function",
1765
- "name": "transfer_ownership",
1766
- "inputs": [
1767
- {
1768
- "name": "new_owner",
1769
- "type": "core::starknet::contract_address::ContractAddress"
1770
- }
1771
- ],
1772
- "outputs": [],
1773
- "state_mutability": "external"
1774
- },
1775
- {
1776
- "type": "function",
1777
- "name": "renounce_ownership",
1778
- "inputs": [],
1779
- "outputs": [],
1780
- "state_mutability": "external"
1781
- },
1782
- {
1783
- "type": "function",
1784
- "name": "transferOwnership",
1785
- "inputs": [
1786
- {
1787
- "name": "newOwner",
1788
- "type": "core::starknet::contract_address::ContractAddress"
1789
- }
1790
- ],
1791
- "outputs": [],
1792
- "state_mutability": "external"
1793
- },
1794
- {
1795
- "type": "function",
1796
- "name": "renounceOwnership",
1797
- "inputs": [],
1798
- "outputs": [],
1799
- "state_mutability": "external"
1800
- }
1801
- ]
1802
- },
1803
1731
  {
1804
1732
  "type": "constructor",
1805
1733
  "name": "constructor",
1806
1734
  "inputs": [
1807
- {
1808
- "name": "owner",
1809
- "type": "core::starknet::contract_address::ContractAddress"
1810
- },
1811
1735
  {
1812
1736
  "name": "collection_class_hash",
1813
1737
  "type": "core::starknet::class_hash::ClassHash"
1814
1738
  }
1815
1739
  ]
1816
1740
  },
1817
- {
1818
- "type": "event",
1819
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
1820
- "kind": "struct",
1821
- "members": [
1822
- {
1823
- "name": "previous_owner",
1824
- "type": "core::starknet::contract_address::ContractAddress",
1825
- "kind": "key"
1826
- },
1827
- {
1828
- "name": "new_owner",
1829
- "type": "core::starknet::contract_address::ContractAddress",
1830
- "kind": "key"
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "type": "event",
1836
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
1837
- "kind": "struct",
1838
- "members": [
1839
- {
1840
- "name": "previous_owner",
1841
- "type": "core::starknet::contract_address::ContractAddress",
1842
- "kind": "key"
1843
- },
1844
- {
1845
- "name": "new_owner",
1846
- "type": "core::starknet::contract_address::ContractAddress",
1847
- "kind": "key"
1848
- }
1849
- ]
1850
- },
1851
- {
1852
- "type": "event",
1853
- "name": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
1854
- "kind": "enum",
1855
- "variants": [
1856
- {
1857
- "name": "OwnershipTransferred",
1858
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferred",
1859
- "kind": "nested"
1860
- },
1861
- {
1862
- "name": "OwnershipTransferStarted",
1863
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::OwnershipTransferStarted",
1864
- "kind": "nested"
1865
- }
1866
- ]
1867
- },
1868
1741
  {
1869
1742
  "type": "event",
1870
1743
  "name": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionDeployed",
@@ -1897,42 +1770,15 @@ var IPCollection1155FactoryABI = [
1897
1770
  }
1898
1771
  ]
1899
1772
  },
1900
- {
1901
- "type": "event",
1902
- "name": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionClassHashUpdated",
1903
- "kind": "struct",
1904
- "members": [
1905
- {
1906
- "name": "previous_class_hash",
1907
- "type": "core::starknet::class_hash::ClassHash",
1908
- "kind": "data"
1909
- },
1910
- {
1911
- "name": "new_class_hash",
1912
- "type": "core::starknet::class_hash::ClassHash",
1913
- "kind": "data"
1914
- }
1915
- ]
1916
- },
1917
1773
  {
1918
1774
  "type": "event",
1919
1775
  "name": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::Event",
1920
1776
  "kind": "enum",
1921
1777
  "variants": [
1922
- {
1923
- "name": "OwnableEvent",
1924
- "type": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
1925
- "kind": "flat"
1926
- },
1927
1778
  {
1928
1779
  "name": "CollectionDeployed",
1929
1780
  "type": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionDeployed",
1930
1781
  "kind": "nested"
1931
- },
1932
- {
1933
- "name": "CollectionClassHashUpdated",
1934
- "type": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionClassHashUpdated",
1935
- "kind": "nested"
1936
1782
  }
1937
1783
  ]
1938
1784
  }
@@ -2036,6 +1882,20 @@ var IPCollection1155ABI = [
2036
1882
  }
2037
1883
  ]
2038
1884
  },
1885
+ {
1886
+ "type": "enum",
1887
+ "name": "core::bool",
1888
+ "variants": [
1889
+ {
1890
+ "name": "False",
1891
+ "type": "()"
1892
+ },
1893
+ {
1894
+ "name": "True",
1895
+ "type": "()"
1896
+ }
1897
+ ]
1898
+ },
2039
1899
  {
2040
1900
  "type": "interface",
2041
1901
  "name": "ip_programmable_erc1155_collections::interfaces::IIPCollection::IIPCollection",
@@ -2086,16 +1946,12 @@ var IPCollection1155ABI = [
2086
1946
  },
2087
1947
  {
2088
1948
  "type": "function",
2089
- "name": "mint_item",
1949
+ "name": "mint_edition",
2090
1950
  "inputs": [
2091
1951
  {
2092
1952
  "name": "to",
2093
1953
  "type": "core::starknet::contract_address::ContractAddress"
2094
1954
  },
2095
- {
2096
- "name": "token_id",
2097
- "type": "core::integer::u256"
2098
- },
2099
1955
  {
2100
1956
  "name": "value",
2101
1957
  "type": "core::integer::u256"
@@ -2105,21 +1961,21 @@ var IPCollection1155ABI = [
2105
1961
  "type": "core::byte_array::ByteArray"
2106
1962
  }
2107
1963
  ],
2108
- "outputs": [],
1964
+ "outputs": [
1965
+ {
1966
+ "type": "core::integer::u256"
1967
+ }
1968
+ ],
2109
1969
  "state_mutability": "external"
2110
1970
  },
2111
1971
  {
2112
1972
  "type": "function",
2113
- "name": "batch_mint_item",
1973
+ "name": "batch_mint_edition",
2114
1974
  "inputs": [
2115
1975
  {
2116
1976
  "name": "to",
2117
1977
  "type": "core::starknet::contract_address::ContractAddress"
2118
1978
  },
2119
- {
2120
- "name": "token_ids",
2121
- "type": "core::array::Span::<core::integer::u256>"
2122
- },
2123
1979
  {
2124
1980
  "name": "values",
2125
1981
  "type": "core::array::Span::<core::integer::u256>"
@@ -2129,6 +1985,30 @@ var IPCollection1155ABI = [
2129
1985
  "type": "core::array::Array::<core::byte_array::ByteArray>"
2130
1986
  }
2131
1987
  ],
1988
+ "outputs": [
1989
+ {
1990
+ "type": "core::array::Span::<core::integer::u256>"
1991
+ }
1992
+ ],
1993
+ "state_mutability": "external"
1994
+ },
1995
+ {
1996
+ "type": "function",
1997
+ "name": "add_supply",
1998
+ "inputs": [
1999
+ {
2000
+ "name": "to",
2001
+ "type": "core::starknet::contract_address::ContractAddress"
2002
+ },
2003
+ {
2004
+ "name": "token_id",
2005
+ "type": "core::integer::u256"
2006
+ },
2007
+ {
2008
+ "name": "value",
2009
+ "type": "core::integer::u256"
2010
+ }
2011
+ ],
2132
2012
  "outputs": [],
2133
2013
  "state_mutability": "external"
2134
2014
  },
@@ -2190,6 +2070,33 @@ var IPCollection1155ABI = [
2190
2070
  }
2191
2071
  ],
2192
2072
  "state_mutability": "view"
2073
+ },
2074
+ {
2075
+ "type": "function",
2076
+ "name": "total_editions",
2077
+ "inputs": [],
2078
+ "outputs": [
2079
+ {
2080
+ "type": "core::integer::u256"
2081
+ }
2082
+ ],
2083
+ "state_mutability": "view"
2084
+ },
2085
+ {
2086
+ "type": "function",
2087
+ "name": "token_exists",
2088
+ "inputs": [
2089
+ {
2090
+ "name": "token_id",
2091
+ "type": "core::integer::u256"
2092
+ }
2093
+ ],
2094
+ "outputs": [
2095
+ {
2096
+ "type": "core::bool"
2097
+ }
2098
+ ],
2099
+ "state_mutability": "view"
2193
2100
  }
2194
2101
  ]
2195
2102
  },
@@ -2258,20 +2165,6 @@ var IPCollection1155ABI = [
2258
2165
  "name": "SRC5Impl",
2259
2166
  "interface_name": "openzeppelin_introspection::interface::ISRC5"
2260
2167
  },
2261
- {
2262
- "type": "enum",
2263
- "name": "core::bool",
2264
- "variants": [
2265
- {
2266
- "name": "False",
2267
- "type": "()"
2268
- },
2269
- {
2270
- "name": "True",
2271
- "type": "()"
2272
- }
2273
- ]
2274
- },
2275
2168
  {
2276
2169
  "type": "interface",
2277
2170
  "name": "openzeppelin_introspection::interface::ISRC5",
@@ -5504,12 +5397,12 @@ function normalizeAddress(address) {
5504
5397
  throw new Error(`Invalid Starknet address: "${address}"`);
5505
5398
  }
5506
5399
  }
5507
- function normalizeHash(hash) {
5400
+ function normalizeHash(hash2) {
5508
5401
  try {
5509
- const hex = starknet.num.toHex(BigInt(hash));
5402
+ const hex = starknet.num.toHex(BigInt(hash2));
5510
5403
  return "0x" + hex.slice(2).padStart(64, "0").toLowerCase();
5511
5404
  } catch {
5512
- throw new Error(`Invalid Starknet hash: "${hash}"`);
5405
+ throw new Error(`Invalid Starknet hash: "${hash2}"`);
5513
5406
  }
5514
5407
  }
5515
5408
  function shortenAddress(address, chars = 4) {
@@ -6303,15 +6196,15 @@ var ERC1155CollectionService = class {
6303
6196
  return { txHash: res.transaction_hash };
6304
6197
  }
6305
6198
  /**
6306
- * Mint a single token into an existing ERC-1155 collection.
6307
- * Caller must be the collection owner.
6308
- * The `tokenUri` is immutable validated and stored on the first mint only.
6199
+ * Mint a new edition into an existing ERC-1155 collection.
6200
+ * Caller must be the collection owner. The token id is assigned on-chain
6201
+ * (sequential from 1)read it from the `IPMinted` event of the returned tx.
6202
+ * The `tokenUri` is immutable.
6309
6203
  */
6310
- async mintItem(account, params) {
6204
+ async mintEdition(account, params) {
6311
6205
  const collection = this._collection(params.collection, account);
6312
- const call = collection.populate("mint_item", [
6206
+ const call = collection.populate("mint_edition", [
6313
6207
  params.to,
6314
- BigInt(params.tokenId),
6315
6208
  BigInt(params.value),
6316
6209
  params.tokenUri
6317
6210
  ]);
@@ -6319,24 +6212,37 @@ var ERC1155CollectionService = class {
6319
6212
  return { txHash: res.transaction_hash };
6320
6213
  }
6321
6214
  /**
6322
- * Batch-mint multiple token IDs into an existing ERC-1155 collection.
6323
- * All items go to the same `to` address.
6324
- * Caller must be the collection owner.
6215
+ * Batch-mint multiple new editions into an existing ERC-1155 collection.
6216
+ * All editions go to the same `to` address; ids are assigned sequentially
6217
+ * on-chain. Caller must be the collection owner.
6325
6218
  */
6326
- async batchMintItem(account, params) {
6219
+ async batchMintEdition(account, params) {
6327
6220
  const collection = this._collection(params.collection, account);
6328
- const tokenIds = params.items.map((i) => BigInt(i.tokenId));
6329
6221
  const values = params.items.map((i) => BigInt(i.value));
6330
6222
  const tokenUris = params.items.map((i) => i.tokenUri);
6331
- const call = collection.populate("batch_mint_item", [
6223
+ const call = collection.populate("batch_mint_edition", [
6332
6224
  params.to,
6333
- tokenIds,
6334
6225
  values,
6335
6226
  tokenUris
6336
6227
  ]);
6337
6228
  const res = await account.execute([call]);
6338
6229
  return { txHash: res.transaction_hash };
6339
6230
  }
6231
+ /**
6232
+ * Mint additional copies of an EXISTING edition into an ERC-1155 collection.
6233
+ * Reverts on-chain if `tokenId` has never been minted. Provenance/URI unchanged.
6234
+ * Caller must be the collection owner.
6235
+ */
6236
+ async addSupply(account, params) {
6237
+ const collection = this._collection(params.collection, account);
6238
+ const call = collection.populate("add_supply", [
6239
+ params.to,
6240
+ BigInt(params.tokenId),
6241
+ BigInt(params.value)
6242
+ ]);
6243
+ const res = await account.execute([call]);
6244
+ return { txHash: res.transaction_hash };
6245
+ }
6340
6246
  /**
6341
6247
  * Set the default ERC-2981 royalty for the entire collection.
6342
6248
  * `feeNumerator` is out of 10 000 (e.g. 500 = 5%).
@@ -6413,6 +6319,67 @@ async function getCreatorCoinPrice(coinAddress, provider) {
6413
6319
  const quotePerCoin = (quoteIsToken0 ? 1 / priceT1perT0 : priceT1perT0) * decAdj;
6414
6320
  return { quotePerCoin, quoteToken, quoteSymbol: token?.symbol ?? null, quoteDecimals };
6415
6321
  }
6322
+ var factoryContract = new starknet.Contract(
6323
+ CreatorCoinFactoryABI,
6324
+ CREATOR_COIN_FACTORY_CONTRACT_MAINNET
6325
+ );
6326
+ function buildCreateCreatorCoinCall(params) {
6327
+ const salt = params.salt ?? BigInt("0x" + Date.now().toString(16));
6328
+ return factoryContract.populate("create_creator_coin", [
6329
+ params.owner,
6330
+ params.name,
6331
+ params.symbol,
6332
+ BigInt(params.initialSupply),
6333
+ BigInt(salt)
6334
+ ]);
6335
+ }
6336
+ function buildLaunchOnEkuboCalls(params) {
6337
+ const ek = params.ekubo ?? VALIDATED_EKUBO_PARAMS;
6338
+ const launchParameters = {
6339
+ creator_coin_address: params.creatorCoin,
6340
+ transfer_restriction_delay: params.transferRestrictionDelay ?? 0,
6341
+ max_percentage_buy_launch: params.maxPercentageBuyLaunch ?? 200,
6342
+ quote_address: params.quoteToken,
6343
+ initial_holders: params.initialHolders,
6344
+ initial_holders_amounts: params.initialHoldersAmounts.map((a) => BigInt(a))
6345
+ };
6346
+ const ekuboParameters = {
6347
+ fee: BigInt(ek.fee),
6348
+ tick_spacing: BigInt(ek.tickSpacing),
6349
+ starting_price: { mag: BigInt(ek.startingPrice.mag), sign: ek.startingPrice.sign },
6350
+ bound: BigInt(ek.bound)
6351
+ };
6352
+ const calls = [];
6353
+ if (params.quoteFundAmount !== void 0) {
6354
+ const amt = starknet.uint256.bnToUint256(BigInt(params.quoteFundAmount));
6355
+ calls.push({
6356
+ contractAddress: params.quoteToken,
6357
+ entrypoint: "transfer",
6358
+ calldata: [CREATOR_COIN_FACTORY_CONTRACT_MAINNET, amt.low, amt.high]
6359
+ });
6360
+ }
6361
+ calls.push(factoryContract.populate("launch_on_ekubo", [launchParameters, ekuboParameters]));
6362
+ return calls;
6363
+ }
6364
+ var CREATOR_COIN_CREATED_SELECTOR = starknet.hash.getSelectorFromName("CreatorCoinCreated");
6365
+ function parseCreatorCoinCreated(receipt) {
6366
+ const factory = normalizeAddress(CREATOR_COIN_FACTORY_CONTRACT_MAINNET);
6367
+ for (const ev of receipt?.events ?? []) {
6368
+ let from;
6369
+ try {
6370
+ from = normalizeAddress(ev.from_address ?? "");
6371
+ } catch {
6372
+ continue;
6373
+ }
6374
+ if (from !== factory) continue;
6375
+ const k0 = ev.keys?.[0];
6376
+ if (!k0 || normalizeAddress(k0) !== normalizeAddress(CREATOR_COIN_CREATED_SELECTOR)) continue;
6377
+ const data = ev.data ?? [];
6378
+ if (data.length < 1) continue;
6379
+ return normalizeAddress(data[data.length - 1]);
6380
+ }
6381
+ throw new Error("Coin deployed but the coin address could not be read from the receipt");
6382
+ }
6416
6383
  var CreatorCoinService = class {
6417
6384
  constructor(config) {
6418
6385
  this.factoryAddress = CREATOR_COIN_FACTORY_CONTRACT_MAINNET;
@@ -6423,15 +6390,7 @@ var CreatorCoinService = class {
6423
6390
  }
6424
6391
  /** Deploy a fixed-supply CreatorCoin (full supply minted to the Factory). */
6425
6392
  async createCreatorCoin(account, params) {
6426
- const salt = params.salt ?? BigInt("0x" + Date.now().toString(16));
6427
- const call = this._factory(account).populate("create_creator_coin", [
6428
- params.owner,
6429
- params.name,
6430
- params.symbol,
6431
- BigInt(params.initialSupply),
6432
- BigInt(salt)
6433
- ]);
6434
- const res = await account.execute([call]);
6393
+ const res = await account.execute([buildCreateCreatorCoinCall(params)]);
6435
6394
  return { txHash: res.transaction_hash };
6436
6395
  }
6437
6396
  /**
@@ -6440,33 +6399,7 @@ var CreatorCoinService = class {
6440
6399
  * locked in the EkuboLauncher.
6441
6400
  */
6442
6401
  async launchOnEkubo(account, params) {
6443
- const ek = params.ekubo ?? VALIDATED_EKUBO_PARAMS;
6444
- const factory = this._factory(account);
6445
- const launchParameters = {
6446
- creator_coin_address: params.creatorCoin,
6447
- transfer_restriction_delay: params.transferRestrictionDelay ?? 0,
6448
- max_percentage_buy_launch: params.maxPercentageBuyLaunch ?? 200,
6449
- quote_address: params.quoteToken,
6450
- initial_holders: params.initialHolders,
6451
- initial_holders_amounts: params.initialHoldersAmounts.map((a) => BigInt(a))
6452
- };
6453
- const ekuboParameters = {
6454
- fee: BigInt(ek.fee),
6455
- tick_spacing: BigInt(ek.tickSpacing),
6456
- starting_price: { mag: BigInt(ek.startingPrice.mag), sign: ek.startingPrice.sign },
6457
- bound: BigInt(ek.bound)
6458
- };
6459
- const calls = [];
6460
- if (params.quoteFundAmount !== void 0) {
6461
- const amt = starknet.uint256.bnToUint256(BigInt(params.quoteFundAmount));
6462
- calls.push({
6463
- contractAddress: params.quoteToken,
6464
- entrypoint: "transfer",
6465
- calldata: [this.factoryAddress, amt.low, amt.high]
6466
- });
6467
- }
6468
- calls.push(factory.populate("launch_on_ekubo", [launchParameters, ekuboParameters]));
6469
- const res = await account.execute(calls);
6402
+ const res = await account.execute(buildLaunchOnEkuboCalls(params));
6470
6403
  return { txHash: res.transaction_hash };
6471
6404
  }
6472
6405
  /** View: is this address a Factory-deployed Creator Coin? */
@@ -6779,7 +6712,9 @@ exports.VALIDATED_EKUBO_PARAMS = VALIDATED_EKUBO_PARAMS;
6779
6712
  exports.build1155CancellationTypedData = build1155CancellationTypedData;
6780
6713
  exports.build1155OrderTypedData = build1155OrderTypedData;
6781
6714
  exports.buildCancellationTypedData = buildCancellationTypedData;
6715
+ exports.buildCreateCreatorCoinCall = buildCreateCreatorCoinCall;
6782
6716
  exports.buildFeeCall = buildFeeCall;
6717
+ exports.buildLaunchOnEkuboCalls = buildLaunchOnEkuboCalls;
6783
6718
  exports.buildOrderTypedData = buildOrderTypedData;
6784
6719
  exports.createFailoverFetch = createFailoverFetch;
6785
6720
  exports.encodeByteArray = encodeByteArray;
@@ -6796,6 +6731,7 @@ exports.listServices = listServices;
6796
6731
  exports.normalizeAddress = normalizeAddress;
6797
6732
  exports.normalizeHash = normalizeHash;
6798
6733
  exports.parseAmount = parseAmount;
6734
+ exports.parseCreatorCoinCreated = parseCreatorCoinCreated;
6799
6735
  exports.resolveConfig = resolveConfig;
6800
6736
  exports.resolveFeeConfig = resolveFeeConfig;
6801
6737
  exports.shortenAddress = shortenAddress;