@zoralabs/protocol-deployments 0.3.11-DEV.3 → 0.3.11-DEV.4
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/.turbo/turbo-build.log +24 -24
- package/dist/generated/wagmi.d.ts +52 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +20 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +20 -0
package/package.json
CHANGED
package/src/generated/wagmi.ts
CHANGED
|
@@ -1359,6 +1359,26 @@ export const cointagFactoryABI = [
|
|
|
1359
1359
|
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
1360
1360
|
stateMutability: 'pure',
|
|
1361
1361
|
},
|
|
1362
|
+
{
|
|
1363
|
+
type: 'function',
|
|
1364
|
+
inputs: [
|
|
1365
|
+
{
|
|
1366
|
+
name: '_creatorRewardRecipient',
|
|
1367
|
+
internalType: 'address',
|
|
1368
|
+
type: 'address',
|
|
1369
|
+
},
|
|
1370
|
+
{ name: '_pool', internalType: 'address', type: 'address' },
|
|
1371
|
+
{
|
|
1372
|
+
name: '_percentageToBuyBurn',
|
|
1373
|
+
internalType: 'uint256',
|
|
1374
|
+
type: 'uint256',
|
|
1375
|
+
},
|
|
1376
|
+
{ name: 'saltSource', internalType: 'bytes', type: 'bytes' },
|
|
1377
|
+
],
|
|
1378
|
+
name: 'getCointagAddress',
|
|
1379
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
1380
|
+
stateMutability: 'view',
|
|
1381
|
+
},
|
|
1362
1382
|
{
|
|
1363
1383
|
type: 'function',
|
|
1364
1384
|
inputs: [
|