@medialane/sdk 0.27.0 → 0.29.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 +171 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +540 -3
- package/dist/index.d.ts +540 -3
- package/dist/index.js +162 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { cairo, num, Contract, TypedDataRevision, shortString, constants, RpcProvider } from 'starknet';
|
|
2
|
+
import { cairo, num, Contract, uint256, TypedDataRevision, shortString, constants, RpcProvider } from 'starknet';
|
|
3
3
|
|
|
4
4
|
// src/config.ts
|
|
5
5
|
|
|
@@ -59,6 +59,11 @@ var COLLECTION_1155_CONTRACT_MAINNET = "0x067064adcaaed61e17bf50ea802ea648233612
|
|
|
59
59
|
var COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET = "0x188321a7c9ca972cc63e352e3b3a4cdf33781852d957f4b4b62249310fe4c75";
|
|
60
60
|
var COLLECTION_1155_CLASS_HASH_MAINNET = "0x281e13803c906f20bbe158efb44b7a0273c56fdebbeeb55b2ba59530ddb1c80";
|
|
61
61
|
var COLLECTION_1155_START_BLOCK_MAINNET = 10045611;
|
|
62
|
+
var CREATOR_COIN_FACTORY_CONTRACT_MAINNET = "0x50fa807b5274079fb19374673d7bab6d2dc3af7e1032ea43eb6e44bcbde4c3c";
|
|
63
|
+
var CREATOR_COIN_EKUBO_LAUNCHER_MAINNET = "0x4f7fceb5ac10f12f9544a09580592e5bdf1b7f04f48765eecf12286d8ccb7b4";
|
|
64
|
+
var CREATOR_COIN_CLASS_HASH_MAINNET = "0x743e4c8a5b96bb83bbf4af04edbbb482d5ece89eed9b729a79fb7df0cd0b6b6";
|
|
65
|
+
var CREATOR_COIN_FACTORY_CLASS_HASH_MAINNET = "0x51765926b1344c9a20b8cd4b5abe7b7d47375ae97cf6804db3ea5d4b05a9b55";
|
|
66
|
+
var CREATOR_COIN_START_BLOCK_MAINNET = 10474544;
|
|
62
67
|
var FeeConfigSchema = z.object({
|
|
63
68
|
enabled: z.boolean().default(true),
|
|
64
69
|
fundAddress: z.string().min(1).optional(),
|
|
@@ -4627,6 +4632,9 @@ var IPNftABI = [
|
|
|
4627
4632
|
}
|
|
4628
4633
|
];
|
|
4629
4634
|
|
|
4635
|
+
// src/abis/creatorCoinFactory.ts
|
|
4636
|
+
var CreatorCoinFactoryABI = [{ "type": "impl", "name": "FactoryImpl", "interface_name": "creator_coin::factory::interface::IFactory" }, { "type": "struct", "name": "core::integer::u256", "members": [{ "name": "low", "type": "core::integer::u128" }, { "name": "high", "type": "core::integer::u128" }] }, { "type": "struct", "name": "core::array::Span::<core::starknet::contract_address::ContractAddress>", "members": [{ "name": "snapshot", "type": "@core::array::Array::<core::starknet::contract_address::ContractAddress>" }] }, { "type": "struct", "name": "core::array::Span::<core::integer::u256>", "members": [{ "name": "snapshot", "type": "@core::array::Array::<core::integer::u256>" }] }, { "type": "struct", "name": "creator_coin::factory::LaunchParameters", "members": [{ "name": "creator_coin_address", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "transfer_restriction_delay", "type": "core::integer::u64" }, { "name": "max_percentage_buy_launch", "type": "core::integer::u16" }, { "name": "quote_address", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "initial_holders", "type": "core::array::Span::<core::starknet::contract_address::ContractAddress>" }, { "name": "initial_holders_amounts", "type": "core::array::Span::<core::integer::u256>" }] }, { "type": "enum", "name": "core::bool", "variants": [{ "name": "False", "type": "()" }, { "name": "True", "type": "()" }] }, { "type": "struct", "name": "ekubo::types::i129::i129", "members": [{ "name": "mag", "type": "core::integer::u128" }, { "name": "sign", "type": "core::bool" }] }, { "type": "struct", "name": "creator_coin::exchanges::ekubo::ekubo_adapter::EkuboPoolParameters", "members": [{ "name": "fee", "type": "core::integer::u128" }, { "name": "tick_spacing", "type": "core::integer::u128" }, { "name": "starting_price", "type": "ekubo::types::i129::i129" }, { "name": "bound", "type": "core::integer::u128" }] }, { "type": "struct", "name": "ekubo::types::keys::PoolKey", "members": [{ "name": "token0", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "token1", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "fee", "type": "core::integer::u128" }, { "name": "tick_spacing", "type": "core::integer::u128" }, { "name": "extension", "type": "core::starknet::contract_address::ContractAddress" }] }, { "type": "struct", "name": "ekubo::types::bounds::Bounds", "members": [{ "name": "lower", "type": "ekubo::types::i129::i129" }, { "name": "upper", "type": "ekubo::types::i129::i129" }] }, { "type": "struct", "name": "creator_coin::exchanges::ekubo::launcher::EkuboLP", "members": [{ "name": "owner", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "quote_address", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "pool_key", "type": "ekubo::types::keys::PoolKey" }, { "name": "bounds", "type": "ekubo::types::bounds::Bounds" }] }, { "type": "enum", "name": "creator_coin::exchanges::SupportedExchanges", "variants": [{ "name": "Jediswap", "type": "()" }, { "name": "Ekubo", "type": "()" }, { "name": "Starkdefi", "type": "()" }] }, { "type": "enum", "name": "creator_coin::token::creator_coin::LiquidityType", "variants": [{ "name": "JediERC20", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "StarkDeFiERC20", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "EkuboNFT", "type": "core::integer::u64" }] }, { "type": "enum", "name": "core::option::Option::<(core::starknet::contract_address::ContractAddress, creator_coin::token::creator_coin::LiquidityType)>", "variants": [{ "name": "Some", "type": "(core::starknet::contract_address::ContractAddress, creator_coin::token::creator_coin::LiquidityType)" }, { "name": "None", "type": "()" }] }, { "type": "interface", "name": "creator_coin::factory::interface::IFactory", "items": [{ "type": "function", "name": "create_creator_coin", "inputs": [{ "name": "owner", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "name", "type": "core::felt252" }, { "name": "symbol", "type": "core::felt252" }, { "name": "initial_supply", "type": "core::integer::u256" }, { "name": "contract_address_salt", "type": "core::felt252" }], "outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }], "state_mutability": "external" }, { "type": "function", "name": "launch_on_jediswap", "inputs": [{ "name": "launch_parameters", "type": "creator_coin::factory::LaunchParameters" }, { "name": "quote_amount", "type": "core::integer::u256" }, { "name": "unlock_time", "type": "core::integer::u64" }], "outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }], "state_mutability": "external" }, { "type": "function", "name": "launch_on_ekubo", "inputs": [{ "name": "launch_parameters", "type": "creator_coin::factory::LaunchParameters" }, { "name": "ekubo_parameters", "type": "creator_coin::exchanges::ekubo::ekubo_adapter::EkuboPoolParameters" }], "outputs": [{ "type": "(core::integer::u64, creator_coin::exchanges::ekubo::launcher::EkuboLP)" }], "state_mutability": "external" }, { "type": "function", "name": "launch_on_starkdefi", "inputs": [{ "name": "launch_parameters", "type": "creator_coin::factory::LaunchParameters" }, { "name": "quote_amount", "type": "core::integer::u256" }, { "name": "unlock_time", "type": "core::integer::u64" }], "outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }], "state_mutability": "external" }, { "type": "function", "name": "exchange_address", "inputs": [{ "name": "exchange", "type": "creator_coin::exchanges::SupportedExchanges" }], "outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }], "state_mutability": "view" }, { "type": "function", "name": "lock_manager_address", "inputs": [], "outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }], "state_mutability": "view" }, { "type": "function", "name": "locked_liquidity", "inputs": [{ "name": "token", "type": "core::starknet::contract_address::ContractAddress" }], "outputs": [{ "type": "core::option::Option::<(core::starknet::contract_address::ContractAddress, creator_coin::token::creator_coin::LiquidityType)>" }], "state_mutability": "view" }, { "type": "function", "name": "is_creator_coin", "inputs": [{ "name": "address", "type": "core::starknet::contract_address::ContractAddress" }], "outputs": [{ "type": "core::bool" }], "state_mutability": "view" }, { "type": "function", "name": "ekubo_core_address", "inputs": [], "outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }], "state_mutability": "view" }] }, { "type": "struct", "name": "core::array::Span::<(creator_coin::exchanges::SupportedExchanges, core::starknet::contract_address::ContractAddress)>", "members": [{ "name": "snapshot", "type": "@core::array::Array::<(creator_coin::exchanges::SupportedExchanges, core::starknet::contract_address::ContractAddress)>" }] }, { "type": "struct", "name": "core::array::Span::<(core::starknet::contract_address::ContractAddress, core::starknet::contract_address::ContractAddress)>", "members": [{ "name": "snapshot", "type": "@core::array::Array::<(core::starknet::contract_address::ContractAddress, core::starknet::contract_address::ContractAddress)>" }] }, { "type": "constructor", "name": "constructor", "inputs": [{ "name": "creator_coin_class_hash", "type": "core::starknet::class_hash::ClassHash" }, { "name": "lock_manager_address", "type": "core::starknet::contract_address::ContractAddress" }, { "name": "exchanges", "type": "core::array::Span::<(creator_coin::exchanges::SupportedExchanges, core::starknet::contract_address::ContractAddress)>" }, { "name": "migrated_tokens", "type": "core::array::Span::<(core::starknet::contract_address::ContractAddress, core::starknet::contract_address::ContractAddress)>" }] }, { "type": "event", "name": "creator_coin::factory::factory::Factory::CreatorCoinCreated", "kind": "struct", "members": [{ "name": "owner", "type": "core::starknet::contract_address::ContractAddress", "kind": "data" }, { "name": "name", "type": "core::felt252", "kind": "data" }, { "name": "symbol", "type": "core::felt252", "kind": "data" }, { "name": "initial_supply", "type": "core::integer::u256", "kind": "data" }, { "name": "creator_coin_address", "type": "core::starknet::contract_address::ContractAddress", "kind": "data" }] }, { "type": "event", "name": "creator_coin::factory::factory::Factory::CreatorCoinLaunched", "kind": "struct", "members": [{ "name": "creator_coin_address", "type": "core::starknet::contract_address::ContractAddress", "kind": "data" }, { "name": "quote_token", "type": "core::starknet::contract_address::ContractAddress", "kind": "data" }, { "name": "exchange_name", "type": "core::felt252", "kind": "data" }] }, { "type": "event", "name": "creator_coin::factory::factory::Factory::Event", "kind": "enum", "variants": [{ "name": "CreatorCoinCreated", "type": "creator_coin::factory::factory::Factory::CreatorCoinCreated", "kind": "nested" }, { "name": "CreatorCoinLaunched", "type": "creator_coin::factory::factory::Factory::CreatorCoinLaunched", "kind": "nested" }] }];
|
|
4637
|
+
|
|
4630
4638
|
// src/utils/bigint.ts
|
|
4631
4639
|
function stringifyBigInts(obj) {
|
|
4632
4640
|
if (typeof obj === "bigint") {
|
|
@@ -4684,6 +4692,63 @@ var MedialaneError = class extends Error {
|
|
|
4684
4692
|
this.name = "MedialaneError";
|
|
4685
4693
|
}
|
|
4686
4694
|
};
|
|
4695
|
+
|
|
4696
|
+
// src/utils/rpc.ts
|
|
4697
|
+
var PUBLIC_RPC_FALLBACKS = [
|
|
4698
|
+
"https://rpc.starknet.lava.build",
|
|
4699
|
+
"https://starknet-mainnet.public.blastapi.io/rpc/v0_7",
|
|
4700
|
+
"https://free-rpc.nethermind.io/mainnet-juno/v0_7"
|
|
4701
|
+
];
|
|
4702
|
+
var TRANSIENT_BODY_RE = /"code"\s*:\s*-32001|"code"\s*:\s*-32603|unable to complete|rate.?limit|too many|throttl|exceed.*quota|temporarily unavailable|service unavailable|overload|gateway.*time|upstream.*time|backend.*error/i;
|
|
4703
|
+
function isTransientRpcError(input) {
|
|
4704
|
+
const { status, body } = input;
|
|
4705
|
+
if (typeof status === "number" && (status === 429 || status >= 500)) return true;
|
|
4706
|
+
if (body == null) return false;
|
|
4707
|
+
if (typeof body === "object") {
|
|
4708
|
+
const err = body.error;
|
|
4709
|
+
if (!err || typeof err !== "object") return false;
|
|
4710
|
+
const code = err.code;
|
|
4711
|
+
if (typeof code === "number") {
|
|
4712
|
+
if (code === 429) return true;
|
|
4713
|
+
if (code >= -32099 && code <= -32e3) return true;
|
|
4714
|
+
if (code === -32603) return true;
|
|
4715
|
+
}
|
|
4716
|
+
const message = err.message;
|
|
4717
|
+
return typeof message === "string" ? TRANSIENT_BODY_RE.test(message) : false;
|
|
4718
|
+
}
|
|
4719
|
+
return TRANSIENT_BODY_RE.test(String(body));
|
|
4720
|
+
}
|
|
4721
|
+
function createFailoverFetch(urls, options = {}) {
|
|
4722
|
+
const endpoints = urls.filter((u) => Boolean(u));
|
|
4723
|
+
if (endpoints.length === 0) {
|
|
4724
|
+
throw new Error("createFailoverFetch: at least one RPC URL is required");
|
|
4725
|
+
}
|
|
4726
|
+
const doFetch = options.baseFetch ?? fetch;
|
|
4727
|
+
const failover = async (_input, init) => {
|
|
4728
|
+
let lastError;
|
|
4729
|
+
for (let i = 0; i < endpoints.length; i++) {
|
|
4730
|
+
const url = endpoints[i];
|
|
4731
|
+
const isLast = i === endpoints.length - 1;
|
|
4732
|
+
try {
|
|
4733
|
+
const res = await doFetch(url, init);
|
|
4734
|
+
const text = await res.text();
|
|
4735
|
+
const rebuilt = () => new Response(text, { status: res.status, statusText: res.statusText, headers: res.headers });
|
|
4736
|
+
if (isLast || !isTransientRpcError({ status: res.status, body: text })) {
|
|
4737
|
+
return rebuilt();
|
|
4738
|
+
}
|
|
4739
|
+
options.onFailover?.({ url, status: res.status });
|
|
4740
|
+
} catch (err) {
|
|
4741
|
+
lastError = err;
|
|
4742
|
+
if (isLast) throw err;
|
|
4743
|
+
options.onFailover?.({ url, error: err });
|
|
4744
|
+
}
|
|
4745
|
+
}
|
|
4746
|
+
throw lastError ?? new Error("createFailoverFetch: all endpoints failed");
|
|
4747
|
+
};
|
|
4748
|
+
return failover;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4751
|
+
// src/marketplace/utils.ts
|
|
4687
4752
|
var START_TIME_BUFFER_SECS = 30;
|
|
4688
4753
|
function generateSalt() {
|
|
4689
4754
|
const bytes = new Uint8Array(31);
|
|
@@ -4724,7 +4789,8 @@ var _providerCache = /* @__PURE__ */ new WeakMap();
|
|
|
4724
4789
|
function getProvider(config) {
|
|
4725
4790
|
let p = _providerCache.get(config);
|
|
4726
4791
|
if (!p) {
|
|
4727
|
-
|
|
4792
|
+
const urls = Array.from(/* @__PURE__ */ new Set([config.rpcUrl, ...PUBLIC_RPC_FALLBACKS]));
|
|
4793
|
+
p = new RpcProvider({ nodeUrl: urls[0], baseFetch: createFailoverFetch(urls) });
|
|
4728
4794
|
_providerCache.set(config, p);
|
|
4729
4795
|
}
|
|
4730
4796
|
return p;
|
|
@@ -6310,6 +6376,75 @@ var ERC1155CollectionService = class {
|
|
|
6310
6376
|
return { txHash: res.transaction_hash };
|
|
6311
6377
|
}
|
|
6312
6378
|
};
|
|
6379
|
+
var VALIDATED_EKUBO_PARAMS = {
|
|
6380
|
+
fee: "0xc49ba5e353f7d00000000000000000",
|
|
6381
|
+
tickSpacing: 5982n,
|
|
6382
|
+
startingPrice: { mag: 4600158n, sign: true },
|
|
6383
|
+
bound: 88719042n
|
|
6384
|
+
};
|
|
6385
|
+
var CreatorCoinService = class {
|
|
6386
|
+
// config is accepted for signature parity with the other services (none needed
|
|
6387
|
+
// today — launch is zero-fee and views take an account).
|
|
6388
|
+
constructor(_config) {
|
|
6389
|
+
this.factoryAddress = CREATOR_COIN_FACTORY_CONTRACT_MAINNET;
|
|
6390
|
+
}
|
|
6391
|
+
_factory(account) {
|
|
6392
|
+
return new Contract(CreatorCoinFactoryABI, this.factoryAddress, account);
|
|
6393
|
+
}
|
|
6394
|
+
/** Deploy a fixed-supply CreatorCoin (full supply minted to the Factory). */
|
|
6395
|
+
async createCreatorCoin(account, params) {
|
|
6396
|
+
const salt = params.salt ?? BigInt("0x" + Date.now().toString(16));
|
|
6397
|
+
const call = this._factory(account).populate("create_creator_coin", [
|
|
6398
|
+
params.owner,
|
|
6399
|
+
params.name,
|
|
6400
|
+
params.symbol,
|
|
6401
|
+
BigInt(params.initialSupply),
|
|
6402
|
+
BigInt(salt)
|
|
6403
|
+
]);
|
|
6404
|
+
const res = await account.execute([call]);
|
|
6405
|
+
return { txHash: res.transaction_hash };
|
|
6406
|
+
}
|
|
6407
|
+
/**
|
|
6408
|
+
* Launch a coin on Ekubo (owner-only). Optionally pre-funds the Factory with
|
|
6409
|
+
* quote (for the buyback) in the same multicall. Liquidity is permanently
|
|
6410
|
+
* locked in the EkuboLauncher.
|
|
6411
|
+
*/
|
|
6412
|
+
async launchOnEkubo(account, params) {
|
|
6413
|
+
const ek = params.ekubo ?? VALIDATED_EKUBO_PARAMS;
|
|
6414
|
+
const factory = this._factory(account);
|
|
6415
|
+
const launchParameters = {
|
|
6416
|
+
creator_coin_address: params.creatorCoin,
|
|
6417
|
+
transfer_restriction_delay: params.transferRestrictionDelay ?? 0,
|
|
6418
|
+
max_percentage_buy_launch: params.maxPercentageBuyLaunch ?? 200,
|
|
6419
|
+
quote_address: params.quoteToken,
|
|
6420
|
+
initial_holders: params.initialHolders,
|
|
6421
|
+
initial_holders_amounts: params.initialHoldersAmounts.map((a) => BigInt(a))
|
|
6422
|
+
};
|
|
6423
|
+
const ekuboParameters = {
|
|
6424
|
+
fee: BigInt(ek.fee),
|
|
6425
|
+
tick_spacing: BigInt(ek.tickSpacing),
|
|
6426
|
+
starting_price: { mag: BigInt(ek.startingPrice.mag), sign: ek.startingPrice.sign },
|
|
6427
|
+
bound: BigInt(ek.bound)
|
|
6428
|
+
};
|
|
6429
|
+
const calls = [];
|
|
6430
|
+
if (params.quoteFundAmount !== void 0) {
|
|
6431
|
+
const amt = uint256.bnToUint256(BigInt(params.quoteFundAmount));
|
|
6432
|
+
calls.push({
|
|
6433
|
+
contractAddress: params.quoteToken,
|
|
6434
|
+
entrypoint: "transfer",
|
|
6435
|
+
calldata: [this.factoryAddress, amt.low, amt.high]
|
|
6436
|
+
});
|
|
6437
|
+
}
|
|
6438
|
+
calls.push(factory.populate("launch_on_ekubo", [launchParameters, ekuboParameters]));
|
|
6439
|
+
const res = await account.execute(calls);
|
|
6440
|
+
return { txHash: res.transaction_hash };
|
|
6441
|
+
}
|
|
6442
|
+
/** View: is this address a Factory-deployed Creator Coin? */
|
|
6443
|
+
async isCreatorCoin(address, account) {
|
|
6444
|
+
const r = await this._factory(account).is_creator_coin(address);
|
|
6445
|
+
return BigInt(r) === 1n;
|
|
6446
|
+
}
|
|
6447
|
+
};
|
|
6313
6448
|
|
|
6314
6449
|
// src/client.ts
|
|
6315
6450
|
var MedialaneClient = class {
|
|
@@ -6320,7 +6455,8 @@ var MedialaneClient = class {
|
|
|
6320
6455
|
this.services = {
|
|
6321
6456
|
pop: new PopService(this.config),
|
|
6322
6457
|
drop: new DropService(this.config),
|
|
6323
|
-
erc1155Collection: new ERC1155CollectionService(this.config)
|
|
6458
|
+
erc1155Collection: new ERC1155CollectionService(this.config),
|
|
6459
|
+
creatorCoin: new CreatorCoinService(this.config)
|
|
6324
6460
|
};
|
|
6325
6461
|
if (!this.config.backendUrl) {
|
|
6326
6462
|
const sentinel = new ApiClient("https://medialane-sdk-no-backend.invalid", this.config.apiKey);
|
|
@@ -6448,6 +6584,28 @@ var SERVICES = {
|
|
|
6448
6584
|
],
|
|
6449
6585
|
metadataSchema: { licenseDefault: "CC BY-SA" }
|
|
6450
6586
|
},
|
|
6587
|
+
"creator-coin": {
|
|
6588
|
+
id: "creator-coin",
|
|
6589
|
+
displayName: "Creator Coin",
|
|
6590
|
+
description: "Launch a fixed-supply social token with permanently-locked Ekubo liquidity.",
|
|
6591
|
+
standard: "ERC20",
|
|
6592
|
+
provenance: "MEDIALANE",
|
|
6593
|
+
onchain: {
|
|
6594
|
+
factoryAddress: CREATOR_COIN_FACTORY_CONTRACT_MAINNET,
|
|
6595
|
+
classHash: CREATOR_COIN_FACTORY_CLASS_HASH_MAINNET,
|
|
6596
|
+
startBlock: CREATOR_COIN_START_BLOCK_MAINNET
|
|
6597
|
+
},
|
|
6598
|
+
uiVariant: "coin",
|
|
6599
|
+
// `swap` is a UI affordance (05 §III): the marketplace renders an embedded
|
|
6600
|
+
// Ekubo swap (via StarkZapp) for the coin. Settlement is Ekubo — Medialane
|
|
6601
|
+
// operates NO trading venue and custodies nothing. No venue service exists
|
|
6602
|
+
// for coins (unlike NFTs, whose Medialane marketplace contract settles them).
|
|
6603
|
+
capabilities: ["launch", "swap", "transfer"],
|
|
6604
|
+
events: [
|
|
6605
|
+
{ name: "CreatorCoinCreated", emittedBy: "factory" },
|
|
6606
|
+
{ name: "CreatorCoinLaunched", emittedBy: "factory" }
|
|
6607
|
+
]
|
|
6608
|
+
},
|
|
6451
6609
|
"medialane-marketplace-erc721": {
|
|
6452
6610
|
id: "medialane-marketplace-erc721",
|
|
6453
6611
|
displayName: "Medialane Marketplace (ERC-721)",
|
|
@@ -6520,6 +6678,6 @@ function getServicesByCapability(cap) {
|
|
|
6520
6678
|
);
|
|
6521
6679
|
}
|
|
6522
6680
|
|
|
6523
|
-
export { ApiClient, COLLECTION_1155_CLASS_HASH_MAINNET, COLLECTION_1155_CONTRACT_MAINNET, COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET, COLLECTION_1155_START_BLOCK_MAINNET, COLLECTION_721_CONTRACT_MAINNET, COLLECTION_721_START_BLOCK_MAINNET, CollectionRegistryABI, DEFAULT_RPC_URL, DROP_COLLECTION_CLASS_HASH_MAINNET, DROP_FACTORY_CONTRACT_MAINNET, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, FeeConfigSchema, IPCOLLECTION_CLASS_HASH_MAINNET, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPMarketplaceABI, IPNFT_CLASS_HASH_MAINNET, IPNftABI, MARKETPLACE_1155_CLASS_HASH_MAINNET, MARKETPLACE_1155_CONTRACT_MAINNET, MARKETPLACE_1155_START_BLOCK_MAINNET, MARKETPLACE_721_CLASS_HASH_MAINNET, MARKETPLACE_721_CONTRACT_MAINNET, MARKETPLACE_721_START_BLOCK_MAINNET, MarketplaceModule, Medialane1155ABI, Medialane1155Module, MedialaneApiError, MedialaneClient, MedialaneError, NFTCOMMENTS_CONTRACT_MAINNET, OPEN_LICENSES, POPCollectionABI, POPFactoryABI, POP_COLLECTION_CLASS_HASH_MAINNET, POP_FACTORY_CONTRACT_MAINNET, PopService, SUPPORTED_NETWORKS, SUPPORTED_TOKENS, build1155CancellationTypedData, build1155OrderTypedData, buildCancellationTypedData, buildFeeCall, buildOrderTypedData, encodeByteArray, formatAmount, getListableTokens, getService, getServicesByCapability, getTokenByAddress, getTokenBySymbol, isServiceId, listServices, normalizeAddress, normalizeHash, parseAmount, resolveConfig, resolveFeeConfig, shortenAddress, stringifyBigInts, u256ToBigInt };
|
|
6681
|
+
export { ApiClient, COLLECTION_1155_CLASS_HASH_MAINNET, COLLECTION_1155_CONTRACT_MAINNET, COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET, COLLECTION_1155_START_BLOCK_MAINNET, COLLECTION_721_CONTRACT_MAINNET, COLLECTION_721_START_BLOCK_MAINNET, CREATOR_COIN_CLASS_HASH_MAINNET, CREATOR_COIN_EKUBO_LAUNCHER_MAINNET, CREATOR_COIN_FACTORY_CLASS_HASH_MAINNET, CREATOR_COIN_FACTORY_CONTRACT_MAINNET, CREATOR_COIN_START_BLOCK_MAINNET, CollectionRegistryABI, CreatorCoinFactoryABI, CreatorCoinService, DEFAULT_RPC_URL, DROP_COLLECTION_CLASS_HASH_MAINNET, DROP_FACTORY_CONTRACT_MAINNET, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, FeeConfigSchema, IPCOLLECTION_CLASS_HASH_MAINNET, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPMarketplaceABI, IPNFT_CLASS_HASH_MAINNET, IPNftABI, MARKETPLACE_1155_CLASS_HASH_MAINNET, MARKETPLACE_1155_CONTRACT_MAINNET, MARKETPLACE_1155_START_BLOCK_MAINNET, MARKETPLACE_721_CLASS_HASH_MAINNET, MARKETPLACE_721_CONTRACT_MAINNET, MARKETPLACE_721_START_BLOCK_MAINNET, MarketplaceModule, Medialane1155ABI, Medialane1155Module, MedialaneApiError, MedialaneClient, MedialaneError, NFTCOMMENTS_CONTRACT_MAINNET, OPEN_LICENSES, POPCollectionABI, POPFactoryABI, POP_COLLECTION_CLASS_HASH_MAINNET, POP_FACTORY_CONTRACT_MAINNET, PUBLIC_RPC_FALLBACKS, PopService, SUPPORTED_NETWORKS, SUPPORTED_TOKENS, VALIDATED_EKUBO_PARAMS, build1155CancellationTypedData, build1155OrderTypedData, buildCancellationTypedData, buildFeeCall, buildOrderTypedData, createFailoverFetch, encodeByteArray, formatAmount, getListableTokens, getService, getServicesByCapability, getTokenByAddress, getTokenBySymbol, isServiceId, isTransientRpcError, listServices, normalizeAddress, normalizeHash, parseAmount, resolveConfig, resolveFeeConfig, shortenAddress, stringifyBigInts, u256ToBigInt };
|
|
6524
6682
|
//# sourceMappingURL=index.js.map
|
|
6525
6683
|
//# sourceMappingURL=index.js.map
|