@zoralabs/protocol-deployments 0.5.5 → 0.5.6-PRE.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/.turbo/turbo-build.log +19 -19
- package/CHANGELOG.md +6 -0
- package/dist/encoding.d.ts +2 -2
- package/dist/generated/sparks.d.ts +8 -0
- package/dist/generated/sparks.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +203 -20
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +89 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +89 -7
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/generated/sparks.ts +8 -0
- package/src/generated/wagmi.ts +88 -17
- package/LICENSE +0 -21
package/dist/index.cjs
CHANGED
|
@@ -2370,8 +2370,8 @@ var buySupplyWithSwapRouterHookABI = [
|
|
|
2370
2370
|
}
|
|
2371
2371
|
];
|
|
2372
2372
|
var buySupplyWithSwapRouterHookAddress = {
|
|
2373
|
-
8453: "
|
|
2374
|
-
84532: "
|
|
2373
|
+
8453: "0x5Ee02936e2A92133aC66B5235cAf4ad59E25632d",
|
|
2374
|
+
84532: "0xe7D871cD216f780b1B66e2652Dc5072ebB71C14F"
|
|
2375
2375
|
};
|
|
2376
2376
|
var buySupplyWithSwapRouterHookConfig = {
|
|
2377
2377
|
address: buySupplyWithSwapRouterHookAddress,
|
|
@@ -4382,7 +4382,10 @@ var coinABI = [
|
|
|
4382
4382
|
var coinFactoryABI = [
|
|
4383
4383
|
{
|
|
4384
4384
|
type: "constructor",
|
|
4385
|
-
inputs: [
|
|
4385
|
+
inputs: [
|
|
4386
|
+
{ name: "_coinImpl", internalType: "address", type: "address" },
|
|
4387
|
+
{ name: "_coinV4Impl", internalType: "address", type: "address" }
|
|
4388
|
+
],
|
|
4386
4389
|
stateMutability: "nonpayable"
|
|
4387
4390
|
},
|
|
4388
4391
|
{
|
|
@@ -4399,6 +4402,13 @@ var coinFactoryABI = [
|
|
|
4399
4402
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4400
4403
|
stateMutability: "view"
|
|
4401
4404
|
},
|
|
4405
|
+
{
|
|
4406
|
+
type: "function",
|
|
4407
|
+
inputs: [],
|
|
4408
|
+
name: "coinV4Impl",
|
|
4409
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4410
|
+
stateMutability: "view"
|
|
4411
|
+
},
|
|
4402
4412
|
{
|
|
4403
4413
|
type: "function",
|
|
4404
4414
|
inputs: [],
|
|
@@ -4583,6 +4593,70 @@ var coinFactoryABI = [
|
|
|
4583
4593
|
],
|
|
4584
4594
|
name: "CoinCreated"
|
|
4585
4595
|
},
|
|
4596
|
+
{
|
|
4597
|
+
type: "event",
|
|
4598
|
+
anonymous: false,
|
|
4599
|
+
inputs: [
|
|
4600
|
+
{
|
|
4601
|
+
name: "caller",
|
|
4602
|
+
internalType: "address",
|
|
4603
|
+
type: "address",
|
|
4604
|
+
indexed: true
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
name: "payoutRecipient",
|
|
4608
|
+
internalType: "address",
|
|
4609
|
+
type: "address",
|
|
4610
|
+
indexed: true
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
name: "platformReferrer",
|
|
4614
|
+
internalType: "address",
|
|
4615
|
+
type: "address",
|
|
4616
|
+
indexed: true
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
name: "currency",
|
|
4620
|
+
internalType: "address",
|
|
4621
|
+
type: "address",
|
|
4622
|
+
indexed: false
|
|
4623
|
+
},
|
|
4624
|
+
{ name: "uri", internalType: "string", type: "string", indexed: false },
|
|
4625
|
+
{ name: "name", internalType: "string", type: "string", indexed: false },
|
|
4626
|
+
{
|
|
4627
|
+
name: "symbol",
|
|
4628
|
+
internalType: "string",
|
|
4629
|
+
type: "string",
|
|
4630
|
+
indexed: false
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
name: "coin",
|
|
4634
|
+
internalType: "address",
|
|
4635
|
+
type: "address",
|
|
4636
|
+
indexed: false
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
name: "poolKey",
|
|
4640
|
+
internalType: "struct PoolKey",
|
|
4641
|
+
type: "tuple",
|
|
4642
|
+
components: [
|
|
4643
|
+
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
4644
|
+
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
4645
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
4646
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
4647
|
+
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
4648
|
+
],
|
|
4649
|
+
indexed: false
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
name: "version",
|
|
4653
|
+
internalType: "string",
|
|
4654
|
+
type: "string",
|
|
4655
|
+
indexed: false
|
|
4656
|
+
}
|
|
4657
|
+
],
|
|
4658
|
+
name: "CoinCreatedV4"
|
|
4659
|
+
},
|
|
4586
4660
|
{
|
|
4587
4661
|
type: "event",
|
|
4588
4662
|
anonymous: false,
|
|
@@ -4652,6 +4726,7 @@ var coinFactoryABI = [
|
|
|
4652
4726
|
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
4653
4727
|
{ type: "error", inputs: [], name: "InvalidHook" },
|
|
4654
4728
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4729
|
+
{ type: "error", inputs: [], name: "InvalidPoolVersion" },
|
|
4655
4730
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4656
4731
|
{
|
|
4657
4732
|
type: "error",
|
|
@@ -4685,8 +4760,7 @@ var coinFactoryABI = [
|
|
|
4685
4760
|
}
|
|
4686
4761
|
];
|
|
4687
4762
|
var coinFactoryAddress = {
|
|
4688
|
-
8453: "
|
|
4689
|
-
84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3"
|
|
4763
|
+
8453: "0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85"
|
|
4690
4764
|
};
|
|
4691
4765
|
var coinFactoryConfig = {
|
|
4692
4766
|
address: coinFactoryAddress,
|
|
@@ -18488,7 +18562,11 @@ var chainConfigs2 = {
|
|
|
18488
18562
|
DOPPLER_AIRLOCK: "0x660eAaEdEBc968f8f3694354FA8EC0b4c5Ba8D12",
|
|
18489
18563
|
PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
18490
18564
|
ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
18491
|
-
WETH: "0x4200000000000000000000000000000000000006"
|
|
18565
|
+
WETH: "0x4200000000000000000000000000000000000006",
|
|
18566
|
+
UNISWAP_V4_POOL_MANAGER: "0x498581ff718922c3f8e6a244956af099b2652b2b",
|
|
18567
|
+
UNISWAP_V4_POSITION_MANAGER: "0x7c5f5a4bbd8fd63184577525326123b519429bdc",
|
|
18568
|
+
UNISWAP_PERMIT2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
18569
|
+
UNISWAP_UNIVERSAL_ROUTER: "0x6ff5693b99212da76ad316178a184ab56d299b43"
|
|
18492
18570
|
},
|
|
18493
18571
|
42161: {
|
|
18494
18572
|
NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
@@ -18511,7 +18589,11 @@ var chainConfigs2 = {
|
|
|
18511
18589
|
DOPPLER_AIRLOCK: "0xa24E35a5d71d02a59b41E7c93567626302da1958",
|
|
18512
18590
|
PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
|
|
18513
18591
|
ZORA_RECIPIENT: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
|
|
18514
|
-
WETH: "0x4200000000000000000000000000000000000006"
|
|
18592
|
+
WETH: "0x4200000000000000000000000000000000000006",
|
|
18593
|
+
UNISWAP_V4_POOL_MANAGER: "0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408",
|
|
18594
|
+
UNISWAP_V4_POSITION_MANAGER: "0x4b2c77d209d3405f41a037ec6c77f7f5b8e2ca80",
|
|
18595
|
+
UNISWAP_PERMIT2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
18596
|
+
UNISWAP_UNIVERSAL_ROUTER: "0x492E6456D9528771018DeB9E87ef7750EF184104"
|
|
18515
18597
|
},
|
|
18516
18598
|
421614: {
|
|
18517
18599
|
NONFUNGIBLE_POSITION_MANAGER: "0x6b2937Bde17889EDCf8fbD8dE31C3C2a70Bc4d65",
|