@liquid-af/sdk 0.6.0 → 0.6.1

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG",
2
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY",
3
3
  "metadata": {
4
4
  "name": "liquid_events",
5
5
  "version": "0.1.0",
@@ -2529,67 +2529,57 @@
2529
2529
  "type": "pubkey"
2530
2530
  },
2531
2531
  {
2532
- "name": "input_vault_before",
2532
+ "name": "base_mint",
2533
2533
  "docs": [
2534
- "Pool input vault balance before trade."
2534
+ "The base (token) mint."
2535
2535
  ],
2536
- "type": "u64"
2536
+ "type": "pubkey"
2537
2537
  },
2538
2538
  {
2539
- "name": "output_vault_before",
2539
+ "name": "quote_mint",
2540
2540
  "docs": [
2541
- "Pool output vault balance before trade."
2541
+ "The quote mint."
2542
2542
  ],
2543
- "type": "u64"
2543
+ "type": "pubkey"
2544
2544
  },
2545
2545
  {
2546
- "name": "input_amount",
2546
+ "name": "trade_amounts",
2547
2547
  "docs": [
2548
- "Input amount without transfer fee."
2548
+ "Trade in and out amounts."
2549
2549
  ],
2550
- "type": "u64"
2550
+ "type": {
2551
+ "defined": {
2552
+ "name": "TradeAmounts"
2553
+ }
2554
+ }
2551
2555
  },
2552
2556
  {
2553
- "name": "output_amount",
2557
+ "name": "base_vault_before",
2554
2558
  "docs": [
2555
- "Output amount without transfer fee."
2559
+ "Pool base vault balance before trade."
2556
2560
  ],
2557
2561
  "type": "u64"
2558
2562
  },
2559
2563
  {
2560
- "name": "input_transfer_fee",
2564
+ "name": "quote_vault_before",
2561
2565
  "docs": [
2562
- "Transfer fee on input."
2566
+ "Pool quote vault balance before trade."
2563
2567
  ],
2564
2568
  "type": "u64"
2565
2569
  },
2566
2570
  {
2567
- "name": "output_transfer_fee",
2571
+ "name": "base_transfer_fee",
2568
2572
  "docs": [
2569
- "Transfer fee on output."
2573
+ "Transfer fee on base token."
2570
2574
  ],
2571
2575
  "type": "u64"
2572
2576
  },
2573
2577
  {
2574
- "name": "base_input",
2575
- "docs": [
2576
- "Whether the base token is the input."
2577
- ],
2578
- "type": "bool"
2579
- },
2580
- {
2581
- "name": "base_mint",
2582
- "docs": [
2583
- "The base (token) mint."
2584
- ],
2585
- "type": "pubkey"
2586
- },
2587
- {
2588
- "name": "quote_mint",
2578
+ "name": "quote_transfer_fee",
2589
2579
  "docs": [
2590
- "The quote mint."
2580
+ "Transfer fee on quote token."
2591
2581
  ],
2592
- "type": "pubkey"
2582
+ "type": "u64"
2593
2583
  },
2594
2584
  {
2595
2585
  "name": "lp_fee",
@@ -2633,6 +2623,20 @@
2633
2623
  ],
2634
2624
  "type": "u16"
2635
2625
  },
