@zoralabs/protocol-deployments 0.4.2 → 0.5.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.js CHANGED
@@ -1547,12 +1547,6 @@ var coinABI = [
1547
1547
  internalType: "uint256",
1548
1548
  type: "uint256",
1549
1549
  indexed: false
1550
- },
1551
- {
1552
- name: "comment",
1553
- internalType: "string",
1554
- type: "string",
1555
- indexed: false
1556
1550
  }
1557
1551
  ],
1558
1552
  name: "CoinBuy"
@@ -1562,7 +1556,7 @@ var coinABI = [
1562
1556
  anonymous: false,
1563
1557
  inputs: [
1564
1558
  {
1565
- name: "creatorPayoutAddress",
1559
+ name: "payoutRecipient",
1566
1560
  internalType: "address",
1567
1561
  type: "address",
1568
1562
  indexed: true
@@ -1702,12 +1696,6 @@ var coinABI = [
1702
1696
  internalType: "uint256",
1703
1697
  type: "uint256",
1704
1698
  indexed: false
1705
- },
1706
- {
1707
- name: "comment",
1708
- internalType: "string",
1709
- type: "string",
1710
- indexed: false
1711
1699
  }
1712
1700
  ],
1713
1701
  name: "CoinSell"
@@ -1717,7 +1705,7 @@ var coinABI = [
1717
1705
  anonymous: false,
1718
1706
  inputs: [
1719
1707
  {
1720
- name: "creatorPayoutRecipient",
1708
+ name: "payoutRecipient",
1721
1709
  internalType: "address",
1722
1710
  type: "address",
1723
1711
  indexed: true
@@ -2094,13 +2082,7 @@ var coinFactoryABI = [
2094
2082
  anonymous: false,
2095
2083
  inputs: [
2096
2084
  {
2097
- name: "deployer",
2098
- internalType: "address",
2099
- type: "address",
2100
- indexed: true
2101
- },
2102
- {
2103
- name: "creator",
2085
+ name: "caller",
2104
2086
  internalType: "address",
2105
2087
  type: "address",
2106
2088
  indexed: true
@@ -2115,7 +2097,7 @@ var coinFactoryABI = [
2115
2097
  name: "platformReferrer",
2116
2098
  internalType: "address",
2117
2099
  type: "address",
2118
- indexed: false
2100
+ indexed: true
2119
2101
  },
2120
2102
  {
2121
2103
  name: "currency",
@@ -2123,12 +2105,7 @@ var coinFactoryABI = [
2123
2105
  type: "address",
2124
2106
  indexed: false
2125
2107
  },
2126
- {
2127
- name: "tokenURI",
2128
- internalType: "string",
2129
- type: "string",
2130
- indexed: false
2131
- },
2108
+ { name: "uri", internalType: "string", type: "string", indexed: false },
2132
2109
  { name: "name", internalType: "string", type: "string", indexed: false },
2133
2110
  {
2134
2111
  name: "symbol",
@@ -2147,6 +2124,12 @@ var coinFactoryABI = [
2147
2124
  internalType: "address",
2148
2125
  type: "address",
2149
2126
  indexed: false
2127
+ },
2128
+ {
2129
+ name: "version",
2130
+ internalType: "string",
2131
+ type: "string",
2132
+ indexed: false
2150
2133
  }
2151
2134
  ],
2152
2135
  name: "CoinCreated"