@fxhash/config 0.0.9 → 0.0.11
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/README.md +18 -2
- package/dist/index.d.ts +410 -10
- package/dist/index.js +817 -56
- package/dist/index.js.map +1 -1
- package/package.json +19 -20
- package/dist/api/eth.cjs +0 -9
- package/dist/api/eth.cjs.map +0 -1
- package/dist/api/eth.d.ts +0 -10
- package/dist/api/eth.js +0 -9
- package/dist/api/eth.js.map +0 -1
- package/dist/api/fxhash.cjs +0 -11
- package/dist/api/fxhash.cjs.map +0 -1
- package/dist/api/fxhash.d.ts +0 -37
- package/dist/api/fxhash.js +0 -11
- package/dist/api/fxhash.js.map +0 -1
- package/dist/api/tezos.cjs +0 -9
- package/dist/api/tezos.cjs.map +0 -1
- package/dist/api/tezos.d.ts +0 -9
- package/dist/api/tezos.js +0 -9
- package/dist/api/tezos.js.map +0 -1
- package/dist/chunk-2Z36EJVM.cjs +0 -159
- package/dist/chunk-2Z36EJVM.cjs.map +0 -1
- package/dist/chunk-3HYMO7HS.js +0 -13
- package/dist/chunk-3HYMO7HS.js.map +0 -1
- package/dist/chunk-3U7S5KQ5.js +0 -45
- package/dist/chunk-3U7S5KQ5.js.map +0 -1
- package/dist/chunk-6LCEWPDB.js +0 -80
- package/dist/chunk-6LCEWPDB.js.map +0 -1
- package/dist/chunk-7WY5VFHS.js +0 -27
- package/dist/chunk-7WY5VFHS.js.map +0 -1
- package/dist/chunk-BDNQHSCV.cjs +0 -13
- package/dist/chunk-BDNQHSCV.cjs.map +0 -1
- package/dist/chunk-HFJTQFU5.cjs +0 -80
- package/dist/chunk-HFJTQFU5.cjs.map +0 -1
- package/dist/chunk-LYBPFYQE.cjs +0 -81
- package/dist/chunk-LYBPFYQE.cjs.map +0 -1
- package/dist/chunk-M7HZ3LKE.js +0 -19
- package/dist/chunk-M7HZ3LKE.js.map +0 -1
- package/dist/chunk-NSIM63EC.cjs +0 -27
- package/dist/chunk-NSIM63EC.cjs.map +0 -1
- package/dist/chunk-OX246A4J.js +0 -81
- package/dist/chunk-OX246A4J.js.map +0 -1
- package/dist/chunk-VOYFMWZ7.js +0 -159
- package/dist/chunk-VOYFMWZ7.js.map +0 -1
- package/dist/chunk-VUNWHN5H.cjs +0 -19
- package/dist/chunk-VUNWHN5H.cjs.map +0 -1
- package/dist/chunk-XQC264QN.cjs +0 -45
- package/dist/chunk-XQC264QN.cjs.map +0 -1
- package/dist/config.cjs +0 -19
- package/dist/config.cjs.map +0 -1
- package/dist/config.d.ts +0 -79
- package/dist/config.js +0 -19
- package/dist/config.js.map +0 -1
- package/dist/contracts/eth.cjs +0 -9
- package/dist/contracts/eth.cjs.map +0 -1
- package/dist/contracts/eth.d.ts +0 -28
- package/dist/contracts/eth.js +0 -9
- package/dist/contracts/eth.js.map +0 -1
- package/dist/contracts/tezos.cjs +0 -9
- package/dist/contracts/tezos.cjs.map +0 -1
- package/dist/contracts/tezos.d.ts +0 -41
- package/dist/contracts/tezos.js +0 -9
- package/dist/contracts/tezos.js.map +0 -1
- package/dist/index.cjs +0 -62
- package/dist/index.cjs.map +0 -1
- package/dist/types.cjs +0 -7
- package/dist/types.cjs.map +0 -1
- package/dist/types.d.ts +0 -19
- package/dist/types.js +0 -7
- package/dist/types.js.map +0 -1
- package/dist/utils/index.cjs +0 -15
- package/dist/utils/index.cjs.map +0 -1
- package/dist/utils/index.d.ts +0 -12
- package/dist/utils/index.js +0 -15
- package/dist/utils/index.js.map +0 -1
package/dist/chunk-6LCEWPDB.js
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
// src/api/fxhash.ts
|
2
|
-
var fxhashDevApis = {
|
3
|
-
website: "https://dev.fxhash-dev.xyz",
|
4
|
-
main: "https://api.v2-temp.dev.fxhash-dev.xyz/graphql",
|
5
|
-
hasura: "https://api.v2.dev.fxhash-dev.xyz",
|
6
|
-
hasuraGql: "https://api.v2.dev.fxhash-dev.xyz/v1/graphql",
|
7
|
-
file: "https://file-api.fxhash-dev.xyz",
|
8
|
-
fsEmulator: "https://fs-emulator.fxhash-dev.xyz",
|
9
|
-
extract: "https://extract.fxhash-dev.xyz",
|
10
|
-
media: "https://media.dev.fxhash-dev.xyz",
|
11
|
-
ethMetadata: "https://media.dev.fxhash-dev.xyz/metadata/ethereum/",
|
12
|
-
ipfsGateway: "https://gateway.fxhash-dev.xyz",
|
13
|
-
ipfsGatewaySafe: "https://gateway.fxhash-dev2.xyz",
|
14
|
-
onchfsProxy: "https://onchfs.fxhash-dev2.xyz",
|
15
|
-
opensea: "https://testnets-api.opensea.io/api/v2/chain/goerli",
|
16
|
-
authority: {
|
17
|
-
api: "NONE"
|
18
|
-
},
|
19
|
-
capture: {
|
20
|
-
lambdas: {
|
21
|
-
small: "https://u5not5l323zczuwnrzxwkt34ra0eyidj.lambda-url.us-east-1.on.aws/",
|
22
|
-
medium: "https://jgfz7a6km7fsqonej2sp3lqwvu0utnyy.lambda-url.us-east-1.on.aws/",
|
23
|
-
large: "https://fzezvbp2f74yturkj4akjyrq3e0zswhb.lambda-url.us-east-1.on.aws/"
|
24
|
-
}
|
25
|
-
},
|
26
|
-
dashboard: {
|
27
|
-
backend: "https://live-minting.fxhash-dev.xyz",
|
28
|
-
aggregator: "_NONE"
|
29
|
-
},
|
30
|
-
events: {
|
31
|
-
liveBackend: "_NONE"
|
32
|
-
}
|
33
|
-
};
|
34
|
-
var fxhashLocalApis = {
|
35
|
-
// todo: eventually, find a better way to inject the values from the
|
36
|
-
// docker-compose, maybe outside of this package idk
|
37
|
-
...fxhashDevApis,
|
38
|
-
hasura: "http://host.docker.internal:8888",
|
39
|
-
hasuraGql: "http://host.docker.internal:8888/v1/graphql"
|
40
|
-
};
|
41
|
-
var fxhashPrdApis = {
|
42
|
-
website: "https://fxhash.xyz",
|
43
|
-
main: "https://api.v2-temp.fxhash.xyz/graphql",
|
44
|
-
hasura: "https://api.v2.fxhash.xyz",
|
45
|
-
hasuraGql: "https://api.v2.fxhash.xyz/v1/graphql",
|
46
|
-
file: "https://file-api.fxhash.xyz",
|
47
|
-
fsEmulator: "https://fs-emulator.fxhash.xyz",
|
48
|
-
// placeholder
|
49
|
-
extract: "https://extract.fxhash.xyz",
|
50
|
-
media: "https://media.fxhash.xyz",
|
51
|
-
ethMetadata: "https://media.fxhash.xyz/metadata/ethereum/",
|
52
|
-
ipfsGateway: "https://gateway.fxhash.xyz",
|
53
|
-
ipfsGatewaySafe: "https://gateway.fxhash2.xyz",
|
54
|
-
onchfsProxy: "https://onchfs.fxhash2.xyz",
|
55
|
-
opensea: "https://api.opensea.io/api/v2/chain/ethereum",
|
56
|
-
authority: {
|
57
|
-
api: "NONE"
|
58
|
-
},
|
59
|
-
capture: {
|
60
|
-
lambdas: {
|
61
|
-
small: "https://7sz7knaaw3obgqxjyv3m4e5myu0lsbdp.lambda-url.us-east-1.on.aws/",
|
62
|
-
medium: "https://tuupcq6eesbfk4veuzdfrhu7zm0zwuqy.lambda-url.us-east-1.on.aws/",
|
63
|
-
large: "https://bojj24y6ucxmsyfi4uccdmiliy0dzhji.lambda-url.us-east-1.on.aws/"
|
64
|
-
}
|
65
|
-
},
|
66
|
-
dashboard: {
|
67
|
-
backend: "https://events.fxhash.xyz",
|
68
|
-
aggregator: "NONE"
|
69
|
-
},
|
70
|
-
events: {
|
71
|
-
liveBackend: "_NONE"
|
72
|
-
}
|
73
|
-
};
|
74
|
-
|
75
|
-
export {
|
76
|
-
fxhashDevApis,
|
77
|
-
fxhashLocalApis,
|
78
|
-
fxhashPrdApis
|
79
|
-
};
|
80
|
-
//# sourceMappingURL=chunk-6LCEWPDB.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/api/fxhash.ts"],"sourcesContent":["export interface IFxhashApis {\n website: string\n main: string\n hasura: string\n hasuraGql: string\n file: string\n fsEmulator: string\n extract: string\n media: string\n ethMetadata: string\n ipfsGateway: string\n ipfsGatewaySafe: string\n onchfsProxy: string\n opensea: string\n authority: {\n api: string\n }\n capture: {\n lambdas: {\n small: string\n medium: string\n large: string\n }\n }\n dashboard: {\n backend: string\n aggregator: string\n }\n events: {\n liveBackend: string\n }\n}\n\n// list of APIs dev leverages\nexport const fxhashDevApis: IFxhashApis = {\n website: \"https://dev.fxhash-dev.xyz\",\n main: \"https://api.v2-temp.dev.fxhash-dev.xyz/graphql\",\n hasura: \"https://api.v2.dev.fxhash-dev.xyz\",\n hasuraGql: \"https://api.v2.dev.fxhash-dev.xyz/v1/graphql\",\n file: \"https://file-api.fxhash-dev.xyz\",\n fsEmulator: \"https://fs-emulator.fxhash-dev.xyz\",\n extract: \"https://extract.fxhash-dev.xyz\",\n media: \"https://media.dev.fxhash-dev.xyz\",\n ethMetadata: \"https://media.dev.fxhash-dev.xyz/metadata/ethereum/\",\n ipfsGateway: \"https://gateway.fxhash-dev.xyz\",\n ipfsGatewaySafe: \"https://gateway.fxhash-dev2.xyz\",\n onchfsProxy: \"https://onchfs.fxhash-dev2.xyz\",\n opensea: \"https://testnets-api.opensea.io/api/v2/chain/goerli\",\n authority: {\n api: \"NONE\",\n },\n capture: {\n lambdas: {\n small:\n \"https://u5not5l323zczuwnrzxwkt34ra0eyidj.lambda-url.us-east-1.on.aws/\",\n medium:\n \"https://jgfz7a6km7fsqonej2sp3lqwvu0utnyy.lambda-url.us-east-1.on.aws/\",\n large:\n \"https://fzezvbp2f74yturkj4akjyrq3e0zswhb.lambda-url.us-east-1.on.aws/\",\n },\n },\n dashboard: {\n backend: \"https://live-minting.fxhash-dev.xyz\",\n aggregator: \"_NONE\",\n },\n events: {\n liveBackend: \"_NONE\",\n },\n}\n\n// list of APIs for when fxhash is ran locally\nexport const fxhashLocalApis: IFxhashApis = {\n // todo: eventually, find a better way to inject the values from the\n // docker-compose, maybe outside of this package idk\n ...fxhashDevApis,\n hasura: \"http://host.docker.internal:8888\",\n hasuraGql: \"http://host.docker.internal:8888/v1/graphql\",\n}\n\n// list of APIs prod leverages\nexport const fxhashPrdApis: IFxhashApis = {\n website: \"https://fxhash.xyz\",\n main: \"https://api.v2-temp.fxhash.xyz/graphql\",\n hasura: \"https://api.v2.fxhash.xyz\",\n hasuraGql: \"https://api.v2.fxhash.xyz/v1/graphql\",\n file: \"https://file-api.fxhash.xyz\",\n fsEmulator: \"https://fs-emulator.fxhash.xyz\", // placeholder\n extract: \"https://extract.fxhash.xyz\",\n media: \"https://media.fxhash.xyz\",\n ethMetadata: \"https://media.fxhash.xyz/metadata/ethereum/\",\n ipfsGateway: \"https://gateway.fxhash.xyz\",\n ipfsGatewaySafe: \"https://gateway.fxhash2.xyz\",\n onchfsProxy: \"https://onchfs.fxhash2.xyz\",\n opensea: \"https://api.opensea.io/api/v2/chain/ethereum\",\n authority: {\n api: \"NONE\",\n },\n capture: {\n lambdas: {\n small:\n \"https://7sz7knaaw3obgqxjyv3m4e5myu0lsbdp.lambda-url.us-east-1.on.aws/\",\n medium:\n \"https://tuupcq6eesbfk4veuzdfrhu7zm0zwuqy.lambda-url.us-east-1.on.aws/\",\n large:\n \"https://bojj24y6ucxmsyfi4uccdmiliy0dzhji.lambda-url.us-east-1.on.aws/\",\n },\n },\n dashboard: {\n backend: \"https://events.fxhash.xyz\",\n aggregator: \"NONE\",\n },\n events: {\n liveBackend: \"_NONE\",\n },\n}\n"],"mappings":";AAkCO,IAAM,gBAA6B;AAAA,EACxC,SAAS;AAAA,EACT,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aAAa;AAAA,EACb,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,WAAW;AAAA,IACT,KAAK;AAAA,EACP;AAAA,EACA,SAAS;AAAA,IACP,SAAS;AAAA,MACP,OACE;AAAA,MACF,QACE;AAAA,MACF,OACE;AAAA,IACJ;AAAA,EACF;AAAA,EACA,WAAW;AAAA,IACT,SAAS;AAAA,IACT,YAAY;AAAA,EACd;AAAA,EACA,QAAQ;AAAA,IACN,aAAa;AAAA,EACf;AACF;AAGO,IAAM,kBAA+B;AAAA;AAAA;AAAA,EAG1C,GAAG;AAAA,EACH,QAAQ;AAAA,EACR,WAAW;AACb;AAGO,IAAM,gBAA6B;AAAA,EACxC,SAAS;AAAA,EACT,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,MAAM;AAAA,EACN,YAAY;AAAA;AAAA,EACZ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aAAa;AAAA,EACb,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,WAAW;AAAA,IACT,KAAK;AAAA,EACP;AAAA,EACA,SAAS;AAAA,IACP,SAAS;AAAA,MACP,OACE;AAAA,MACF,QACE;AAAA,MACF,OACE;AAAA,IACJ;AAAA,EACF;AAAA,EACA,WAAW;AAAA,IACT,SAAS;AAAA,IACT,YAAY;AAAA,EACd;AAAA,EACA,QAAQ;AAAA,IACN,aAAa;AAAA,EACf;AACF;","names":[]}
|
package/dist/chunk-7WY5VFHS.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
// src/api/tezos.ts
|
2
|
-
var tezosTestnetApis = {
|
3
|
-
tzkt: "https://api.ghostnet.tzkt.io/v1/",
|
4
|
-
tzktWebsite: "https://ghostnet.tzkt.io/",
|
5
|
-
rpcs: [
|
6
|
-
"https://ghostnet.ecadinfra.com",
|
7
|
-
"https://ghostnet.smartpy.io",
|
8
|
-
"https://ghostnet.tezos.marigold.dev/"
|
9
|
-
]
|
10
|
-
};
|
11
|
-
var tezosMainnetApis = {
|
12
|
-
tzkt: "https://api.tzkt.io/v1/",
|
13
|
-
tzktWebsite: "https://tzkt.io/",
|
14
|
-
rpcs: [
|
15
|
-
"https://rpc1.fxhash.xyz",
|
16
|
-
"https://mainnet.smartpy.io",
|
17
|
-
"https://mainnet.api.tez.ie",
|
18
|
-
"https://teznode.letzbake.com",
|
19
|
-
"https://rpc.tzbeta.net"
|
20
|
-
]
|
21
|
-
};
|
22
|
-
|
23
|
-
export {
|
24
|
-
tezosTestnetApis,
|
25
|
-
tezosMainnetApis
|
26
|
-
};
|
27
|
-
//# sourceMappingURL=chunk-7WY5VFHS.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/api/tezos.ts"],"sourcesContent":["export interface ITezosApis {\n tzktWebsite: string\n tzkt: string\n rpcs: string[]\n}\n\nexport const tezosTestnetApis: ITezosApis = {\n tzkt: \"https://api.ghostnet.tzkt.io/v1/\",\n tzktWebsite: \"https://ghostnet.tzkt.io/\",\n rpcs: [\n \"https://ghostnet.ecadinfra.com\",\n \"https://ghostnet.smartpy.io\",\n \"https://ghostnet.tezos.marigold.dev/\",\n ],\n}\n\nexport const tezosMainnetApis: ITezosApis = {\n tzkt: \"https://api.tzkt.io/v1/\",\n tzktWebsite: \"https://tzkt.io/\",\n rpcs: [\n \"https://rpc1.fxhash.xyz\",\n \"https://mainnet.smartpy.io\",\n \"https://mainnet.api.tez.ie\",\n \"https://teznode.letzbake.com\",\n \"https://rpc.tzbeta.net\",\n ],\n}\n"],"mappings":";AAMO,IAAM,mBAA+B;AAAA,EAC1C,MAAM;AAAA,EACN,aAAa;AAAA,EACb,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEO,IAAM,mBAA+B;AAAA,EAC1C,MAAM;AAAA,EACN,aAAa;AAAA,EACb,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;","names":[]}
|
package/dist/chunk-BDNQHSCV.cjs
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/types.ts
|
2
|
-
var BlockchainIdentifiers = {
|
3
|
-
TezosGhostnet: "tezos:NetXnHfVqm9iesp",
|
4
|
-
TezosMainnet: "tezos:NetXdQprcVkpaWU",
|
5
|
-
EthereumMainnet: "eip155:1",
|
6
|
-
EthereumGoerli: "eip155:5",
|
7
|
-
EthereumSepolia: "eip155:11155111"
|
8
|
-
};
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
exports.BlockchainIdentifiers = BlockchainIdentifiers;
|
13
|
-
//# sourceMappingURL=chunk-BDNQHSCV.cjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/types.ts"],"names":[],"mappings":";AAIO,IAAM,wBAAwB;AAAA,EACnC,eAAe;AAAA,EACf,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,iBAAiB;AACnB","sourcesContent":["/**\n * A mapping of blockchains in their \"human-readable\" format with their proper\n * blockchain identifier.\n */\nexport const BlockchainIdentifiers = {\n TezosGhostnet: \"tezos:NetXnHfVqm9iesp\",\n TezosMainnet: \"tezos:NetXdQprcVkpaWU\",\n EthereumMainnet: \"eip155:1\",\n EthereumGoerli: \"eip155:5\",\n EthereumSepolia: \"eip155:11155111\",\n} as const\n\n/**\n * An union of all the blockchains supported by fxhash, defined by their chain\n * identifier. Can be used to facilitate typescript auto-completion with string\n * when enums aren't as good.\n */\nexport type BlockchainIdentifier =\n (typeof BlockchainIdentifiers)[keyof typeof BlockchainIdentifiers]\n"]}
|
package/dist/chunk-HFJTQFU5.cjs
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/api/fxhash.ts
|
2
|
-
var fxhashDevApis = {
|
3
|
-
website: "https://dev.fxhash-dev.xyz",
|
4
|
-
main: "https://api.v2-temp.dev.fxhash-dev.xyz/graphql",
|
5
|
-
hasura: "https://api.v2.dev.fxhash-dev.xyz",
|
6
|
-
hasuraGql: "https://api.v2.dev.fxhash-dev.xyz/v1/graphql",
|
7
|
-
file: "https://file-api.fxhash-dev.xyz",
|
8
|
-
fsEmulator: "https://fs-emulator.fxhash-dev.xyz",
|
9
|
-
extract: "https://extract.fxhash-dev.xyz",
|
10
|
-
media: "https://media.dev.fxhash-dev.xyz",
|
11
|
-
ethMetadata: "https://media.dev.fxhash-dev.xyz/metadata/ethereum/",
|
12
|
-
ipfsGateway: "https://gateway.fxhash-dev.xyz",
|
13
|
-
ipfsGatewaySafe: "https://gateway.fxhash-dev2.xyz",
|
14
|
-
onchfsProxy: "https://onchfs.fxhash-dev2.xyz",
|
15
|
-
opensea: "https://testnets-api.opensea.io/api/v2/chain/goerli",
|
16
|
-
authority: {
|
17
|
-
api: "NONE"
|
18
|
-
},
|
19
|
-
capture: {
|
20
|
-
lambdas: {
|
21
|
-
small: "https://u5not5l323zczuwnrzxwkt34ra0eyidj.lambda-url.us-east-1.on.aws/",
|
22
|
-
medium: "https://jgfz7a6km7fsqonej2sp3lqwvu0utnyy.lambda-url.us-east-1.on.aws/",
|
23
|
-
large: "https://fzezvbp2f74yturkj4akjyrq3e0zswhb.lambda-url.us-east-1.on.aws/"
|
24
|
-
}
|
25
|
-
},
|
26
|
-
dashboard: {
|
27
|
-
backend: "https://live-minting.fxhash-dev.xyz",
|
28
|
-
aggregator: "_NONE"
|
29
|
-
},
|
30
|
-
events: {
|
31
|
-
liveBackend: "_NONE"
|
32
|
-
}
|
33
|
-
};
|
34
|
-
var fxhashLocalApis = {
|
35
|
-
// todo: eventually, find a better way to inject the values from the
|
36
|
-
// docker-compose, maybe outside of this package idk
|
37
|
-
...fxhashDevApis,
|
38
|
-
hasura: "http://host.docker.internal:8888",
|
39
|
-
hasuraGql: "http://host.docker.internal:8888/v1/graphql"
|
40
|
-
};
|
41
|
-
var fxhashPrdApis = {
|
42
|
-
website: "https://fxhash.xyz",
|
43
|
-
main: "https://api.v2-temp.fxhash.xyz/graphql",
|
44
|
-
hasura: "https://api.v2.fxhash.xyz",
|
45
|
-
hasuraGql: "https://api.v2.fxhash.xyz/v1/graphql",
|
46
|
-
file: "https://file-api.fxhash.xyz",
|
47
|
-
fsEmulator: "https://fs-emulator.fxhash.xyz",
|
48
|
-
// placeholder
|
49
|
-
extract: "https://extract.fxhash.xyz",
|
50
|
-
media: "https://media.fxhash.xyz",
|
51
|
-
ethMetadata: "https://media.fxhash.xyz/metadata/ethereum/",
|
52
|
-
ipfsGateway: "https://gateway.fxhash.xyz",
|
53
|
-
ipfsGatewaySafe: "https://gateway.fxhash2.xyz",
|
54
|
-
onchfsProxy: "https://onchfs.fxhash2.xyz",
|
55
|
-
opensea: "https://api.opensea.io/api/v2/chain/ethereum",
|
56
|
-
authority: {
|
57
|
-
api: "NONE"
|
58
|
-
},
|
59
|
-
capture: {
|
60
|
-
lambdas: {
|
61
|
-
small: "https://7sz7knaaw3obgqxjyv3m4e5myu0lsbdp.lambda-url.us-east-1.on.aws/",
|
62
|
-
medium: "https://tuupcq6eesbfk4veuzdfrhu7zm0zwuqy.lambda-url.us-east-1.on.aws/",
|
63
|
-
large: "https://bojj24y6ucxmsyfi4uccdmiliy0dzhji.lambda-url.us-east-1.on.aws/"
|
64
|
-
}
|
65
|
-
},
|
66
|
-
dashboard: {
|
67
|
-
backend: "https://events.fxhash.xyz",
|
68
|
-
aggregator: "NONE"
|
69
|
-
},
|
70
|
-
events: {
|
71
|
-
liveBackend: "_NONE"
|
72
|
-
}
|
73
|
-
};
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
exports.fxhashDevApis = fxhashDevApis; exports.fxhashLocalApis = fxhashLocalApis; exports.fxhashPrdApis = fxhashPrdApis;
|
80
|
-
//# sourceMappingURL=chunk-HFJTQFU5.cjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/api/fxhash.ts"],"names":[],"mappings":";AAkCO,IAAM,gBAA6B;AAAA,EACxC,SAAS;AAAA,EACT,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aAAa;AAAA,EACb,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,WAAW;AAAA,IACT,KAAK;AAAA,EACP;AAAA,EACA,SAAS;AAAA,IACP,SAAS;AAAA,MACP,OACE;AAAA,MACF,QACE;AAAA,MACF,OACE;AAAA,IACJ;AAAA,EACF;AAAA,EACA,WAAW;AAAA,IACT,SAAS;AAAA,IACT,YAAY;AAAA,EACd;AAAA,EACA,QAAQ;AAAA,IACN,aAAa;AAAA,EACf;AACF;AAGO,IAAM,kBAA+B;AAAA;AAAA;AAAA,EAG1C,GAAG;AAAA,EACH,QAAQ;AAAA,EACR,WAAW;AACb;AAGO,IAAM,gBAA6B;AAAA,EACxC,SAAS;AAAA,EACT,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,MAAM;AAAA,EACN,YAAY;AAAA;AAAA,EACZ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,aAAa;AAAA,EACb,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,WAAW;AAAA,IACT,KAAK;AAAA,EACP;AAAA,EACA,SAAS;AAAA,IACP,SAAS;AAAA,MACP,OACE;AAAA,MACF,QACE;AAAA,MACF,OACE;AAAA,IACJ;AAAA,EACF;AAAA,EACA,WAAW;AAAA,IACT,SAAS;AAAA,IACT,YAAY;AAAA,EACd;AAAA,EACA,QAAQ;AAAA,IACN,aAAa;AAAA,EACf;AACF","sourcesContent":["export interface IFxhashApis {\n website: string\n main: string\n hasura: string\n hasuraGql: string\n file: string\n fsEmulator: string\n extract: string\n media: string\n ethMetadata: string\n ipfsGateway: string\n ipfsGatewaySafe: string\n onchfsProxy: string\n opensea: string\n authority: {\n api: string\n }\n capture: {\n lambdas: {\n small: string\n medium: string\n large: string\n }\n }\n dashboard: {\n backend: string\n aggregator: string\n }\n events: {\n liveBackend: string\n }\n}\n\n// list of APIs dev leverages\nexport const fxhashDevApis: IFxhashApis = {\n website: \"https://dev.fxhash-dev.xyz\",\n main: \"https://api.v2-temp.dev.fxhash-dev.xyz/graphql\",\n hasura: \"https://api.v2.dev.fxhash-dev.xyz\",\n hasuraGql: \"https://api.v2.dev.fxhash-dev.xyz/v1/graphql\",\n file: \"https://file-api.fxhash-dev.xyz\",\n fsEmulator: \"https://fs-emulator.fxhash-dev.xyz\",\n extract: \"https://extract.fxhash-dev.xyz\",\n media: \"https://media.dev.fxhash-dev.xyz\",\n ethMetadata: \"https://media.dev.fxhash-dev.xyz/metadata/ethereum/\",\n ipfsGateway: \"https://gateway.fxhash-dev.xyz\",\n ipfsGatewaySafe: \"https://gateway.fxhash-dev2.xyz\",\n onchfsProxy: \"https://onchfs.fxhash-dev2.xyz\",\n opensea: \"https://testnets-api.opensea.io/api/v2/chain/goerli\",\n authority: {\n api: \"NONE\",\n },\n capture: {\n lambdas: {\n small:\n \"https://u5not5l323zczuwnrzxwkt34ra0eyidj.lambda-url.us-east-1.on.aws/\",\n medium:\n \"https://jgfz7a6km7fsqonej2sp3lqwvu0utnyy.lambda-url.us-east-1.on.aws/\",\n large:\n \"https://fzezvbp2f74yturkj4akjyrq3e0zswhb.lambda-url.us-east-1.on.aws/\",\n },\n },\n dashboard: {\n backend: \"https://live-minting.fxhash-dev.xyz\",\n aggregator: \"_NONE\",\n },\n events: {\n liveBackend: \"_NONE\",\n },\n}\n\n// list of APIs for when fxhash is ran locally\nexport const fxhashLocalApis: IFxhashApis = {\n // todo: eventually, find a better way to inject the values from the\n // docker-compose, maybe outside of this package idk\n ...fxhashDevApis,\n hasura: \"http://host.docker.internal:8888\",\n hasuraGql: \"http://host.docker.internal:8888/v1/graphql\",\n}\n\n// list of APIs prod leverages\nexport const fxhashPrdApis: IFxhashApis = {\n website: \"https://fxhash.xyz\",\n main: \"https://api.v2-temp.fxhash.xyz/graphql\",\n hasura: \"https://api.v2.fxhash.xyz\",\n hasuraGql: \"https://api.v2.fxhash.xyz/v1/graphql\",\n file: \"https://file-api.fxhash.xyz\",\n fsEmulator: \"https://fs-emulator.fxhash.xyz\", // placeholder\n extract: \"https://extract.fxhash.xyz\",\n media: \"https://media.fxhash.xyz\",\n ethMetadata: \"https://media.fxhash.xyz/metadata/ethereum/\",\n ipfsGateway: \"https://gateway.fxhash.xyz\",\n ipfsGatewaySafe: \"https://gateway.fxhash2.xyz\",\n onchfsProxy: \"https://onchfs.fxhash2.xyz\",\n opensea: \"https://api.opensea.io/api/v2/chain/ethereum\",\n authority: {\n api: \"NONE\",\n },\n capture: {\n lambdas: {\n small:\n \"https://7sz7knaaw3obgqxjyv3m4e5myu0lsbdp.lambda-url.us-east-1.on.aws/\",\n medium:\n \"https://tuupcq6eesbfk4veuzdfrhu7zm0zwuqy.lambda-url.us-east-1.on.aws/\",\n large:\n \"https://bojj24y6ucxmsyfi4uccdmiliy0dzhji.lambda-url.us-east-1.on.aws/\",\n },\n },\n dashboard: {\n backend: \"https://events.fxhash.xyz\",\n aggregator: \"NONE\",\n },\n events: {\n liveBackend: \"_NONE\",\n },\n}\n"]}
|
package/dist/chunk-LYBPFYQE.cjs
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/contracts/tezos.ts
|
2
|
-
var tezosTestnetContracts = {
|
3
|
-
allowed_mint: "KT1QwfqMUDRYVyxo9KhunY5YCx9qQ9LWcswr",
|
4
|
-
allowed_mint_issuer: "KT1WDByFKQmgVynxSr2rzdijs5aSs7mo7eBM",
|
5
|
-
allowed_mint_issuer_v3: "KT1S3UqrLgMpVivNWWmBUnkPCaSFHDJ4HYvb",
|
6
|
-
allowed_mint_v3: "KT1HUE2A6CHNw4NZZBWjJyG38nysWWfusagu",
|
7
|
-
articles: "KT1HV8NXUCKWC1tWNHSD8LPPiKPshQuXvb8r",
|
8
|
-
collaboration_factory: "KT1WFXts7jwxpD9uGDKzyqTUTFaG222xmjoZ",
|
9
|
-
consumable_database: "KT1FP9y1PJpJkXhdJCgYZhVbj9UBpxnA57Bx",
|
10
|
-
cycles: "KT1BJBcvtgZM2Kf4rUapmp4AhXtWCmznxd6F",
|
11
|
-
gentk_v1: "KT1ExHjELnDuat9io3HkDcrBhHmek7h8EVXG",
|
12
|
-
gentk_v1_data: "KT1SquPSN9oiMUWHG9coKRJAwz8Afe4c6izT",
|
13
|
-
gentk_v2: "KT1NkZho1yRkDdQnN4Mz93sDYyY2pPrEHTNs",
|
14
|
-
gentk_v3: "KT1TtVAyjh4Ahdm8sLZwFnL7tqoLf59XrK2h",
|
15
|
-
issuer_tickets: "KT19PBsvmB2CwFqXftzb5gNJfxrEDFdSxGKZ",
|
16
|
-
issuer_v0: "KT1PyfrDD85RxUWz8dMHoC92MxdPzecSQ5t9",
|
17
|
-
issuer_v1: "KT1QwWVZogqPZZtGSVxGpLkEWar7LFvAsMdd",
|
18
|
-
issuer_v2: "KT1Sy7X6TubmZ39G8CHVrUcxjc3jiF68P8oB",
|
19
|
-
issuer_v3: "KT1DfymMp3qD5Pd5ujPjp7UsQbppY9yY1Hbf",
|
20
|
-
marketplace_v1: "KT1DbivePcuUzCp5RaAQWxPSLV9G2Ys4faUR",
|
21
|
-
marketplace_v2: "KT1HFYtf4vNCr4xRDZxLKc5asUdCsPUTTW9R",
|
22
|
-
marketplace_v3: "KT1J6rt4d9U785DZWYEPvQ2fR1e71gxP42Lj",
|
23
|
-
moderation_articles: "KT1Qg78fa81Xyjh65yNqUgVucubHUyq6VmgL",
|
24
|
-
moderation_team: "KT1RsfyWzHs1EEWMzFLmKnJTQwPqRzsnF3Dp",
|
25
|
-
moderation_token: "KT1PokFR36CcXKh3jUnjncabcuPWm5BMiqjt",
|
26
|
-
moderation_token_v3: "KT1C1J38YR6eDvRBDEDaypptCFda9aH7FRbJ",
|
27
|
-
moderation_user: "KT1Q3s7mYpscCnwsyndrVZg9WqBCmw99n37g",
|
28
|
-
pricing_dutch_auction: "KT1BqikbUisiBBd9WvPiqnTwLY8Pm68p2Aua",
|
29
|
-
pricing_dutch_auction_v3: "KT1QCboxZ28SqsfyZWTDrkSpZzU6xjZXBsFb",
|
30
|
-
pricing_fixed: "KT1PAsf9Zc9FGJA9iLE1Ab2vPkMDsh4hyZVi",
|
31
|
-
pricing_fixed_v3: "KT1Mqyy5JPknNzNJtgF93SHpFHv4VcYrNZry",
|
32
|
-
randomizer: "KT1QmdsrJWJgK3VXid8q7D4sPipVoc9jh12x",
|
33
|
-
token_moderation: "KT1BHfPDMRp2q48ZkmmnK7TRzQRdFnp6XVKq",
|
34
|
-
treasury: "KT1MbDbRhZPs5TzZEXkT142ePoccFHfohBoo",
|
35
|
-
user_moderation: "KT1LmZjoitx2itnB1qCbHMrT3V64RbuSPf3a",
|
36
|
-
user_register: "KT1XaikgmBDQANBvkFqyFhSpgAZJAXpiDFGE",
|
37
|
-
onchfs_files: "KT1FA8AGGcJha6S6MqfBUiibwTaYhK8u7s9Q"
|
38
|
-
};
|
39
|
-
var tezosMainnetContracts = {
|
40
|
-
allowed_mint: "KT1VDQwskdfHkSbA9W6CSEnxnh1u1XU8K8Gu",
|
41
|
-
allowed_mint_issuer: "KT1Djz5ix2yEGmV7PMq3GYq17TvMMkd1anT2",
|
42
|
-
allowed_mint_issuer_v3: "KT1LJ4R4xoEWMgTjrGrdHJAeHLYFaB4RsoVK",
|
43
|
-
allowed_mint_v3: "KT1KgEjxqfRCMwtCGifT6fDPwC35RptTUEvE",
|
44
|
-
articles: "KT1GtbuswcNMGhHF2TSuH1Yfaqn16do8Qtva",
|
45
|
-
collaboration_factory: "KT1JrUPSCt1r2MB2J7Lk2KwiWSYr3Mr414ck",
|
46
|
-
consumable_database: "KT1Wm3zZqRd6JBbZWuatKYZCmnqUMy2Y79BL",
|
47
|
-
cycles: "KT1BgD9SPfysnMz3vkfm6ZEaGFKCVcE5ay91",
|
48
|
-
gentk_v1: "KT1KEa8z6vWXDJrVqtMrAeDVzsvxat3kHaCE",
|
49
|
-
gentk_v1_data: "KT1WRpPyXHSCbTfDQFWVXbMpxxvf7Y7KChxc",
|
50
|
-
gentk_v2: "KT1U6EHmNxJTkvaWJ4ThczG4FSDaHC21ssvi",
|
51
|
-
gentk_v3: "KT1EfsNuqwLAWDd3o4pvfUx1CAh5GMdTrRvr",
|
52
|
-
issuer_tickets: "KT19etLCjCCzTLFFAxsxLFsVYMRPetr2bTD5",
|
53
|
-
issuer_v0: "KT1AEVuykWeuuFX7QkEAMNtffzwhe1Z98hJS",
|
54
|
-
issuer_v1: "KT1XCoGnfupWk7Sp8536EfrxcP73LmT68Nyr",
|
55
|
-
issuer_v2: "KT1BJC12dG17CVvPKJ1VYaNnaT5mzfnUTwXv",
|
56
|
-
issuer_v3: "KT1Xpmp15KfqoePNW9HczFmqaGNHwadV2a3b",
|
57
|
-
marketplace_v1: "KT1Xo5B7PNBAeynZPmca4bRh6LQow4og1Zb9",
|
58
|
-
marketplace_v2: "KT1GbyoDi7H1sfXmimXpptZJuCdHMh66WS9u",
|
59
|
-
marketplace_v3: "KT1M1NyU9X4usEimt2f3kDaijZnDMNBu42Ja",
|
60
|
-
moderation_articles: "KT1A36z7nG4zPDbhjyrzhYf9SCn5ipPZeRMQ",
|
61
|
-
moderation_team: "KT1FvGQcPxzuJkJsdWFQiGkueSNT5mqpFDrf",
|
62
|
-
moderation_token: "KT18tPu7uXy9PJ97i3qCLsr7an4X6sQ5qxU7",
|
63
|
-
moderation_token_v3: "KT1UBWXN1KxTh4eurrCTCH7aEjqdrM3HjP6R",
|
64
|
-
moderation_user: "KT1Wn2kkKmdbyLWBiLXWCkE7fKj1LsLKar2A",
|
65
|
-
pricing_dutch_auction: "KT1EzLrXRCXij42pKfbZPn48PuxrnVki1aYY",
|
66
|
-
pricing_dutch_auction_v3: "KT1MFgHKorMWXeVL6qrpgjZmemirafppSg9q",
|
67
|
-
pricing_fixed: "KT1FHzHxuMaNLYG8LdniY45M6RCfkF3AoXFh",
|
68
|
-
pricing_fixed_v3: "KT1V24J6FVuKPU3xy6gVF6wJ3zdRXBheQhaV",
|
69
|
-
randomizer: "KT1XYgKrzBbzsckGvXTPgxFyN7KNZ9RPYVWf",
|
70
|
-
token_moderation: "KT1HgVuzNWVvnX16fahbV2LrnpwifYKoFMRd",
|
71
|
-
treasury: "KT1P2BXYb894MekrCcSrnidzQYPVqitLoVLc",
|
72
|
-
user_moderation: "KT1TWWQ6FtLoosVfZgTKV2q68TMZaENhGm54",
|
73
|
-
user_register: "KT1Ezht4PDKZri7aVppVGT4Jkw39sesaFnww",
|
74
|
-
onchfs_files: "KT1Ae7dT1gsLw2tRnUMXSCmEyF74KVkM6LUo"
|
75
|
-
};
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
exports.tezosTestnetContracts = tezosTestnetContracts; exports.tezosMainnetContracts = tezosMainnetContracts;
|
81
|
-
//# sourceMappingURL=chunk-LYBPFYQE.cjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/contracts/tezos.ts"],"names":[],"mappings":";AAsCO,IAAM,wBAAyC;AAAA,EACpD,cAAc;AAAA,EACd,qBAAqB;AAAA,EACrB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,eAAe;AAAA,EACf,UAAU;AAAA,EACV,UAAU;AAAA,EACV,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,0BAA0B;AAAA,EAC1B,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAChB;AAEO,IAAM,wBAAyC;AAAA,EACpD,cAAc;AAAA,EACd,qBAAqB;AAAA,EACrB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,eAAe;AAAA,EACf,UAAU;AAAA,EACV,UAAU;AAAA,EACV,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,0BAA0B;AAAA,EAC1B,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAChB","sourcesContent":["export interface ITezosContracts {\n allowed_mint: string\n allowed_mint_issuer: string\n allowed_mint_issuer_v3: string\n allowed_mint_v3: string\n articles: string\n collaboration_factory: string\n consumable_database: string\n cycles: string\n gentk_v1: string\n gentk_v1_data: string\n gentk_v2: string\n gentk_v3: string\n issuer_tickets: string\n issuer_v0: string\n issuer_v1: string\n issuer_v2: string\n issuer_v3: string\n marketplace_v1: string\n marketplace_v2: string\n marketplace_v3: string\n moderation_articles: string\n moderation_team: string\n moderation_token: string\n moderation_token_v3: string\n moderation_user: string\n pricing_dutch_auction: string\n pricing_dutch_auction_v3: string\n pricing_fixed: string\n pricing_fixed_v3: string\n randomizer: string\n token_moderation: string\n treasury: string\n user_moderation: string\n user_register: string\n onchfs_files: string\n}\n// The Tezos Smart Contracts addresses on testnet\nexport const tezosTestnetContracts: ITezosContracts = {\n allowed_mint: \"KT1QwfqMUDRYVyxo9KhunY5YCx9qQ9LWcswr\",\n allowed_mint_issuer: \"KT1WDByFKQmgVynxSr2rzdijs5aSs7mo7eBM\",\n allowed_mint_issuer_v3: \"KT1S3UqrLgMpVivNWWmBUnkPCaSFHDJ4HYvb\",\n allowed_mint_v3: \"KT1HUE2A6CHNw4NZZBWjJyG38nysWWfusagu\",\n articles: \"KT1HV8NXUCKWC1tWNHSD8LPPiKPshQuXvb8r\",\n collaboration_factory: \"KT1WFXts7jwxpD9uGDKzyqTUTFaG222xmjoZ\",\n consumable_database: \"KT1FP9y1PJpJkXhdJCgYZhVbj9UBpxnA57Bx\",\n cycles: \"KT1BJBcvtgZM2Kf4rUapmp4AhXtWCmznxd6F\",\n gentk_v1: \"KT1ExHjELnDuat9io3HkDcrBhHmek7h8EVXG\",\n gentk_v1_data: \"KT1SquPSN9oiMUWHG9coKRJAwz8Afe4c6izT\",\n gentk_v2: \"KT1NkZho1yRkDdQnN4Mz93sDYyY2pPrEHTNs\",\n gentk_v3: \"KT1TtVAyjh4Ahdm8sLZwFnL7tqoLf59XrK2h\",\n issuer_tickets: \"KT19PBsvmB2CwFqXftzb5gNJfxrEDFdSxGKZ\",\n issuer_v0: \"KT1PyfrDD85RxUWz8dMHoC92MxdPzecSQ5t9\",\n issuer_v1: \"KT1QwWVZogqPZZtGSVxGpLkEWar7LFvAsMdd\",\n issuer_v2: \"KT1Sy7X6TubmZ39G8CHVrUcxjc3jiF68P8oB\",\n issuer_v3: \"KT1DfymMp3qD5Pd5ujPjp7UsQbppY9yY1Hbf\",\n marketplace_v1: \"KT1DbivePcuUzCp5RaAQWxPSLV9G2Ys4faUR\",\n marketplace_v2: \"KT1HFYtf4vNCr4xRDZxLKc5asUdCsPUTTW9R\",\n marketplace_v3: \"KT1J6rt4d9U785DZWYEPvQ2fR1e71gxP42Lj\",\n moderation_articles: \"KT1Qg78fa81Xyjh65yNqUgVucubHUyq6VmgL\",\n moderation_team: \"KT1RsfyWzHs1EEWMzFLmKnJTQwPqRzsnF3Dp\",\n moderation_token: \"KT1PokFR36CcXKh3jUnjncabcuPWm5BMiqjt\",\n moderation_token_v3: \"KT1C1J38YR6eDvRBDEDaypptCFda9aH7FRbJ\",\n moderation_user: \"KT1Q3s7mYpscCnwsyndrVZg9WqBCmw99n37g\",\n pricing_dutch_auction: \"KT1BqikbUisiBBd9WvPiqnTwLY8Pm68p2Aua\",\n pricing_dutch_auction_v3: \"KT1QCboxZ28SqsfyZWTDrkSpZzU6xjZXBsFb\",\n pricing_fixed: \"KT1PAsf9Zc9FGJA9iLE1Ab2vPkMDsh4hyZVi\",\n pricing_fixed_v3: \"KT1Mqyy5JPknNzNJtgF93SHpFHv4VcYrNZry\",\n randomizer: \"KT1QmdsrJWJgK3VXid8q7D4sPipVoc9jh12x\",\n token_moderation: \"KT1BHfPDMRp2q48ZkmmnK7TRzQRdFnp6XVKq\",\n treasury: \"KT1MbDbRhZPs5TzZEXkT142ePoccFHfohBoo\",\n user_moderation: \"KT1LmZjoitx2itnB1qCbHMrT3V64RbuSPf3a\",\n user_register: \"KT1XaikgmBDQANBvkFqyFhSpgAZJAXpiDFGE\",\n onchfs_files: \"KT1FA8AGGcJha6S6MqfBUiibwTaYhK8u7s9Q\",\n}\n// The Tezos Smart Contracts on mainnet\nexport const tezosMainnetContracts: ITezosContracts = {\n allowed_mint: \"KT1VDQwskdfHkSbA9W6CSEnxnh1u1XU8K8Gu\",\n allowed_mint_issuer: \"KT1Djz5ix2yEGmV7PMq3GYq17TvMMkd1anT2\",\n allowed_mint_issuer_v3: \"KT1LJ4R4xoEWMgTjrGrdHJAeHLYFaB4RsoVK\",\n allowed_mint_v3: \"KT1KgEjxqfRCMwtCGifT6fDPwC35RptTUEvE\",\n articles: \"KT1GtbuswcNMGhHF2TSuH1Yfaqn16do8Qtva\",\n collaboration_factory: \"KT1JrUPSCt1r2MB2J7Lk2KwiWSYr3Mr414ck\",\n consumable_database: \"KT1Wm3zZqRd6JBbZWuatKYZCmnqUMy2Y79BL\",\n cycles: \"KT1BgD9SPfysnMz3vkfm6ZEaGFKCVcE5ay91\",\n gentk_v1: \"KT1KEa8z6vWXDJrVqtMrAeDVzsvxat3kHaCE\",\n gentk_v1_data: \"KT1WRpPyXHSCbTfDQFWVXbMpxxvf7Y7KChxc\",\n gentk_v2: \"KT1U6EHmNxJTkvaWJ4ThczG4FSDaHC21ssvi\",\n gentk_v3: \"KT1EfsNuqwLAWDd3o4pvfUx1CAh5GMdTrRvr\",\n issuer_tickets: \"KT19etLCjCCzTLFFAxsxLFsVYMRPetr2bTD5\",\n issuer_v0: \"KT1AEVuykWeuuFX7QkEAMNtffzwhe1Z98hJS\",\n issuer_v1: \"KT1XCoGnfupWk7Sp8536EfrxcP73LmT68Nyr\",\n issuer_v2: \"KT1BJC12dG17CVvPKJ1VYaNnaT5mzfnUTwXv\",\n issuer_v3: \"KT1Xpmp15KfqoePNW9HczFmqaGNHwadV2a3b\",\n marketplace_v1: \"KT1Xo5B7PNBAeynZPmca4bRh6LQow4og1Zb9\",\n marketplace_v2: \"KT1GbyoDi7H1sfXmimXpptZJuCdHMh66WS9u\",\n marketplace_v3: \"KT1M1NyU9X4usEimt2f3kDaijZnDMNBu42Ja\",\n moderation_articles: \"KT1A36z7nG4zPDbhjyrzhYf9SCn5ipPZeRMQ\",\n moderation_team: \"KT1FvGQcPxzuJkJsdWFQiGkueSNT5mqpFDrf\",\n moderation_token: \"KT18tPu7uXy9PJ97i3qCLsr7an4X6sQ5qxU7\",\n moderation_token_v3: \"KT1UBWXN1KxTh4eurrCTCH7aEjqdrM3HjP6R\",\n moderation_user: \"KT1Wn2kkKmdbyLWBiLXWCkE7fKj1LsLKar2A\",\n pricing_dutch_auction: \"KT1EzLrXRCXij42pKfbZPn48PuxrnVki1aYY\",\n pricing_dutch_auction_v3: \"KT1MFgHKorMWXeVL6qrpgjZmemirafppSg9q\",\n pricing_fixed: \"KT1FHzHxuMaNLYG8LdniY45M6RCfkF3AoXFh\",\n pricing_fixed_v3: \"KT1V24J6FVuKPU3xy6gVF6wJ3zdRXBheQhaV\",\n randomizer: \"KT1XYgKrzBbzsckGvXTPgxFyN7KNZ9RPYVWf\",\n token_moderation: \"KT1HgVuzNWVvnX16fahbV2LrnpwifYKoFMRd\",\n treasury: \"KT1P2BXYb894MekrCcSrnidzQYPVqitLoVLc\",\n user_moderation: \"KT1TWWQ6FtLoosVfZgTKV2q68TMZaENhGm54\",\n user_register: \"KT1Ezht4PDKZri7aVppVGT4Jkw39sesaFnww\",\n onchfs_files: \"KT1Ae7dT1gsLw2tRnUMXSCmEyF74KVkM6LUo\",\n}\n"]}
|
package/dist/chunk-M7HZ3LKE.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
// src/api/eth.ts
|
2
|
-
var ethTestnetApis = {
|
3
|
-
rpcs: ["https://ethereum-sepolia-rpc.allthatnode.com"],
|
4
|
-
reservoir: "https://api-sepolia.reservoir.tools",
|
5
|
-
safe: "https://safe-transaction-sepolia.safe.global",
|
6
|
-
whitelist: "http://localhost:9999/whitelist/new"
|
7
|
-
};
|
8
|
-
var ethMainnetApis = {
|
9
|
-
rpcs: ["https://ethereum-mainnet-rpc.allthatnode.com"],
|
10
|
-
reservoir: "https://api.reservoir.tools",
|
11
|
-
safe: "https://safe-transaction-mainnet.safe.global/",
|
12
|
-
whitelist: "https://api.v2.dev.fxhash-dev.xyz/whitelist/new"
|
13
|
-
};
|
14
|
-
|
15
|
-
export {
|
16
|
-
ethTestnetApis,
|
17
|
-
ethMainnetApis
|
18
|
-
};
|
19
|
-
//# sourceMappingURL=chunk-M7HZ3LKE.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/api/eth.ts"],"sourcesContent":["export interface IEthApis {\n rpcs: string[]\n reservoir: string\n safe: string\n whitelist: string\n}\n\nexport const ethTestnetApis: IEthApis = {\n rpcs: [\"https://ethereum-sepolia-rpc.allthatnode.com\"],\n reservoir: \"https://api-sepolia.reservoir.tools\",\n safe: \"https://safe-transaction-sepolia.safe.global\",\n whitelist: \"http://localhost:9999/whitelist/new\",\n}\n\nexport const ethMainnetApis: IEthApis = {\n rpcs: [\"https://ethereum-mainnet-rpc.allthatnode.com\"],\n reservoir: \"https://api.reservoir.tools\",\n safe: \"https://safe-transaction-mainnet.safe.global/\",\n whitelist: \"https://api.v2.dev.fxhash-dev.xyz/whitelist/new\",\n}\n"],"mappings":";AAOO,IAAM,iBAA2B;AAAA,EACtC,MAAM,CAAC,8CAA8C;AAAA,EACrD,WAAW;AAAA,EACX,MAAM;AAAA,EACN,WAAW;AACb;AAEO,IAAM,iBAA2B;AAAA,EACtC,MAAM,CAAC,8CAA8C;AAAA,EACrD,WAAW;AAAA,EACX,MAAM;AAAA,EACN,WAAW;AACb;","names":[]}
|
package/dist/chunk-NSIM63EC.cjs
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/api/tezos.ts
|
2
|
-
var tezosTestnetApis = {
|
3
|
-
tzkt: "https://api.ghostnet.tzkt.io/v1/",
|
4
|
-
tzktWebsite: "https://ghostnet.tzkt.io/",
|
5
|
-
rpcs: [
|
6
|
-
"https://ghostnet.ecadinfra.com",
|
7
|
-
"https://ghostnet.smartpy.io",
|
8
|
-
"https://ghostnet.tezos.marigold.dev/"
|
9
|
-
]
|
10
|
-
};
|
11
|
-
var tezosMainnetApis = {
|
12
|
-
tzkt: "https://api.tzkt.io/v1/",
|
13
|
-
tzktWebsite: "https://tzkt.io/",
|
14
|
-
rpcs: [
|
15
|
-
"https://rpc1.fxhash.xyz",
|
16
|
-
"https://mainnet.smartpy.io",
|
17
|
-
"https://mainnet.api.tez.ie",
|
18
|
-
"https://teznode.letzbake.com",
|
19
|
-
"https://rpc.tzbeta.net"
|
20
|
-
]
|
21
|
-
};
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
exports.tezosTestnetApis = tezosTestnetApis; exports.tezosMainnetApis = tezosMainnetApis;
|
27
|
-
//# sourceMappingURL=chunk-NSIM63EC.cjs.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/api/tezos.ts"],"names":[],"mappings":";AAMO,IAAM,mBAA+B;AAAA,EAC1C,MAAM;AAAA,EACN,aAAa;AAAA,EACb,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEO,IAAM,mBAA+B;AAAA,EAC1C,MAAM;AAAA,EACN,aAAa;AAAA,EACb,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF","sourcesContent":["export interface ITezosApis {\n tzktWebsite: string\n tzkt: string\n rpcs: string[]\n}\n\nexport const tezosTestnetApis: ITezosApis = {\n tzkt: \"https://api.ghostnet.tzkt.io/v1/\",\n tzktWebsite: \"https://ghostnet.tzkt.io/\",\n rpcs: [\n \"https://ghostnet.ecadinfra.com\",\n \"https://ghostnet.smartpy.io\",\n \"https://ghostnet.tezos.marigold.dev/\",\n ],\n}\n\nexport const tezosMainnetApis: ITezosApis = {\n tzkt: \"https://api.tzkt.io/v1/\",\n tzktWebsite: \"https://tzkt.io/\",\n rpcs: [\n \"https://rpc1.fxhash.xyz\",\n \"https://mainnet.smartpy.io\",\n \"https://mainnet.api.tez.ie\",\n \"https://teznode.letzbake.com\",\n \"https://rpc.tzbeta.net\",\n ],\n}\n"]}
|
package/dist/chunk-OX246A4J.js
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
// src/contracts/tezos.ts
|
2
|
-
var tezosTestnetContracts = {
|
3
|
-
allowed_mint: "KT1QwfqMUDRYVyxo9KhunY5YCx9qQ9LWcswr",
|
4
|
-
allowed_mint_issuer: "KT1WDByFKQmgVynxSr2rzdijs5aSs7mo7eBM",
|
5
|
-
allowed_mint_issuer_v3: "KT1S3UqrLgMpVivNWWmBUnkPCaSFHDJ4HYvb",
|
6
|
-
allowed_mint_v3: "KT1HUE2A6CHNw4NZZBWjJyG38nysWWfusagu",
|
7
|
-
articles: "KT1HV8NXUCKWC1tWNHSD8LPPiKPshQuXvb8r",
|
8
|
-
collaboration_factory: "KT1WFXts7jwxpD9uGDKzyqTUTFaG222xmjoZ",
|
9
|
-
consumable_database: "KT1FP9y1PJpJkXhdJCgYZhVbj9UBpxnA57Bx",
|
10
|
-
cycles: "KT1BJBcvtgZM2Kf4rUapmp4AhXtWCmznxd6F",
|
11
|
-
gentk_v1: "KT1ExHjELnDuat9io3HkDcrBhHmek7h8EVXG",
|
12
|
-
gentk_v1_data: "KT1SquPSN9oiMUWHG9coKRJAwz8Afe4c6izT",
|
13
|
-
gentk_v2: "KT1NkZho1yRkDdQnN4Mz93sDYyY2pPrEHTNs",
|
14
|
-
gentk_v3: "KT1TtVAyjh4Ahdm8sLZwFnL7tqoLf59XrK2h",
|
15
|
-
issuer_tickets: "KT19PBsvmB2CwFqXftzb5gNJfxrEDFdSxGKZ",
|
16
|
-
issuer_v0: "KT1PyfrDD85RxUWz8dMHoC92MxdPzecSQ5t9",
|
17
|
-
issuer_v1: "KT1QwWVZogqPZZtGSVxGpLkEWar7LFvAsMdd",
|
18
|
-
issuer_v2: "KT1Sy7X6TubmZ39G8CHVrUcxjc3jiF68P8oB",
|
19
|
-
issuer_v3: "KT1DfymMp3qD5Pd5ujPjp7UsQbppY9yY1Hbf",
|
20
|
-
marketplace_v1: "KT1DbivePcuUzCp5RaAQWxPSLV9G2Ys4faUR",
|
21
|
-
marketplace_v2: "KT1HFYtf4vNCr4xRDZxLKc5asUdCsPUTTW9R",
|
22
|
-
marketplace_v3: "KT1J6rt4d9U785DZWYEPvQ2fR1e71gxP42Lj",
|
23
|
-
moderation_articles: "KT1Qg78fa81Xyjh65yNqUgVucubHUyq6VmgL",
|
24
|
-
moderation_team: "KT1RsfyWzHs1EEWMzFLmKnJTQwPqRzsnF3Dp",
|
25
|
-
moderation_token: "KT1PokFR36CcXKh3jUnjncabcuPWm5BMiqjt",
|
26
|
-
moderation_token_v3: "KT1C1J38YR6eDvRBDEDaypptCFda9aH7FRbJ",
|
27
|
-
moderation_user: "KT1Q3s7mYpscCnwsyndrVZg9WqBCmw99n37g",
|
28
|
-
pricing_dutch_auction: "KT1BqikbUisiBBd9WvPiqnTwLY8Pm68p2Aua",
|
29
|
-
pricing_dutch_auction_v3: "KT1QCboxZ28SqsfyZWTDrkSpZzU6xjZXBsFb",
|
30
|
-
pricing_fixed: "KT1PAsf9Zc9FGJA9iLE1Ab2vPkMDsh4hyZVi",
|
31
|
-
pricing_fixed_v3: "KT1Mqyy5JPknNzNJtgF93SHpFHv4VcYrNZry",
|
32
|
-
randomizer: "KT1QmdsrJWJgK3VXid8q7D4sPipVoc9jh12x",
|
33
|
-
token_moderation: "KT1BHfPDMRp2q48ZkmmnK7TRzQRdFnp6XVKq",
|
34
|
-
treasury: "KT1MbDbRhZPs5TzZEXkT142ePoccFHfohBoo",
|
35
|
-
user_moderation: "KT1LmZjoitx2itnB1qCbHMrT3V64RbuSPf3a",
|
36
|
-
user_register: "KT1XaikgmBDQANBvkFqyFhSpgAZJAXpiDFGE",
|
37
|
-
onchfs_files: "KT1FA8AGGcJha6S6MqfBUiibwTaYhK8u7s9Q"
|
38
|
-
};
|
39
|
-
var tezosMainnetContracts = {
|
40
|
-
allowed_mint: "KT1VDQwskdfHkSbA9W6CSEnxnh1u1XU8K8Gu",
|
41
|
-
allowed_mint_issuer: "KT1Djz5ix2yEGmV7PMq3GYq17TvMMkd1anT2",
|
42
|
-
allowed_mint_issuer_v3: "KT1LJ4R4xoEWMgTjrGrdHJAeHLYFaB4RsoVK",
|
43
|
-
allowed_mint_v3: "KT1KgEjxqfRCMwtCGifT6fDPwC35RptTUEvE",
|
44
|
-
articles: "KT1GtbuswcNMGhHF2TSuH1Yfaqn16do8Qtva",
|
45
|
-
collaboration_factory: "KT1JrUPSCt1r2MB2J7Lk2KwiWSYr3Mr414ck",
|
46
|
-
consumable_database: "KT1Wm3zZqRd6JBbZWuatKYZCmnqUMy2Y79BL",
|
47
|
-
cycles: "KT1BgD9SPfysnMz3vkfm6ZEaGFKCVcE5ay91",
|
48
|
-
gentk_v1: "KT1KEa8z6vWXDJrVqtMrAeDVzsvxat3kHaCE",
|
49
|
-
gentk_v1_data: "KT1WRpPyXHSCbTfDQFWVXbMpxxvf7Y7KChxc",
|
50
|
-
gentk_v2: "KT1U6EHmNxJTkvaWJ4ThczG4FSDaHC21ssvi",
|
51
|
-
gentk_v3: "KT1EfsNuqwLAWDd3o4pvfUx1CAh5GMdTrRvr",
|
52
|
-
issuer_tickets: "KT19etLCjCCzTLFFAxsxLFsVYMRPetr2bTD5",
|
53
|
-
issuer_v0: "KT1AEVuykWeuuFX7QkEAMNtffzwhe1Z98hJS",
|
54
|
-
issuer_v1: "KT1XCoGnfupWk7Sp8536EfrxcP73LmT68Nyr",
|
55
|
-
issuer_v2: "KT1BJC12dG17CVvPKJ1VYaNnaT5mzfnUTwXv",
|
56
|
-
issuer_v3: "KT1Xpmp15KfqoePNW9HczFmqaGNHwadV2a3b",
|
57
|
-
marketplace_v1: "KT1Xo5B7PNBAeynZPmca4bRh6LQow4og1Zb9",
|
58
|
-
marketplace_v2: "KT1GbyoDi7H1sfXmimXpptZJuCdHMh66WS9u",
|
59
|
-
marketplace_v3: "KT1M1NyU9X4usEimt2f3kDaijZnDMNBu42Ja",
|
60
|
-
moderation_articles: "KT1A36z7nG4zPDbhjyrzhYf9SCn5ipPZeRMQ",
|
61
|
-
moderation_team: "KT1FvGQcPxzuJkJsdWFQiGkueSNT5mqpFDrf",
|
62
|
-
moderation_token: "KT18tPu7uXy9PJ97i3qCLsr7an4X6sQ5qxU7",
|
63
|
-
moderation_token_v3: "KT1UBWXN1KxTh4eurrCTCH7aEjqdrM3HjP6R",
|
64
|
-
moderation_user: "KT1Wn2kkKmdbyLWBiLXWCkE7fKj1LsLKar2A",
|
65
|
-
pricing_dutch_auction: "KT1EzLrXRCXij42pKfbZPn48PuxrnVki1aYY",
|
66
|
-
pricing_dutch_auction_v3: "KT1MFgHKorMWXeVL6qrpgjZmemirafppSg9q",
|
67
|
-
pricing_fixed: "KT1FHzHxuMaNLYG8LdniY45M6RCfkF3AoXFh",
|
68
|
-
pricing_fixed_v3: "KT1V24J6FVuKPU3xy6gVF6wJ3zdRXBheQhaV",
|
69
|
-
randomizer: "KT1XYgKrzBbzsckGvXTPgxFyN7KNZ9RPYVWf",
|
70
|
-
token_moderation: "KT1HgVuzNWVvnX16fahbV2LrnpwifYKoFMRd",
|
71
|
-
treasury: "KT1P2BXYb894MekrCcSrnidzQYPVqitLoVLc",
|
72
|
-
user_moderation: "KT1TWWQ6FtLoosVfZgTKV2q68TMZaENhGm54",
|
73
|
-
user_register: "KT1Ezht4PDKZri7aVppVGT4Jkw39sesaFnww",
|
74
|
-
onchfs_files: "KT1Ae7dT1gsLw2tRnUMXSCmEyF74KVkM6LUo"
|
75
|
-
};
|
76
|
-
|
77
|
-
export {
|
78
|
-
tezosTestnetContracts,
|
79
|
-
tezosMainnetContracts
|
80
|
-
};
|
81
|
-
//# sourceMappingURL=chunk-OX246A4J.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../src/contracts/tezos.ts"],"sourcesContent":["export interface ITezosContracts {\n allowed_mint: string\n allowed_mint_issuer: string\n allowed_mint_issuer_v3: string\n allowed_mint_v3: string\n articles: string\n collaboration_factory: string\n consumable_database: string\n cycles: string\n gentk_v1: string\n gentk_v1_data: string\n gentk_v2: string\n gentk_v3: string\n issuer_tickets: string\n issuer_v0: string\n issuer_v1: string\n issuer_v2: string\n issuer_v3: string\n marketplace_v1: string\n marketplace_v2: string\n marketplace_v3: string\n moderation_articles: string\n moderation_team: string\n moderation_token: string\n moderation_token_v3: string\n moderation_user: string\n pricing_dutch_auction: string\n pricing_dutch_auction_v3: string\n pricing_fixed: string\n pricing_fixed_v3: string\n randomizer: string\n token_moderation: string\n treasury: string\n user_moderation: string\n user_register: string\n onchfs_files: string\n}\n// The Tezos Smart Contracts addresses on testnet\nexport const tezosTestnetContracts: ITezosContracts = {\n allowed_mint: \"KT1QwfqMUDRYVyxo9KhunY5YCx9qQ9LWcswr\",\n allowed_mint_issuer: \"KT1WDByFKQmgVynxSr2rzdijs5aSs7mo7eBM\",\n allowed_mint_issuer_v3: \"KT1S3UqrLgMpVivNWWmBUnkPCaSFHDJ4HYvb\",\n allowed_mint_v3: \"KT1HUE2A6CHNw4NZZBWjJyG38nysWWfusagu\",\n articles: \"KT1HV8NXUCKWC1tWNHSD8LPPiKPshQuXvb8r\",\n collaboration_factory: \"KT1WFXts7jwxpD9uGDKzyqTUTFaG222xmjoZ\",\n consumable_database: \"KT1FP9y1PJpJkXhdJCgYZhVbj9UBpxnA57Bx\",\n cycles: \"KT1BJBcvtgZM2Kf4rUapmp4AhXtWCmznxd6F\",\n gentk_v1: \"KT1ExHjELnDuat9io3HkDcrBhHmek7h8EVXG\",\n gentk_v1_data: \"KT1SquPSN9oiMUWHG9coKRJAwz8Afe4c6izT\",\n gentk_v2: \"KT1NkZho1yRkDdQnN4Mz93sDYyY2pPrEHTNs\",\n gentk_v3: \"KT1TtVAyjh4Ahdm8sLZwFnL7tqoLf59XrK2h\",\n issuer_tickets: \"KT19PBsvmB2CwFqXftzb5gNJfxrEDFdSxGKZ\",\n issuer_v0: \"KT1PyfrDD85RxUWz8dMHoC92MxdPzecSQ5t9\",\n issuer_v1: \"KT1QwWVZogqPZZtGSVxGpLkEWar7LFvAsMdd\",\n issuer_v2: \"KT1Sy7X6TubmZ39G8CHVrUcxjc3jiF68P8oB\",\n issuer_v3: \"KT1DfymMp3qD5Pd5ujPjp7UsQbppY9yY1Hbf\",\n marketplace_v1: \"KT1DbivePcuUzCp5RaAQWxPSLV9G2Ys4faUR\",\n marketplace_v2: \"KT1HFYtf4vNCr4xRDZxLKc5asUdCsPUTTW9R\",\n marketplace_v3: \"KT1J6rt4d9U785DZWYEPvQ2fR1e71gxP42Lj\",\n moderation_articles: \"KT1Qg78fa81Xyjh65yNqUgVucubHUyq6VmgL\",\n moderation_team: \"KT1RsfyWzHs1EEWMzFLmKnJTQwPqRzsnF3Dp\",\n moderation_token: \"KT1PokFR36CcXKh3jUnjncabcuPWm5BMiqjt\",\n moderation_token_v3: \"KT1C1J38YR6eDvRBDEDaypptCFda9aH7FRbJ\",\n moderation_user: \"KT1Q3s7mYpscCnwsyndrVZg9WqBCmw99n37g\",\n pricing_dutch_auction: \"KT1BqikbUisiBBd9WvPiqnTwLY8Pm68p2Aua\",\n pricing_dutch_auction_v3: \"KT1QCboxZ28SqsfyZWTDrkSpZzU6xjZXBsFb\",\n pricing_fixed: \"KT1PAsf9Zc9FGJA9iLE1Ab2vPkMDsh4hyZVi\",\n pricing_fixed_v3: \"KT1Mqyy5JPknNzNJtgF93SHpFHv4VcYrNZry\",\n randomizer: \"KT1QmdsrJWJgK3VXid8q7D4sPipVoc9jh12x\",\n token_moderation: \"KT1BHfPDMRp2q48ZkmmnK7TRzQRdFnp6XVKq\",\n treasury: \"KT1MbDbRhZPs5TzZEXkT142ePoccFHfohBoo\",\n user_moderation: \"KT1LmZjoitx2itnB1qCbHMrT3V64RbuSPf3a\",\n user_register: \"KT1XaikgmBDQANBvkFqyFhSpgAZJAXpiDFGE\",\n onchfs_files: \"KT1FA8AGGcJha6S6MqfBUiibwTaYhK8u7s9Q\",\n}\n// The Tezos Smart Contracts on mainnet\nexport const tezosMainnetContracts: ITezosContracts = {\n allowed_mint: \"KT1VDQwskdfHkSbA9W6CSEnxnh1u1XU8K8Gu\",\n allowed_mint_issuer: \"KT1Djz5ix2yEGmV7PMq3GYq17TvMMkd1anT2\",\n allowed_mint_issuer_v3: \"KT1LJ4R4xoEWMgTjrGrdHJAeHLYFaB4RsoVK\",\n allowed_mint_v3: \"KT1KgEjxqfRCMwtCGifT6fDPwC35RptTUEvE\",\n articles: \"KT1GtbuswcNMGhHF2TSuH1Yfaqn16do8Qtva\",\n collaboration_factory: \"KT1JrUPSCt1r2MB2J7Lk2KwiWSYr3Mr414ck\",\n consumable_database: \"KT1Wm3zZqRd6JBbZWuatKYZCmnqUMy2Y79BL\",\n cycles: \"KT1BgD9SPfysnMz3vkfm6ZEaGFKCVcE5ay91\",\n gentk_v1: \"KT1KEa8z6vWXDJrVqtMrAeDVzsvxat3kHaCE\",\n gentk_v1_data: \"KT1WRpPyXHSCbTfDQFWVXbMpxxvf7Y7KChxc\",\n gentk_v2: \"KT1U6EHmNxJTkvaWJ4ThczG4FSDaHC21ssvi\",\n gentk_v3: \"KT1EfsNuqwLAWDd3o4pvfUx1CAh5GMdTrRvr\",\n issuer_tickets: \"KT19etLCjCCzTLFFAxsxLFsVYMRPetr2bTD5\",\n issuer_v0: \"KT1AEVuykWeuuFX7QkEAMNtffzwhe1Z98hJS\",\n issuer_v1: \"KT1XCoGnfupWk7Sp8536EfrxcP73LmT68Nyr\",\n issuer_v2: \"KT1BJC12dG17CVvPKJ1VYaNnaT5mzfnUTwXv\",\n issuer_v3: \"KT1Xpmp15KfqoePNW9HczFmqaGNHwadV2a3b\",\n marketplace_v1: \"KT1Xo5B7PNBAeynZPmca4bRh6LQow4og1Zb9\",\n marketplace_v2: \"KT1GbyoDi7H1sfXmimXpptZJuCdHMh66WS9u\",\n marketplace_v3: \"KT1M1NyU9X4usEimt2f3kDaijZnDMNBu42Ja\",\n moderation_articles: \"KT1A36z7nG4zPDbhjyrzhYf9SCn5ipPZeRMQ\",\n moderation_team: \"KT1FvGQcPxzuJkJsdWFQiGkueSNT5mqpFDrf\",\n moderation_token: \"KT18tPu7uXy9PJ97i3qCLsr7an4X6sQ5qxU7\",\n moderation_token_v3: \"KT1UBWXN1KxTh4eurrCTCH7aEjqdrM3HjP6R\",\n moderation_user: \"KT1Wn2kkKmdbyLWBiLXWCkE7fKj1LsLKar2A\",\n pricing_dutch_auction: \"KT1EzLrXRCXij42pKfbZPn48PuxrnVki1aYY\",\n pricing_dutch_auction_v3: \"KT1MFgHKorMWXeVL6qrpgjZmemirafppSg9q\",\n pricing_fixed: \"KT1FHzHxuMaNLYG8LdniY45M6RCfkF3AoXFh\",\n pricing_fixed_v3: \"KT1V24J6FVuKPU3xy6gVF6wJ3zdRXBheQhaV\",\n randomizer: \"KT1XYgKrzBbzsckGvXTPgxFyN7KNZ9RPYVWf\",\n token_moderation: \"KT1HgVuzNWVvnX16fahbV2LrnpwifYKoFMRd\",\n treasury: \"KT1P2BXYb894MekrCcSrnidzQYPVqitLoVLc\",\n user_moderation: \"KT1TWWQ6FtLoosVfZgTKV2q68TMZaENhGm54\",\n user_register: \"KT1Ezht4PDKZri7aVppVGT4Jkw39sesaFnww\",\n onchfs_files: \"KT1Ae7dT1gsLw2tRnUMXSCmEyF74KVkM6LUo\",\n}\n"],"mappings":";AAsCO,IAAM,wBAAyC;AAAA,EACpD,cAAc;AAAA,EACd,qBAAqB;AAAA,EACrB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,eAAe;AAAA,EACf,UAAU;AAAA,EACV,UAAU;AAAA,EACV,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,0BAA0B;AAAA,EAC1B,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAChB;AAEO,IAAM,wBAAyC;AAAA,EACpD,cAAc;AAAA,EACd,qBAAqB;AAAA,EACrB,wBAAwB;AAAA,EACxB,iBAAiB;AAAA,EACjB,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,eAAe;AAAA,EACf,UAAU;AAAA,EACV,UAAU;AAAA,EACV,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,qBAAqB;AAAA,EACrB,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,0BAA0B;AAAA,EAC1B,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAChB;","names":[]}
|