@zoralabs/protocol-deployments 0.3.11-DEV.6 → 0.3.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/dist/index.js CHANGED
@@ -1042,612 +1042,6 @@ var callerAndCommenterConfig = {
1042
1042
  address: callerAndCommenterAddress,
1043
1043
  abi: callerAndCommenterABI
1044
1044
  };
1045
- var cointagABI = [
1046
- {
1047
- type: "constructor",
1048
- inputs: [
1049
- { name: "_protocolRewards", internalType: "address", type: "address" },
1050
- { name: "_weth", internalType: "address", type: "address" }
1051
- ],
1052
- stateMutability: "nonpayable"
1053
- },
1054
- { type: "receive", stateMutability: "payable" },
1055
- {
1056
- type: "function",
1057
- inputs: [],
1058
- name: "PERCENTAGE_BASIS",
1059
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1060
- stateMutability: "view"
1061
- },
1062
- {
1063
- type: "function",
1064
- inputs: [],
1065
- name: "REQUIRED_OBSERVATION_CARDINALITY",
1066
- outputs: [{ name: "", internalType: "uint16", type: "uint16" }],
1067
- stateMutability: "view"
1068
- },
1069
- {
1070
- type: "function",
1071
- inputs: [],
1072
- name: "SLIPPAGE",
1073
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1074
- stateMutability: "view"
1075
- },
1076
- {
1077
- type: "function",
1078
- inputs: [],
1079
- name: "TIME_WEIGHTED_PRICE_PERIOD",
1080
- outputs: [{ name: "", internalType: "uint32", type: "uint32" }],
1081
- stateMutability: "view"
1082
- },
1083
- {
1084
- type: "function",
1085
- inputs: [],
1086
- name: "contractVersion",
1087
- outputs: [{ name: "", internalType: "string", type: "string" }],
1088
- stateMutability: "pure"
1089
- },
1090
- {
1091
- type: "function",
1092
- inputs: [],
1093
- name: "creatorRewardRecipient",
1094
- outputs: [{ name: "", internalType: "address", type: "address" }],
1095
- stateMutability: "view"
1096
- },
1097
- {
1098
- type: "function",
1099
- inputs: [],
1100
- name: "ensureObservationCardinality",
1101
- outputs: [],
1102
- stateMutability: "nonpayable"
1103
- },
1104
- {
1105
- type: "function",
1106
- inputs: [],
1107
- name: "erc20",
1108
- outputs: [
1109
- { name: "", internalType: "contract IBurnableERC20", type: "address" }
1110
- ],
1111
- stateMutability: "view"
1112
- },
1113
- {
1114
- type: "function",
1115
- inputs: [],
1116
- name: "hasEnoughObservationCardinality",
1117
- outputs: [
1118
- { name: "", internalType: "bool", type: "bool" },
1119
- { name: "", internalType: "uint256", type: "uint256" }
1120
- ],
1121
- stateMutability: "view"
1122
- },
1123
- {
1124
- type: "function",
1125
- inputs: [
1126
- {
1127
- name: "_creatorRewardRecipient",
1128
- internalType: "address",
1129
- type: "address"
1130
- },
1131
- { name: "_pool", internalType: "address", type: "address" },
1132
- {
1133
- name: "_percentageToBuyBurn",
1134
- internalType: "uint256",
1135
- type: "uint256"
1136
- }
1137
- ],
1138
- name: "initialize",
1139
- outputs: [],
1140
- stateMutability: "nonpayable"
1141
- },
1142
- {
1143
- type: "function",
1144
- inputs: [],
1145
- name: "percentageToBuyBurn",
1146
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1147
- stateMutability: "view"
1148
- },
1149
- {
1150
- type: "function",
1151
- inputs: [],
1152
- name: "pool",
1153
- outputs: [
1154
- { name: "", internalType: "contract IUniswapV3Pool", type: "address" }
1155
- ],
1156
- stateMutability: "view"
1157
- },
1158
- {
1159
- type: "function",
1160
- inputs: [],
1161
- name: "protocolRewards",
1162
- outputs: [
1163
- { name: "", internalType: "contract IProtocolRewards", type: "address" }
1164
- ],
1165
- stateMutability: "view"
1166
- },
1167
- {
1168
- type: "function",
1169
- inputs: [],
1170
- name: "pull",
1171
- outputs: [],
1172
- stateMutability: "nonpayable"
1173
- },
1174
- {
1175
- type: "function",
1176
- inputs: [
1177
- { name: "amount0Delta", internalType: "int256", type: "int256" },
1178
- { name: "amount1Delta", internalType: "int256", type: "int256" },
1179
- { name: "", internalType: "bytes", type: "bytes" }
1180
- ],
1181
- name: "uniswapV3SwapCallback",
1182
- outputs: [],
1183
- stateMutability: "nonpayable"
1184
- },
1185
- {
1186
- type: "function",
1187
- inputs: [],
1188
- name: "weth",
1189
- outputs: [{ name: "", internalType: "contract IWETH", type: "address" }],
1190
- stateMutability: "view"
1191
- },
1192
- {
1193
- type: "event",
1194
- anonymous: false,
1195
- inputs: [
1196
- {
1197
- name: "amountERc20Received",
1198
- internalType: "uint256",
1199
- type: "uint256",
1200
- indexed: false
1201
- },
1202
- {
1203
- name: "amountERc20Burned",
1204
- internalType: "uint256",
1205
- type: "uint256",
1206
- indexed: false
1207
- },
1208
- {
1209
- name: "amountEthSpent",
1210
- internalType: "uint256",
1211
- type: "uint256",
1212
- indexed: false
1213
- },
1214
- {
1215
- name: "amountEthToCreator",
1216
- internalType: "uint256",
1217
- type: "uint256",
1218
- indexed: false
1219
- },
1220
- {
1221
- name: "totalEthReceived",
1222
- internalType: "uint256",
1223
- type: "uint256",
1224
- indexed: false
1225
- },
1226
- {
1227
- name: "buyFailureError",
1228
- internalType: "bytes",
1229
- type: "bytes",
1230
- indexed: false
1231
- },
1232
- {
1233
- name: "burnFailureError",
1234
- internalType: "bytes",
1235
- type: "bytes",
1236
- indexed: false
1237
- }
1238
- ],
1239
- name: "BuyBurn"
1240
- },
1241
- {
1242
- type: "event",
1243
- anonymous: false,
1244
- inputs: [
1245
- {
1246
- name: "version",
1247
- internalType: "uint64",
1248
- type: "uint64",
1249
- indexed: false
1250
- }
1251
- ],
1252
- name: "Initialized"
1253
- },
1254
- {
1255
- type: "event",
1256
- anonymous: false,
1257
- inputs: [
1258
- {
1259
- name: "creatorRewardRecipient",
1260
- internalType: "address",
1261
- type: "address",
1262
- indexed: false
1263
- },
1264
- {
1265
- name: "erc20",
1266
- internalType: "address",
1267
- type: "address",
1268
- indexed: false
1269
- },
1270
- {
1271
- name: "pool",
1272
- internalType: "address",
1273
- type: "address",
1274
- indexed: false
1275
- },
1276
- {
1277
- name: "percentageToBuyBurn",
1278
- internalType: "uint256",
1279
- type: "uint256",
1280
- indexed: false
1281
- }
1282
- ],
1283
- name: "Initialized"
1284
- },
1285
- {
1286
- type: "error",
1287
- inputs: [{ name: "target", internalType: "address", type: "address" }],
1288
- name: "AddressEmptyCode"
1289
- },
1290
- {
1291
- type: "error",
1292
- inputs: [{ name: "account", internalType: "address", type: "address" }],
1293
- name: "AddressInsufficientBalance"
1294
- },
1295
- {
1296
- type: "error",
1297
- inputs: [
1298
- { name: "amountOut", internalType: "uint256", type: "uint256" },
1299
- { name: "amountOutMinimum", internalType: "uint256", type: "uint256" }
1300
- ],
1301
- name: "AmountOutLessThanMinimum"
1302
- },
1303
- { type: "error", inputs: [], name: "FailedInnerCall" },
1304
- { type: "error", inputs: [], name: "InvalidInitialization" },
1305
- {
1306
- type: "error",
1307
- inputs: [
1308
- { name: "requiredCardinality", internalType: "uint256", type: "uint256" },
1309
- { name: "currentCardinality", internalType: "uint256", type: "uint256" }
1310
- ],
1311
- name: "NotEnoughObservationCardinality"
1312
- },
1313
- { type: "error", inputs: [], name: "NotInitializing" },
1314
- { type: "error", inputs: [], name: "OnlyPool" },
1315
- { type: "error", inputs: [], name: "OnlyProtocolRewardsOrWeth" },
1316
- {
1317
- type: "error",
1318
- inputs: [{ name: "token", internalType: "address", type: "address" }],
1319
- name: "SafeERC20FailedOperation"
1320
- }
1321
- ];
1322
- var cointagFactoryABI = [
1323
- {
1324
- type: "constructor",
1325
- inputs: [
1326
- { name: "_protocolRewards", internalType: "address", type: "address" },
1327
- { name: "_weth", internalType: "address", type: "address" },
1328
- {
1329
- name: "_cointagImplementation",
1330
- internalType: "address",
1331
- type: "address"
1332
- }
1333
- ],
1334
- stateMutability: "nonpayable"
1335
- },
1336
- {
1337
- type: "function",
1338
- inputs: [],
1339
- name: "UPGRADE_INTERFACE_VERSION",
1340
- outputs: [{ name: "", internalType: "string", type: "string" }],
1341
- stateMutability: "view"
1342
- },
1343
- {
1344
- type: "function",
1345
- inputs: [],
1346
- name: "acceptOwnership",
1347
- outputs: [],
1348
- stateMutability: "nonpayable"
1349
- },
1350
- {
1351
- type: "function",
1352
- inputs: [],
1353
- name: "cointagImplementation",
1354
- outputs: [{ name: "", internalType: "address", type: "address" }],
1355
- stateMutability: "view"
1356
- },
1357
- {
1358
- type: "function",
1359
- inputs: [],
1360
- name: "contractName",
1361
- outputs: [{ name: "", internalType: "string", type: "string" }],
1362
- stateMutability: "pure"
1363
- },
1364
- {
1365
- type: "function",
1366
- inputs: [],
1367
- name: "contractURI",
1368
- outputs: [{ name: "", internalType: "string", type: "string" }],
1369
- stateMutability: "pure"
1370
- },
1371
- {
1372
- type: "function",
1373
- inputs: [],
1374
- name: "contractVersion",
1375
- outputs: [{ name: "", internalType: "string", type: "string" }],
1376
- stateMutability: "pure"
1377
- },
1378
- {
1379
- type: "function",
1380
- inputs: [
1381
- {
1382
- name: "_creatorRewardRecipient",
1383
- internalType: "address",
1384
- type: "address"
1385
- },
1386
- { name: "_pool", internalType: "address", type: "address" },
1387
- {
1388
- name: "_percentageToBuyBurn",
1389
- internalType: "uint256",
1390
- type: "uint256"
1391
- },
1392
- { name: "saltSource", internalType: "bytes", type: "bytes" }
1393
- ],
1394
- name: "getCointagAddress",
1395
- outputs: [{ name: "", internalType: "address", type: "address" }],
1396
- stateMutability: "view"
1397
- },
1398
- {
1399
- type: "function",
1400
- inputs: [
1401
- {
1402
- name: "_creatorRewardRecipient",
1403
- internalType: "address",
1404
- type: "address"
1405
- },
1406
- { name: "_pool", internalType: "address", type: "address" },
1407
- {
1408
- name: "_percentageToBuyBurn",
1409
- internalType: "uint256",
1410
- type: "uint256"
1411
- },
1412
- { name: "saltSource", internalType: "bytes", type: "bytes" }
1413
- ],
1414
- name: "getOrCreateCointag",
1415
- outputs: [{ name: "", internalType: "contract Cointag", type: "address" }],
1416
- stateMutability: "nonpayable"
1417
- },
1418
- {
1419
- type: "function",
1420
- inputs: [],
1421
- name: "implementation",
1422
- outputs: [{ name: "", internalType: "address", type: "address" }],
1423
- stateMutability: "view"
1424
- },
1425
- {
1426
- type: "function",
1427
- inputs: [
1428
- { name: "_defaultOwner", internalType: "address", type: "address" }
1429
- ],
1430
- name: "initialize",
1431
- outputs: [],
1432
- stateMutability: "nonpayable"
1433
- },
1434
- {
1435
- type: "function",
1436
- inputs: [],
1437
- name: "owner",
1438
- outputs: [{ name: "", internalType: "address", type: "address" }],
1439
- stateMutability: "view"
1440
- },
1441
- {
1442
- type: "function",
1443
- inputs: [],
1444
- name: "pendingOwner",
1445
- outputs: [{ name: "", internalType: "address", type: "address" }],
1446
- stateMutability: "view"
1447
- },
1448
- {
1449
- type: "function",
1450
- inputs: [],
1451
- name: "protocolRewards",
1452
- outputs: [{ name: "", internalType: "address", type: "address" }],
1453
- stateMutability: "view"
1454
- },
1455
- {
1456
- type: "function",
1457
- inputs: [],
1458
- name: "proxiableUUID",
1459
- outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
1460
- stateMutability: "view"
1461
- },
1462
- {
1463
- type: "function",
1464
- inputs: [],
1465
- name: "renounceOwnership",
1466
- outputs: [],
1467
- stateMutability: "nonpayable"
1468
- },
1469
- {
1470
- type: "function",
1471
- inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
1472
- name: "transferOwnership",
1473
- outputs: [],
1474
- stateMutability: "nonpayable"
1475
- },
1476
- {
1477
- type: "function",
1478
- inputs: [
1479
- { name: "newImplementation", internalType: "address", type: "address" },
1480
- { name: "data", internalType: "bytes", type: "bytes" }
1481
- ],
1482
- name: "upgradeToAndCall",
1483
- outputs: [],
1484
- stateMutability: "payable"
1485
- },
1486
- {
1487
- type: "function",
1488
- inputs: [],
1489
- name: "weth",
1490
- outputs: [{ name: "", internalType: "address", type: "address" }],
1491
- stateMutability: "view"
1492
- },
1493
- {
1494
- type: "event",
1495
- anonymous: false,
1496
- inputs: [
1497
- {
1498
- name: "version",
1499
- internalType: "uint64",
1500
- type: "uint64",
1501
- indexed: false
1502
- }
1503
- ],
1504
- name: "Initialized"
1505
- },
1506
- {
1507
- type: "event",
1508
- anonymous: false,
1509
- inputs: [
1510
- {
1511
- name: "previousOwner",
1512
- internalType: "address",
1513
- type: "address",
1514
- indexed: true
1515
- },
1516
- {
1517
- name: "newOwner",
1518
- internalType: "address",
1519
- type: "address",
1520
- indexed: true
1521
- }
1522
- ],
1523
- name: "OwnershipTransferStarted"
1524
- },
1525
- {
1526
- type: "event",
1527
- anonymous: false,
1528
- inputs: [
1529
- {
1530
- name: "previousOwner",
1531
- internalType: "address",
1532
- type: "address",
1533
- indexed: true
1534
- },
1535
- {
1536
- name: "newOwner",
1537
- internalType: "address",
1538
- type: "address",
1539
- indexed: true
1540
- }
1541
- ],
1542
- name: "OwnershipTransferred"
1543
- },
1544
- {
1545
- type: "event",
1546
- anonymous: false,
1547
- inputs: [
1548
- {
1549
- name: "cointag",
1550
- internalType: "address",
1551
- type: "address",
1552
- indexed: true
1553
- },
1554
- {
1555
- name: "creatorRewardRecipient",
1556
- internalType: "address",
1557
- type: "address",
1558
- indexed: true
1559
- },
1560
- {
1561
- name: "erc20",
1562
- internalType: "address",
1563
- type: "address",
1564
- indexed: true
1565
- },
1566
- {
1567
- name: "pool",
1568
- internalType: "address",
1569
- type: "address",
1570
- indexed: false
1571
- },
1572
- {
1573
- name: "percentageToBuyBurn",
1574
- internalType: "uint256",
1575
- type: "uint256",
1576
- indexed: false
1577
- },
1578
- {
1579
- name: "saltSource",
1580
- internalType: "bytes",
1581
- type: "bytes",
1582
- indexed: false
1583
- }
1584
- ],
1585
- name: "SetupNewCointag"
1586
- },
1587
- {
1588
- type: "event",
1589
- anonymous: false,
1590
- inputs: [
1591
- {
1592
- name: "implementation",
1593
- internalType: "address",
1594
- type: "address",
1595
- indexed: true
1596
- }
1597
- ],
1598
- name: "Upgraded"
1599
- },
1600
- {
1601
- type: "error",
1602
- inputs: [{ name: "target", internalType: "address", type: "address" }],
1603
- name: "AddressEmptyCode"
1604
- },
1605
- { type: "error", inputs: [], name: "AddressZero" },
1606
- { type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
1607
- {
1608
- type: "error",
1609
- inputs: [
1610
- { name: "implementation", internalType: "address", type: "address" }
1611
- ],
1612
- name: "ERC1967InvalidImplementation"
1613
- },
1614
- { type: "error", inputs: [], name: "ERC1967NonPayable" },
1615
- { type: "error", inputs: [], name: "FailedInnerCall" },
1616
- { type: "error", inputs: [], name: "InvalidInitialization" },
1617
- { type: "error", inputs: [], name: "NotInitializing" },
1618
- {
1619
- type: "error",
1620
- inputs: [{ name: "owner", internalType: "address", type: "address" }],
1621
- name: "OwnableInvalidOwner"
1622
- },
1623
- {
1624
- type: "error",
1625
- inputs: [{ name: "account", internalType: "address", type: "address" }],
1626
- name: "OwnableUnauthorizedAccount"
1627
- },
1628
- { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
1629
- {
1630
- type: "error",
1631
- inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
1632
- name: "UUPSUnsupportedProxiableUUID"
1633
- },
1634
- {
1635
- type: "error",
1636
- inputs: [
1637
- { name: "currentName", internalType: "string", type: "string" },
1638
- { name: "newName", internalType: "string", type: "string" }
1639
- ],
1640
- name: "UpgradeToMismatchedContractName"
1641
- }
1642
- ];
1643
- var cointagFactoryAddress = {
1644
- 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8",
1645
- 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8"
1646
- };
1647
- var cointagFactoryConfig = {
1648
- address: cointagFactoryAddress,
1649
- abi: cointagFactoryABI
1650
- };
1651
1045
  var commentsABI = [
1652
1046
  {
1653
1047
  type: "constructor",
@@ -4310,118 +3704,6 @@ var iSponsoredSparksSpenderActionABI = [
4310
3704
  stateMutability: "nonpayable"
4311
3705
  }
4312
3706
  ];
4313
- var iUniswapV3PoolABI = [
4314
- {
4315
- type: "function",
4316
- inputs: [],
4317
- name: "fee",
4318
- outputs: [{ name: "", internalType: "uint24", type: "uint24" }],
4319
- stateMutability: "view"
4320
- },
4321
- {
4322
- type: "function",
4323
- inputs: [],
4324
- name: "feeGrowthGlobal0X128",
4325
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4326
- stateMutability: "view"
4327
- },
4328
- {
4329
- type: "function",
4330
- inputs: [],
4331
- name: "feeGrowthGlobal1X128",
4332
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
4333
- stateMutability: "view"
4334
- },
4335
- {
4336
- type: "function",
4337
- inputs: [
4338
- {
4339
- name: "observationCardinalityNext",
4340
- internalType: "uint16",
4341
- type: "uint16"
4342
- }
4343
- ],
4344
- name: "increaseObservationCardinalityNext",
4345
- outputs: [],
4346
- stateMutability: "nonpayable"
4347
- },
4348
- {
4349
- type: "function",
4350
- inputs: [
4351
- { name: "secondsAgos", internalType: "uint32[]", type: "uint32[]" }
4352
- ],
4353
- name: "observe",
4354
- outputs: [
4355
- { name: "tickCumulatives", internalType: "int56[]", type: "int56[]" },
4356
- {
4357
- name: "secondsPerLiquidityCumulativeX128s",
4358
- internalType: "uint160[]",
4359
- type: "uint160[]"
4360
- }
4361
- ],
4362
- stateMutability: "view"
4363
- },
4364
- {
4365
- type: "function",
4366
- inputs: [],
4367
- name: "slot0",
4368
- outputs: [
4369
- {
4370
- name: "slot0",
4371
- internalType: "struct IUniswapV3Pool.Slot0",
4372
- type: "tuple",
4373
- components: [
4374
- { name: "sqrtPriceX96", internalType: "uint160", type: "uint160" },
4375
- { name: "tick", internalType: "int24", type: "int24" },
4376
- { name: "observationIndex", internalType: "uint16", type: "uint16" },
4377
- {
4378
- name: "observationCardinality",
4379
- internalType: "uint16",
4380
- type: "uint16"
4381
- },
4382
- {
4383
- name: "observationCardinalityNext",
4384
- internalType: "uint16",
4385
- type: "uint16"
4386
- },
4387
- { name: "feeProtocol", internalType: "uint8", type: "uint8" },
4388
- { name: "unlocked", internalType: "bool", type: "bool" }
4389
- ]
4390
- }
4391
- ],
4392
- stateMutability: "view"
4393
- },
4394
- {
4395
- type: "function",
4396
- inputs: [
4397
- { name: "recipient", internalType: "address", type: "address" },
4398
- { name: "zeroForOne", internalType: "bool", type: "bool" },
4399
- { name: "amountSpecified", internalType: "int256", type: "int256" },
4400
- { name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" },
4401
- { name: "data", internalType: "bytes", type: "bytes" }
4402
- ],
4403
- name: "swap",
4404
- outputs: [
4405
- { name: "amount0", internalType: "int256", type: "int256" },
4406
- { name: "amount1", internalType: "int256", type: "int256" }
4407
- ],
4408
- stateMutability: "nonpayable"
4409
- },
4410
- {
4411
- type: "function",
4412
- inputs: [],
4413
- name: "token0",
4414
- outputs: [{ name: "", internalType: "address", type: "address" }],
4415
- stateMutability: "view"
4416
- },
4417
- {
4418
- type: "function",
4419
- inputs: [],
4420
- name: "token1",
4421
- outputs: [{ name: "", internalType: "address", type: "address" }],
4422
- stateMutability: "view"
4423
- }
4424
- ];
4425
3707
  var iUnwrapAndForwardActionABI = [
4426
3708
  {
4427
3709
  type: "function",
@@ -5522,92 +4804,6 @@ var sponsoredSparksSpenderConfig = {
5522
4804
  address: sponsoredSparksSpenderAddress,
5523
4805
  abi: sponsoredSparksSpenderABI
5524
4806
  };
5525
- var uniswapV3SwapRouterABI = [
5526
- {
5527
- type: "function",
5528
- inputs: [
5529
- {
5530
- name: "params",
5531
- internalType: "struct ISwapRouter.ExactInputSingleParams",
5532
- type: "tuple",
5533
- components: [
5534
- { name: "tokenIn", internalType: "address", type: "address" },
5535
- { name: "tokenOut", internalType: "address", type: "address" },
5536
- { name: "fee", internalType: "uint24", type: "uint24" },
5537
- { name: "recipient", internalType: "address", type: "address" },
5538
- { name: "amountIn", internalType: "uint256", type: "uint256" },
5539
- {
5540
- name: "amountOutMinimum",
5541
- internalType: "uint256",
5542
- type: "uint256"
5543
- },
5544
- {
5545
- name: "sqrtPriceLimitX96",
5546
- internalType: "uint160",
5547
- type: "uint160"
5548
- }
5549
- ]
5550
- }
5551
- ],
5552
- name: "exactInputSingle",
5553
- outputs: [{ name: "amountOut", internalType: "uint256", type: "uint256" }],
5554
- stateMutability: "payable"
5555
- },
5556
- {
5557
- type: "function",
5558
- inputs: [
5559
- {
5560
- name: "params",
5561
- internalType: "struct ISwapRouter.ExactOutputSingleParams",
5562
- type: "tuple",
5563
- components: [
5564
- { name: "tokenIn", internalType: "address", type: "address" },
5565
- { name: "tokenOut", internalType: "address", type: "address" },
5566
- { name: "fee", internalType: "uint24", type: "uint24" },
5567
- { name: "recipient", internalType: "address", type: "address" },
5568
- { name: "amountOut", internalType: "uint256", type: "uint256" },
5569
- { name: "amountInMaximum", internalType: "uint256", type: "uint256" },
5570
- {
5571
- name: "sqrtPriceLimitX96",
5572
- internalType: "uint160",
5573
- type: "uint160"
5574
- }
5575
- ]
5576
- }
5577
- ],
5578
- name: "exactOutputSingle",
5579
- outputs: [{ name: "amountIn", internalType: "uint256", type: "uint256" }],
5580
- stateMutability: "payable"
5581
- },
5582
- {
5583
- type: "function",
5584
- inputs: [
5585
- { name: "amount0Delta", internalType: "int256", type: "int256" },
5586
- { name: "amount1Delta", internalType: "int256", type: "int256" },
5587
- { name: "data", internalType: "bytes", type: "bytes" }
5588
- ],
5589
- name: "uniswapV3SwapCallback",
5590
- outputs: [],
5591
- stateMutability: "nonpayable"
5592
- }
5593
- ];
5594
- var uniswapV3SwapRouterAddress = {
5595
- 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
5596
- 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
5597
- 8453: "0x2626664c2603336E57B271c5C0b26F421741e481",
5598
- 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
5599
- 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66",
5600
- 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
5601
- 421614: "0x101F443B4d1b059569D643917553c771E1b9663E",
5602
- 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557",
5603
- 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
5604
- 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
5605
- 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a"
5606
- };
5607
- var uniswapV3SwapRouterConfig = {
5608
- address: uniswapV3SwapRouterAddress,
5609
- abi: uniswapV3SwapRouterABI
5610
- };
5611
4807
  var upgradeGateABI = [
5612
4808
  { type: "constructor", inputs: [], stateMutability: "nonpayable" },
5613
4809
  {
@@ -14642,10 +13838,6 @@ export {
14642
13838
  callerAndCommenterABI,
14643
13839
  callerAndCommenterAddress,
14644
13840
  callerAndCommenterConfig,
14645
- cointagABI,
14646
- cointagFactoryABI,
14647
- cointagFactoryAddress,
14648
- cointagFactoryConfig,
14649
13841
  commentsABI,
14650
13842
  commentsAddress,
14651
13843
  commentsConfig,
@@ -14661,7 +13853,6 @@ export {
14661
13853
  erc20ZRoyaltiesConfig,
14662
13854
  iPremintDefinitionsABI,
14663
13855
  iSponsoredSparksSpenderActionABI,
14664
- iUniswapV3PoolABI,
14665
13856
  iUnwrapAndForwardActionABI,
14666
13857
  mintsEthUnwrapperAndCallerABI,
14667
13858
  mintsEthUnwrapperAndCallerAddress,
@@ -14689,9 +13880,6 @@ export {
14689
13880
  sponsoredSparksSpenderABI,
14690
13881
  sponsoredSparksSpenderAddress,
14691
13882
  sponsoredSparksSpenderConfig,
14692
- uniswapV3SwapRouterABI,
14693
- uniswapV3SwapRouterAddress,
14694
- uniswapV3SwapRouterConfig,
14695
13883
  upgradeGateABI,
14696
13884
  upgradeGateAddress,
14697
13885
  upgradeGateConfig,