2626
+ {
2627
+ "name": "cashback",
2628
+ "docs": [
2629
+ "Cashback amount deducted from protocol fee."
2630
+ ],
2631
+ "type": "u64"
2632
+ },
2633
+ {
2634
+ "name": "cashback_bps",
2635
+ "docs": [
2636
+ "Cashback basis points from config."
2637
+ ],
2638
+ "type": "u16"
2639
+ },
2636
2640
  {
2637
2641
  "name": "creator_fee_mode",
2638
2642
  "docs": [
@@ -2687,25 +2691,18 @@
2687
2691
  "type": "i64"
2688
2692
  },
2689
2693
  {
2690
- "name": "cashback",
2694
+ "name": "sol_price_usd",
2691
2695
  "docs": [
2692
- "Cashback amount deducted from protocol fee."
2696
+ "SOL/USD price at trade time (6 decimals)."
2693
2697
  ],
2694
2698
  "type": "u64"
2695
2699
  },
2696
2700
  {
2697
- "name": "cashback_bps",
2698
- "docs": [
2699
- "Cashback basis points from config."
2700
- ],
2701
- "type": "u16"
2702
- },
2703
- {
2704
- "name": "base_ui_amount_multiplier",
2701
+ "name": "market_cap_usd",
2705
2702
  "docs": [
2706
- "ScaledUiAmount multiplier for the base token (1.0 if no extension)."
2703
+ "Current market cap in USD (6 decimals)."
2707
2704
  ],
2708
- "type": "f64"
2705
+ "type": "u64"
2709
2706
  },
2710
2707
  {
2711
2708
  "name": "buyback_vault_balance",
@@ -2715,18 +2712,11 @@
2715
2712
  "type": "u64"
2716
2713
  },
2717
2714
  {
2718
- "name": "sol_price_usd",
2719
- "docs": [
2720
- "SOL/USD price at trade time (6 decimals)."
2721
- ],
2722
- "type": "u64"
2723
- },
2724
- {
2725
- "name": "market_cap_usd",
2715
+ "name": "base_ui_amount_multiplier",
2726
2716
  "docs": [
2727
- "Current market cap in USD (6 decimals)."
2717
+ "ScaledUiAmount multiplier for the base token (1.0 if no extension)."
2728
2718
  ],
2729
- "type": "u64"
2719
+ "type": "f64"
2730
2720
  }
2731
2721
  ]
2732
2722
  }
@@ -5,7 +5,7 @@
5
5
  * IDL can be found at `target/idl/liquid_events.json`.
6
6
  */
