@zoralabs/protocol-deployments 0.1.5-DEV.7 → 0.1.5-DEV.8
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/generated/mints.d.ts +1 -0
- package/dist/generated/mints.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +244 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +83 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +79 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/mints.ts +2 -0
- package/src/generated/wagmi.ts +95 -0
package/dist/index.js
CHANGED
|
@@ -5,6 +5,80 @@ var __export = (target, all) => {
|
|
|
5
5
|
};
|
|
6
6
|
|
|
7
7
|
// src/generated/wagmi.ts
|
|
8
|
+
var iUnwrapAndForwardActionABI = [
|
|
9
|
+
{
|
|
10
|
+
stateMutability: "payable",
|
|
11
|
+
type: "function",
|
|
12
|
+
inputs: [
|
|
13
|
+
{ name: "receiverAddress", internalType: "address", type: "address" },
|
|
14
|
+
{ name: "call", internalType: "bytes", type: "bytes" },
|
|
15
|
+
{ name: "valueToSend", internalType: "uint256", type: "uint256" }
|
|
16
|
+
],
|
|
17
|
+
name: "callWithEth",
|
|
18
|
+
outputs: []
|
|
19
|
+
}
|
|
20
|
+
];
|
|
21
|
+
var mintsEthUnwrapperAndCallerABI = [
|
|
22
|
+
{
|
|
23
|
+
stateMutability: "nonpayable",
|
|
24
|
+
type: "constructor",
|
|
25
|
+
inputs: [
|
|
26
|
+
{
|
|
27
|
+
name: "_zoraMints1155",
|
|
28
|
+
internalType: "contract IZoraMints1155",
|
|
29
|
+
type: "address"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{ stateMutability: "payable", type: "receive" },
|
|
34
|
+
{
|
|
35
|
+
stateMutability: "nonpayable",
|
|
36
|
+
type: "function",
|
|
37
|
+
inputs: [
|
|
38
|
+
{ name: "", internalType: "address", type: "address" },
|
|
39
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
40
|
+
{ name: "ids", internalType: "uint256[]", type: "uint256[]" },
|
|
41
|
+
{ name: "values", internalType: "uint256[]", type: "uint256[]" },
|
|
42
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
43
|
+
],
|
|
44
|
+
name: "onERC1155BatchReceived",
|
|
45
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
stateMutability: "nonpayable",
|
|
49
|
+
type: "function",
|
|
50
|
+
inputs: [
|
|
51
|
+
{ name: "", internalType: "address", type: "address" },
|
|
52
|
+
{ name: "from", internalType: "address", type: "address" },
|
|
53
|
+
{ name: "id", internalType: "uint256", type: "uint256" },
|
|
54
|
+
{ name: "value", internalType: "uint256", type: "uint256" },
|
|
55
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
56
|
+
],
|
|
57
|
+
name: "onERC1155Received",
|
|
58
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
type: "error",
|
|
62
|
+
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
63
|
+
name: "ERC20NotSupported"
|
|
64
|
+
},
|
|
65
|
+
{ type: "error", inputs: [], name: "ETHTransferFailed" },
|
|
66
|
+
{ type: "error", inputs: [], name: "NotExpectingReceive" },
|
|
67
|
+
{ type: "error", inputs: [], name: "NotZoraMints1155" },
|
|
68
|
+
{
|
|
69
|
+
type: "error",
|
|
70
|
+
inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
|
|
71
|
+
name: "TransferFailed"
|
|
72
|
+
},
|
|
73
|
+
{ type: "error", inputs: [], name: "UnknownUserAction" }
|
|
74
|
+
];
|
|
75
|
+
var mintsEthUnwrapperAndCallerAddress = {
|
|
76
|
+
999999999: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b"
|
|
77
|
+
};
|
|
78
|
+
var mintsEthUnwrapperAndCallerConfig = {
|
|
79
|
+
address: mintsEthUnwrapperAndCallerAddress,
|
|
80
|
+
abi: mintsEthUnwrapperAndCallerABI
|
|
81
|
+
};
|
|
8
82
|
var zoraCreator1155FactoryImplABI = [
|
|
9
83
|
{
|
|
10
84
|
stateMutability: "nonpayable",
|
|
@@ -5289,13 +5363,18 @@ var chainConfigs2 = {
|
|
|
5289
5363
|
};
|
|
5290
5364
|
var addresses2 = {
|
|
5291
5365
|
999999999: {
|
|
5366
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b",
|
|
5292
5367
|
MINTS_MANAGER_IMPL: "0xCD252603Aa72DD6c14802D7F82cCaDfcB3a643C0",
|
|
5293
5368
|
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.7"
|
|
5294
5369
|
}
|
|
5295
5370
|
};
|
|
5296
5371
|
export {
|
|
5297
5372
|
__exports as contracts1155,
|
|
5373
|
+
iUnwrapAndForwardActionABI,
|
|
5298
5374
|
mints_exports as mints,
|
|
5375
|
+
mintsEthUnwrapperAndCallerABI,
|
|
5376
|
+
mintsEthUnwrapperAndCallerAddress,
|
|
5377
|
+
mintsEthUnwrapperAndCallerConfig,
|
|
5299
5378
|
zoraCreator1155FactoryImplABI,
|
|
5300
5379
|
zoraCreator1155FactoryImplAddress,
|
|
5301
5380
|
zoraCreator1155FactoryImplConfig,
|