@medialane/sdk 0.33.0 → 0.34.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 +106 -196
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +99 -162
- package/dist/index.d.ts +99 -162
- package/dist/index.js +105 -197
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -57,10 +57,12 @@ 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 = "
|
|
61
|
-
var
|
|
62
|
-
var
|
|
63
|
-
var
|
|
60
|
+
var COLLECTION_1155_CONTRACT_MAINNET = "0x0083543c3ee15040a419fc539fa6889f5b956e7d071bcfa97842cb0ae42ad6cc";
|
|
61
|
+
var COLLECTION_1155_CONTRACT_LEGACY_MAINNET = "0x067064adcaaed61e17bf50ea802ea6482336126aec5b4d032b4ff8fbb5009131";
|
|
62
|
+
var COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET = "0x331a69da8655a882ba1fbcb55188b8fa09116521db901bbbaafc9fead0689f8";
|
|
63
|
+
var COLLECTION_1155_CLASS_HASH_MAINNET = "0x4e110b59af240ae6c7742999964c4eae13fb2ed935c47fe97653ec017ebea34";
|
|
64
|
+
var COLLECTION_1155_START_BLOCK_MAINNET = 10665319;
|
|
65
|
+
var COLLECTION_1155_START_BLOCK_LEGACY_MAINNET = 10045611;
|
|
64
66
|
var CREATOR_COIN_FACTORY_CONTRACT_MAINNET = "0x50fa807b5274079fb19374673d7bab6d2dc3af7e1032ea43eb6e44bcbde4c3c";
|
|
65
67
|
var CREATOR_COIN_EKUBO_LAUNCHER_MAINNET = "0x4f7fceb5ac10f12f9544a09580592e5bdf1b7f04f48765eecf12286d8ccb7b4";
|
|
66
68
|
var CREATOR_COIN_CLASS_HASH_MAINNET = "0x743e4c8a5b96bb83bbf4af04edbbb482d5ece89eed9b729a79fb7df0cd0b6b6";
|
|
@@ -1702,18 +1704,6 @@ var IPCollection1155FactoryABI = [
|
|
|
1702
1704
|
],
|
|
1703
1705
|
"state_mutability": "view"
|
|
1704
1706
|
},
|
|
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
1707
|
{
|
|
1718
1708
|
"type": "function",
|
|
1719
1709
|
"name": "deploy_collection",
|
|
@@ -1740,131 +1730,16 @@ var IPCollection1155FactoryABI = [
|
|
|
1740
1730
|
}
|
|
1741
1731
|
]
|
|
1742
1732
|
},
|
|
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
1733
|
{
|
|
1804
1734
|
"type": "constructor",
|
|
1805
1735
|
"name": "constructor",
|
|
1806
1736
|
"inputs": [
|
|
1807
|
-
{
|
|
1808
|
-
"name": "owner",
|
|
1809
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
1810
|
-
},
|
|
1811
1737
|
{
|
|
1812
1738
|
"name": "collection_class_hash",
|
|
1813
1739
|
"type": "core::starknet::class_hash::ClassHash"
|
|
1814
1740
|
}
|
|
1815
1741
|
]
|
|
1816
1742
|
},
|
|
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
1743
|
{
|
|
1869
1744
|
"type": "event",
|
|
1870
1745
|
"name": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionDeployed",
|
|
@@ -1897,42 +1772,15 @@ var IPCollection1155FactoryABI = [
|
|
|
1897
1772
|
}
|
|
1898
1773
|
]
|
|
1899
1774
|
},
|
|
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
1775
|
{
|
|
1918
1776
|
"type": "event",
|
|
1919
1777
|
"name": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::Event",
|
|
1920
1778
|
"kind": "enum",
|
|
1921
1779
|
"variants": [
|
|
1922
|
-
{
|
|
1923
|
-
"name": "OwnableEvent",
|
|
1924
|
-
"type": "openzeppelin_access::ownable::ownable::OwnableComponent::Event",
|
|
1925
|
-
"kind": "flat"
|
|
1926
|
-
},
|
|
1927
1780
|
{
|
|
1928
1781
|
"name": "CollectionDeployed",
|
|
1929
1782
|
"type": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionDeployed",
|
|
1930
1783
|
"kind": "nested"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "CollectionClassHashUpdated",
|
|
1934
|
-
"type": "ip_programmable_erc1155_collections::IPCollectionFactory::IPCollectionFactory::CollectionClassHashUpdated",
|
|
1935
|
-
"kind": "nested"
|
|
1936
1784
|
}
|
|
1937
1785
|
]
|
|
1938
1786
|
}
|
|
@@ -2036,6 +1884,20 @@ var IPCollection1155ABI = [
|
|
|
2036
1884
|
}
|
|
2037
1885
|
]
|
|
2038
1886
|
},
|
|
1887
|
+
{
|
|
1888
|
+
"type": "enum",
|
|
1889
|
+
"name": "core::bool",
|
|
1890
|
+
"variants": [
|
|
1891
|
+
{
|
|
1892
|
+
"name": "False",
|
|
1893
|
+
"type": "()"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "True",
|
|
1897
|
+
"type": "()"
|
|
1898
|
+
}
|
|
1899
|
+
]
|
|
1900
|
+
},
|
|
2039
1901
|
{
|
|
2040
1902
|
"type": "interface",
|
|
2041
1903
|
"name": "ip_programmable_erc1155_collections::interfaces::IIPCollection::IIPCollection",
|
|
@@ -2086,16 +1948,12 @@ var IPCollection1155ABI = [
|
|
|
2086
1948
|
},
|
|
2087
1949
|
{
|
|
2088
1950
|
"type": "function",
|
|
2089
|
-
"name": "
|
|
1951
|
+
"name": "mint_edition",
|
|
2090
1952
|
"inputs": [
|
|
2091
1953
|
{
|
|
2092
1954
|
"name": "to",
|
|
2093
1955
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
2094
1956
|
},
|
|
2095
|
-
{
|
|
2096
|
-
"name": "token_id",
|
|
2097
|
-
"type": "core::integer::u256"
|
|
2098
|
-
},
|
|
2099
1957
|
{
|
|
2100
1958
|
"name": "value",
|
|
2101
1959
|
"type": "core::integer::u256"
|
|
@@ -2105,21 +1963,21 @@ var IPCollection1155ABI = [
|
|
|
2105
1963
|
"type": "core::byte_array::ByteArray"
|
|
2106
1964
|
}
|
|
2107
1965
|
],
|
|
2108
|
-
"outputs": [
|
|
1966
|
+
"outputs": [
|
|
1967
|
+
{
|
|
1968
|
+
"type": "core::integer::u256"
|
|
1969
|
+
}
|
|
1970
|
+
],
|
|
2109
1971
|
"state_mutability": "external"
|
|
2110
1972
|
},
|
|
2111
1973
|
{
|
|
2112
1974
|
"type": "function",
|
|
2113
|
-
"name": "
|
|
1975
|
+
"name": "batch_mint_edition",
|
|
2114
1976
|
"inputs": [
|
|
2115
1977
|
{
|
|
2116
1978
|
"name": "to",
|
|
2117
1979
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
2118
1980
|
},
|
|
2119
|
-
{
|
|
2120
|
-
"name": "token_ids",
|
|
2121
|
-
"type": "core::array::Span::<core::integer::u256>"
|
|
2122
|
-
},
|
|
2123
1981
|
{
|
|
2124
1982
|
"name": "values",
|
|
2125
1983
|
"type": "core::array::Span::<core::integer::u256>"
|
|
@@ -2129,6 +1987,30 @@ var IPCollection1155ABI = [
|
|
|
2129
1987
|
"type": "core::array::Array::<core::byte_array::ByteArray>"
|
|
2130
1988
|
}
|
|
2131
1989
|
],
|
|
1990
|
+
"outputs": [
|
|
1991
|
+
{
|
|
1992
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"state_mutability": "external"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"type": "function",
|
|
1999
|
+
"name": "add_supply",
|
|
2000
|
+
"inputs": [
|
|
2001
|
+
{
|
|
2002
|
+
"name": "to",
|
|
2003
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "token_id",
|
|
2007
|
+
"type": "core::integer::u256"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "value",
|
|
2011
|
+
"type": "core::integer::u256"
|
|
2012
|
+
}
|
|
2013
|
+
],
|
|
2132
2014
|
"outputs": [],
|
|
2133
2015
|
"state_mutability": "external"
|
|
2134
2016
|
},
|
|
@@ -2190,6 +2072,33 @@ var IPCollection1155ABI = [
|
|
|
2190
2072
|
}
|
|
2191
2073
|
],
|
|
2192
2074
|
"state_mutability": "view"
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"type": "function",
|
|
2078
|
+
"name": "total_editions",
|
|
2079
|
+
"inputs": [],
|
|
2080
|
+
"outputs": [
|
|
2081
|
+
{
|
|
2082
|
+
"type": "core::integer::u256"
|
|
2083
|
+
}
|
|
2084
|
+
],
|
|
2085
|
+
"state_mutability": "view"
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"type": "function",
|
|
2089
|
+
"name": "token_exists",
|
|
2090
|
+
"inputs": [
|
|
2091
|
+
{
|
|
2092
|
+
"name": "token_id",
|
|
2093
|
+
"type": "core::integer::u256"
|
|
2094
|
+
}
|
|
2095
|
+
],
|
|
2096
|
+
"outputs": [
|
|
2097
|
+
{
|
|
2098
|
+
"type": "core::bool"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"state_mutability": "view"
|
|
2193
2102
|
}
|
|
2194
2103
|
]
|
|
2195
2104
|
},
|
|
@@ -2258,20 +2167,6 @@ var IPCollection1155ABI = [
|
|
|
2258
2167
|
"name": "SRC5Impl",
|
|
2259
2168
|
"interface_name": "openzeppelin_introspection::interface::ISRC5"
|
|
2260
2169
|
},
|
|
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
2170
|
{
|
|
2276
2171
|
"type": "interface",
|
|
2277
2172
|
"name": "openzeppelin_introspection::interface::ISRC5",
|
|
@@ -6303,15 +6198,15 @@ var ERC1155CollectionService = class {
|
|
|
6303
6198
|
return { txHash: res.transaction_hash };
|
|
6304
6199
|
}
|
|
6305
6200
|
/**
|
|
6306
|
-
* Mint a
|
|
6307
|
-
* Caller must be the collection owner.
|
|
6308
|
-
*
|
|
6201
|
+
* Mint a new edition into an existing ERC-1155 collection.
|
|
6202
|
+
* Caller must be the collection owner. The token id is assigned on-chain
|
|
6203
|
+
* (sequential from 1) — read it from the `IPMinted` event of the returned tx.
|
|
6204
|
+
* The `tokenUri` is immutable.
|
|
6309
6205
|
*/
|
|
6310
|
-
async
|
|
6206
|
+
async mintEdition(account, params) {
|
|
6311
6207
|
const collection = this._collection(params.collection, account);
|
|
6312
|
-
const call = collection.populate("
|
|
6208
|
+
const call = collection.populate("mint_edition", [
|
|
6313
6209
|
params.to,
|
|
6314
|
-
BigInt(params.tokenId),
|
|
6315
6210
|
BigInt(params.value),
|
|
6316
6211
|
params.tokenUri
|
|
6317
6212
|
]);
|
|
@@ -6319,24 +6214,37 @@ var ERC1155CollectionService = class {
|
|
|
6319
6214
|
return { txHash: res.transaction_hash };
|
|
6320
6215
|
}
|
|
6321
6216
|
/**
|
|
6322
|
-
* Batch-mint multiple
|
|
6323
|
-
* All
|
|
6324
|
-
* Caller must be the collection owner.
|
|
6217
|
+
* Batch-mint multiple new editions into an existing ERC-1155 collection.
|
|
6218
|
+
* All editions go to the same `to` address; ids are assigned sequentially
|
|
6219
|
+
* on-chain. Caller must be the collection owner.
|
|
6325
6220
|
*/
|
|
6326
|
-
async
|
|
6221
|
+
async batchMintEdition(account, params) {
|
|
6327
6222
|
const collection = this._collection(params.collection, account);
|
|
6328
|
-
const tokenIds = params.items.map((i) => BigInt(i.tokenId));
|
|
6329
6223
|
const values = params.items.map((i) => BigInt(i.value));
|
|
6330
6224
|
const tokenUris = params.items.map((i) => i.tokenUri);
|
|
6331
|
-
const call = collection.populate("
|
|
6225
|
+
const call = collection.populate("batch_mint_edition", [
|
|
6332
6226
|
params.to,
|
|
6333
|
-
tokenIds,
|
|
6334
6227
|
values,
|
|
6335
6228
|
tokenUris
|
|
6336
6229
|
]);
|
|
6337
6230
|
const res = await account.execute([call]);
|
|
6338
6231
|
return { txHash: res.transaction_hash };
|
|
6339
6232
|
}
|
|
6233
|
+
/**
|
|
6234
|
+
* Mint additional copies of an EXISTING edition into an ERC-1155 collection.
|
|
6235
|
+
* Reverts on-chain if `tokenId` has never been minted. Provenance/URI unchanged.
|
|
6236
|
+
* Caller must be the collection owner.
|
|
6237
|
+
*/
|
|
6238
|
+
async addSupply(account, params) {
|
|
6239
|
+
const collection = this._collection(params.collection, account);
|
|
6240
|
+
const call = collection.populate("add_supply", [
|
|
6241
|
+
params.to,
|
|
6242
|
+
BigInt(params.tokenId),
|
|
6243
|
+
BigInt(params.value)
|
|
6244
|
+
]);
|
|
6245
|
+
const res = await account.execute([call]);
|
|
6246
|
+
return { txHash: res.transaction_hash };
|
|
6247
|
+
}
|
|
6340
6248
|
/**
|
|
6341
6249
|
* Set the default ERC-2981 royalty for the entire collection.
|
|
6342
6250
|
* `feeNumerator` is out of 10 000 (e.g. 500 = 5%).
|
|
@@ -6724,8 +6632,10 @@ function getServicesByCapability(cap) {
|
|
|
6724
6632
|
|
|
6725
6633
|
exports.ApiClient = ApiClient;
|
|
6726
6634
|
exports.COLLECTION_1155_CLASS_HASH_MAINNET = COLLECTION_1155_CLASS_HASH_MAINNET;
|
|
6635
|
+
exports.COLLECTION_1155_CONTRACT_LEGACY_MAINNET = COLLECTION_1155_CONTRACT_LEGACY_MAINNET;
|
|
6727
6636
|
exports.COLLECTION_1155_CONTRACT_MAINNET = COLLECTION_1155_CONTRACT_MAINNET;
|
|
6728
6637
|
exports.COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET = COLLECTION_1155_FACTORY_CLASS_HASH_MAINNET;
|
|
6638
|
+
exports.COLLECTION_1155_START_BLOCK_LEGACY_MAINNET = COLLECTION_1155_START_BLOCK_LEGACY_MAINNET;
|
|
6729
6639
|
exports.COLLECTION_1155_START_BLOCK_MAINNET = COLLECTION_1155_START_BLOCK_MAINNET;
|
|
6730
6640
|
exports.COLLECTION_721_CONTRACT_MAINNET = COLLECTION_721_CONTRACT_MAINNET;
|
|
6731
6641
|
exports.COLLECTION_721_START_BLOCK_MAINNET = COLLECTION_721_START_BLOCK_MAINNET;
|