7
7
  export type LiquidEvents = {
8
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG",
8
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY",
9
9
  "metadata": {
10
10
  "name": "liquidEvents",
11
11
  "version": "0.1.0",
@@ -2535,67 +2535,57 @@ export type LiquidEvents = {
2535
2535
  "type": "pubkey"
2536
2536
  },
2537
2537
  {
2538
- "name": "inputVaultBefore",
2538
+ "name": "baseMint",
2539
2539
  "docs": [
2540
- "Pool input vault balance before trade."
2540
+ "The base (token) mint."
2541
2541
  ],
2542
- "type": "u64"
2542
+ "type": "pubkey"
2543
2543
  },
2544
2544
  {
2545
- "name": "outputVaultBefore",
2545
+ "name": "quoteMint",
2546
2546
  "docs": [
2547
- "Pool output vault balance before trade."
2547
+ "The quote mint."
2548
2548
  ],
2549
- "type": "u64"
2549
+ "type": "pubkey"
2550
2550
  },
2551
2551
  {
2552
- "name": "inputAmount",
2552
+ "name": "tradeAmounts",
2553
2553
  "docs": [
2554
- "Input amount without transfer fee."
2554
+ "Trade in and out amounts."
2555
2555
  ],
2556
- "type": "u64"
2556
+ "type": {
2557
+ "defined": {
2558
+ "name": "tradeAmounts"
2559
+ }
2560
+ }
2557
2561
  },
2558
2562
  {
2559
- "name": "outputAmount",
2563
+ "name": "baseVaultBefore",
2560
2564
  "docs": [
2561
- "Output amount without transfer fee."
2565
+ "Pool base vault balance before trade."
2562
2566
  ],
2563
2567
  "type": "u64"
2564
2568
  },
2565
2569
  {
2566
- "name": "inputTransferFee",
2570
+ "name": "quoteVaultBefore",
2567
2571
  "docs": [
2568
- "Transfer fee on input."
2572
+ "Pool quote vault balance before trade."
2569
2573
  ],
2570
2574
  "type": "u64"
2571
2575
  },
2572
2576
  {
2573
- "name": "outputTransferFee",
2577
+ "name": "baseTransferFee",
2574
2578
  "docs": [
2575
- "Transfer fee on output."
2579
+ "Transfer fee on base token."
2576
2580
  ],
2577
2581
  "type": "u64"
2578
2582
  },
2579
2583
  {
2580
- "name": "baseInput",
2581
- "docs": [
2582
- "Whether the base token is the input."
2583
- ],
2584
- "type": "bool"
2585
- },
2586
- {
2587
- "name": "baseMint",
2588
- "docs": [
2589
- "The base (token) mint."
2590
- ],
2591
- "type": "pubkey"
2592
- },
2593
- {
2594
- "name": "quoteMint",
2584
+ "name": "quoteTransferFee",
2595
2585
  "docs": [
2596
- "The quote mint."
2586
+ "Transfer fee on quote token."
2597
2587
  ],
2598
- "type": "pubkey"
2588
+ "type": "u64"
2599
2589
  },
2600
2590
  {
2601
2591
  "name": "lpFee",
@@ -2639,6 +2629,20 @@ export type LiquidEvents = {
2639
2629
  ],
2640
2630
  "type": "u16"
2641
2631
  },
2632
+ {
2633
+ "name": "cashback",
2634
+ "docs": [
2635
+ "Cashback amount deducted from protocol fee."
2636
+ ],
2637
+ "type": "u64"
2638
+ },
2639
+ {
2640
+ "name": "cashbackBps",
2641
+ "docs": [
2642
+ "Cashback basis points from config."
2643
+ ],
2644
+ "type": "u16"
2645
+ },
2642
2646
  {
2643
2647
  "name": "creatorFeeMode",
2644
2648
  "docs": [
@@ -2693,25 +2697,18 @@ export type LiquidEvents = {
2693
2697
  "type": "i64"
2694
2698
  },
2695
2699
  {
2696
- "name": "cashback",
2700
+ "name": "solPriceUsd",
2697
2701
  "docs": [
2698
- "Cashback amount deducted from protocol fee."
2702
+ "SOL/USD price at trade time (6 decimals)."
2699
2703
  ],
2700
2704
  "type": "u64"
2701
2705
  },
2702
2706
  {
2703
- "name": "cashbackBps",
2704
- "docs": [
2705
- "Cashback basis points from config."
2706
- ],
2707
- "type": "u16"
2708
- },
2709
- {
2710
- "name": "baseUiAmountMultiplier",
2707
+ "name": "marketCapUsd",
2711
2708
  "docs": [
2712
- "ScaledUiAmount multiplier for the base token (1.0 if no extension)."
2709
+ "Current market cap in USD (6 decimals)."
2713
2710
  ],
2714
- "type": "f64"
2711
+ "type": "u64"
2715
2712
  },
2716
2713
  {
2717
2714
  "name": "buybackVaultBalance",
@@ -2721,18 +2718,11 @@ export type LiquidEvents = {
2721
2718
  "type": "u64"
2722
2719
  },
2723
2720
  {
2724
- "name": "solPriceUsd",
2725
- "docs": [
2726
- "SOL/USD price at trade time (6 decimals)."
2727
- ],
2728
- "type": "u64"
2729
- },
2730
- {
2731
- "name": "marketCapUsd",
2721
+ "name": "baseUiAmountMultiplier",
2732
2722
  "docs": [
2733
- "Current market cap in USD (6 decimals)."
2723
+ "ScaledUiAmount multiplier for the base token (1.0 if no extension)."
2734
2724
  ],
2735
- "type": "u64"
2725
+ "type": "f64"
2736
2726
  }
2737
2727
  ]
2738
2728
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "FeesZQLb1xTeZbvaFRGnqzrZYzzmQtwhTYKQphbNGQru",
2
+ "address": "3iFrDQxt6ZQT5eTyoHSpdq9hpyj9QmXDjTNEopGYpvTh",
3
3
  "metadata": {
4
4
  "name": "liquid_fees",
5
5
  "version": "0.1.0",
@@ -178,7 +178,7 @@
178
178
  "docs": [
179
179
  "Liquid events program for centralized event emission."
180
180
  ],
181
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
181
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
182
182
  }
183
183
  ],
184
184
  "args": []
@@ -489,7 +489,7 @@
489
489
  "docs": [
490
490
  "Liquid events program for centralized event emission."
491
491
  ],
492
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
492
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
493
493
  }
494
494
  ],
495
495
  "args": []
@@ -623,7 +623,7 @@
623
623
  "docs": [
624
624
  "Liquid events program for centralized event emission."
625
625
  ],
626
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
626
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
627
627
  }
628
628
  ],
629
629
  "args": []
@@ -866,7 +866,7 @@
866
866
  "docs": [
867
867
  "Liquid events program for centralized event emission."
868
868
  ],
869
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
869
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
870
870
  }
871
871
  ],
872
872
  "args": []
@@ -1288,7 +1288,7 @@
1288
1288
  "docs": [
1289
1289
  "Liquid events program for centralized event emission."
1290
1290
  ],
1291
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1291
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1292
1292
  }
1293
1293
  ],
1294
1294
  "args": []
@@ -5,7 +5,7 @@
5
5
  * IDL can be found at `target/idl/liquid_fees.json`.
6
6
  */
7
7
  export type LiquidFees = {
8
- "address": "FeesZQLb1xTeZbvaFRGnqzrZYzzmQtwhTYKQphbNGQru",
8
+ "address": "3iFrDQxt6ZQT5eTyoHSpdq9hpyj9QmXDjTNEopGYpvTh",
9
9
  "metadata": {
10
10
  "name": "liquidFees",
11
11
  "version": "0.1.0",
@@ -184,7 +184,7 @@ export type LiquidFees = {
184
184
  "docs": [
185
185
  "Liquid events program for centralized event emission."
186
186
  ],
187
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
187
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
188
188
  }
189
189
  ],
190
190
  "args": []
@@ -495,7 +495,7 @@ export type LiquidFees = {
495
495
  "docs": [
496
496
  "Liquid events program for centralized event emission."
497
497
  ],
498
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
498
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
499
499
  }
500
500
  ],
501
501
  "args": []
@@ -629,7 +629,7 @@ export type LiquidFees = {
629
629
  "docs": [
630
630
  "Liquid events program for centralized event emission."
631
631
  ],
632
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
632
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
633
633
  }
634
634
  ],
635
635
  "args": []
@@ -872,7 +872,7 @@ export type LiquidFees = {
872
872
  "docs": [
873
873
  "Liquid events program for centralized event emission."
874
874
  ],
875
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
875
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
876
876
  }
877
877
  ],
878
878
  "args": []
@@ -1294,7 +1294,7 @@ export type LiquidFees = {
1294
1294
  "docs": [
1295
1295
  "Liquid events program for centralized event emission."
1296
1296
  ],
1297
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1297
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1298
1298
  }
1299
1299
  ],
1300
1300
  "args": []
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "State3HtEfi7cXdsTpAtRoBvrij8zSFCiGTAVWmYH2d",
2
+ "address": "9ZcKPa3HAEVEKxwFX8fYD56ZJCKPEQgqjgr9rfUvtwKJ",
3
3
  "metadata": {
4
4
  "name": "liquid_state",
5
5
  "version": "0.1.0",
@@ -238,7 +238,7 @@
238
238
  "docs": [
239
239
  "Liquid events program for centralized event emission."
240
240
  ],
241
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
241
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
242
242
  },
243
243
  {
244
244
  "name": "system_program",
@@ -426,7 +426,7 @@
426
426
  "docs": [
427
427
  "Liquid events program for centralized event emission."
428
428
  ],
429
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
429
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
430
430
  }
431
431
  ],
432
432
  "args": []
@@ -553,7 +553,7 @@
553
553
  "docs": [
554
554
  "Liquid events program for centralized event emission."
555
555
  ],
556
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
556
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
557
557
  },
558
558
  {
559
559
  "name": "system_program",
@@ -666,7 +666,7 @@
666
666
  "docs": [
667
667
  "Liquid events program for centralized event emission."
668
668
  ],
669
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
669
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
670
670
  }
671
671
  ],
672
672
  "args": [
@@ -1060,7 +1060,7 @@
1060
1060
  "docs": [
1061
1061
  "Liquid events program for centralized event emission."
1062
1062
  ],
1063
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1063
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1064
1064
  }
1065
1065
  ],
1066
1066
  "args": []
@@ -1178,7 +1178,7 @@
1178
1178
  "docs": [
1179
1179
  "Liquid events program for centralized event emission."
1180
1180
  ],
1181
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1181
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1182
1182
  }
1183
1183
  ],
1184
1184
  "args": []
@@ -1268,7 +1268,7 @@
1268
1268
  "docs": [
1269
1269
  "Liquid events program for centralized event emission."
1270
1270
  ],
1271
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1271
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1272
1272
  }
1273
1273
  ],
1274
1274
  "args": [
@@ -1374,7 +1374,7 @@
1374
1374
  "docs": [
1375
1375
  "Liquid events program for centralized event emission."
1376
1376
  ],
1377
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1377
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1378
1378
  }
1379
1379
  ],
1380
1380
  "args": [
@@ -1562,7 +1562,7 @@
1562
1562
  "docs": [
1563
1563
  "Liquid events program for centralized event emission."
1564
1564
  ],
1565
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
1565
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
1566
1566
  },
1567
1567
  {
1568
1568
  "name": "system_program",
@@ -1686,38 +1686,38 @@
1686
1686
  "program": {
1687
1687
  "kind": "const",
1688
1688
  "value": [
1689
- 6,
1690
- 165,
1691
- 60,
1692
- 202,
1693
- 204,
1694
- 17,
1695
- 4,
1696
- 104,
1697
- 249,
1698
- 125,
1699
- 214,
1700
- 143,
1689
+ 190,
1690
+ 32,
1691
+ 180,
1692
+ 44,
1693
+ 45,
1694
+ 199,
1695
+ 191,
1696
+ 169,
1697
+ 16,
1698
+ 36,
1699
+ 248,
1700
+ 54,
1701
+ 24,
1702
+ 28,
1703
+ 56,
1704
+ 136,
1705
+ 88,
1701
1706
  2,
1702
- 99,
1703
- 165,
1704
- 89,
1705
- 177,
1706
- 218,
1707
- 121,
1708
- 12,
1709
- 23,
1710
- 196,
1711
- 207,
1712
- 105,
1713
- 96,
1714
- 207,
1707
+ 74,
1708
+ 47,
1709
+ 84,
1710
+ 229,
1711
+ 29,
1712
+ 26,
1713
+ 30,
1714
+ 90,
1715
+ 41,
1716
+ 109,
1715
1717
  2,
1716
- 136,
1717
- 202,
1718
- 45,
1719
- 209,
1720
- 225
1718
+ 14,
1719
+ 50,
1720
+ 160
1721
1721
  ]
1722
1722
  }
1723
1723
  }
@@ -1960,38 +1960,38 @@
1960
1960
  "program": {
1961
1961
  "kind": "const",
1962
1962
  "value": [
1963
- 5,
1964
- 13,
1965
- 89,
1966
- 2,
1967
- 127,
1968
- 227,
1969
- 146,
1970
- 196,
1971
- 34,
1972
- 13,
1973
- 249,
1974
- 181,
1963
+ 90,
1975
1964
  167,
1976
- 33,
1977
- 126,
1978
- 56,
1979
- 182,
1980
- 105,
1981
- 148,
1982
- 219,
1983
- 33,
1984
- 200,
1985
- 131,
1986
- 117,
1987
- 84,
1988
- 120,
1989
- 212,
1990
- 68,
1991
- 166,
1992
- 219,
1993
- 24,
1994
- 119
1965
+ 50,
1966
+ 46,
1967
+ 85,
1968
+ 64,
1969
+ 55,
1970
+ 53,
1971
+ 224,
1972
+ 209,
1973
+ 144,
1974
+ 181,
1975
+ 201,
1976
+ 225,
1977
+ 70,
1978
+ 30,
1979
+ 252,
1980
+ 64,
1981
+ 238,
1982
+ 96,
1983
+ 113,
1984
+ 137,
1985
+ 55,
1986
+ 211,
1987
+ 9,
1988
+ 69,
1989
+ 233,
1990
+ 207,
1991
+ 149,
1992
+ 20,
1993
+ 99,
1994
+ 193
1995
1995
  ]
1996
1996
  }
1997
1997
  }
@@ -2228,7 +2228,7 @@
2228
2228
  "docs": [
2229
2229
  "Liquid events program for centralized event emission."
2230
2230
  ],
2231
- "address": "EventsQeXA43nLKR69DhHwNsJ6aM512AweMCgG3wG8zG"
2231
+ "address": "Bast7hBDiqSsxiwEmqazwvPvXC3N4z8UQR5ZmkqXnCiY"
2232
2232
  }
2233
2233
  ],
2234
2234
  "args": [