@layerzerolabs/lz-ton-sdk-v2 3.0.42 → 3.0.44

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/artifacts/AllStorages.compiled.json +1 -1
  3. package/artifacts/Dvn.compiled.json +1 -1
  4. package/artifacts/DvnFeeLib.compiled.json +1 -1
  5. package/artifacts/Executor.compiled.json +1 -1
  6. package/artifacts/ExecutorFeeLib.compiled.json +1 -1
  7. package/artifacts/PriceFeedFeeLibArbitrum.compiled.json +1 -0
  8. package/artifacts/PriceFeedFeeLibDefault.compiled.json +1 -0
  9. package/artifacts/PriceFeedFeeLibOptimism.compiled.json +1 -0
  10. package/artifacts/Proxy.compiled.json +1 -1
  11. package/deployments/ton-sandbox-local/AllStorages.json +1 -1
  12. package/deployments/ton-sandbox-local/Dvn.json +2 -2
  13. package/deployments/ton-sandbox-local/DvnProxy.json +2 -2
  14. package/deployments/ton-sandbox-local/Executor.json +2 -2
  15. package/deployments/ton-sandbox-local/ExecutorProxy.json +2 -2
  16. package/deployments/ton-testnet/AllStorages.json +1 -1
  17. package/deployments/ton-testnet/Dvn.json +2 -2
  18. package/deployments/ton-testnet/DvnProxy.json +2 -2
  19. package/deployments/ton-testnet/Executor.json +2 -2
  20. package/deployments/ton-testnet/ExecutorProxy.json +2 -2
  21. package/dist/index.cjs +70 -26
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.mts +262 -98
  24. package/dist/index.d.ts +262 -98
  25. package/dist/index.mjs +70 -26
  26. package/dist/index.mjs.map +1 -1
  27. package/package.json +5 -5
  28. package/artifacts/PriceFeedCache.compiled.json +0 -1
  29. package/artifacts/PriceFeedFeeLib.compiled.json +0 -1
  30. package/deployments/ton-sandbox-local/PriceFeedCache.json +0 -9
  31. package/deployments/ton-sandbox-local/PriceFeedCacheProxy.json +0 -9
  32. package/deployments/ton-testnet/PriceFeedCache.json +0 -9
  33. package/deployments/ton-testnet/PriceFeedCacheProxy.json +0 -9
package/dist/index.d.mts CHANGED
@@ -1851,7 +1851,7 @@ declare const tonObjects: {
1851
1851
  readonly fieldType: "cl::t::uint64";
1852
1852
  };
1853
1853
  readonly 1: {
1854
- readonly fieldName: "DvnFeelib::gas";
1854
+ readonly fieldName: "DvnFeelib::remoteGas";
1855
1855
  readonly fieldType: "cl::t::uint64";
1856
1856
  };
1857
1857
  readonly 2: {
@@ -1886,6 +1886,17 @@ declare const tonObjects: {
1886
1886
  readonly fieldType: "cl::t::uint64";
1887
1887
  };
1888
1888
  };
1889
+ readonly ArbitrumPriceFeedExtension: {
1890
+ readonly name: "ArbFeeExt";
1891
+ readonly 0: {
1892
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
1893
+ readonly fieldType: "cl::t::uint64";
1894
+ };
1895
+ readonly 1: {
1896
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
1897
+ readonly fieldType: "cl::t::uint32";
1898
+ };
1899
+ };
1889
1900
  readonly PriceFeedFeelib: {
1890
1901
  readonly name: "PFFeelib";
1891
1902
  readonly 0: {
@@ -1893,7 +1904,7 @@ declare const tonObjects: {
1893
1904
  readonly fieldType: "cl::t::coins";
1894
1905
  };
1895
1906
  readonly 1: {
1896
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
1907
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
1897
1908
  readonly fieldType: "cl::t::uint64";
1898
1909
  };
1899
1910
  readonly 2: {
@@ -1904,6 +1915,14 @@ declare const tonObjects: {
1904
1915
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
1905
1916
  readonly fieldType: "cl::t::coins";
1906
1917
  };
1918
+ readonly 4: {
1919
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
1920
+ readonly fieldType: "cl::t::objRef";
1921
+ };
1922
+ readonly 5: {
1923
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
1924
+ readonly fieldType: "cl::t::objRef";
1925
+ };
1907
1926
  };
1908
1927
  readonly WorkerCoreStorage: {
1909
1928
  readonly name: "wrkCorStor";
@@ -1969,17 +1988,6 @@ declare const tonObjects: {
1969
1988
  readonly fieldType: "cl::t::address";
1970
1989
  };
1971
1990
  };
1972
- readonly 'md::DropEvent': {
1973
- readonly name: "DropEvent";
1974
- readonly 0: {
1975
- readonly fieldName: "md::DropEvent::nativeAmount";
1976
- readonly fieldType: "cl::t::coins";
1977
- };
1978
- readonly 1: {
1979
- readonly fieldName: "md::DropEvent::receiver";
1980
- readonly fieldType: "cl::t::address";
1981
- };
1982
- };
1983
1991
  readonly 'md::ExecuteParams': {
1984
1992
  readonly name: "execParams";
1985
1993
  readonly 0: {
@@ -2009,6 +2017,14 @@ declare const tonObjects: {
2009
2017
  readonly fieldName: "md::NativeDrop::payees";
2010
2018
  readonly fieldType: "cl::t::cellRef";
2011
2019
  };
2020
+ readonly 1: {
2021
+ readonly fieldName: "md::NativeDrop::packetId";
2022
+ readonly fieldType: "cl::t::objRef";
2023
+ };
2024
+ readonly 2: {
2025
+ readonly fieldName: "md::NativeDrop::msglib";
2026
+ readonly fieldType: "cl::t::address";
2027
+ };
2012
2028
  };
2013
2029
  readonly 'md::SetDict': {
2014
2030
  readonly name: "setDct";
@@ -2069,6 +2085,10 @@ declare const tonObjects: {
2069
2085
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
2070
2086
  readonly fieldType: "cl::t::objRef";
2071
2087
  };
2088
+ readonly 2: {
2089
+ readonly fieldName: "PriceFeedCache::dstEid";
2090
+ readonly fieldType: "cl::t::uint32";
2091
+ };
2072
2092
  };
2073
2093
  readonly Proxy: {
2074
2094
  readonly name: "pfProxy";
@@ -2501,6 +2521,10 @@ declare const tonResolvedObjects: {
2501
2521
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
2502
2522
  readonly fieldType: "PriceFeedFeelib";
2503
2523
  };
2524
+ readonly '2': {
2525
+ readonly fieldName: "PriceFeedCache::dstEid";
2526
+ readonly fieldType: "cl::t::uint32";
2527
+ };
2504
2528
  readonly name: "pfCache";
2505
2529
  };
2506
2530
  readonly PriceFeedFeelib: {
@@ -2509,7 +2533,7 @@ declare const tonResolvedObjects: {
2509
2533
  readonly fieldType: "cl::t::coins";
2510
2534
  };
2511
2535
  readonly '1': {
2512
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
2536
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
2513
2537
  readonly fieldType: "cl::t::uint64";
2514
2538
  };
2515
2539
  readonly '2': {
@@ -2520,6 +2544,14 @@ declare const tonResolvedObjects: {
2520
2544
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
2521
2545
  readonly fieldType: "cl::t::coins";
2522
2546
  };
2547
+ readonly '4': {
2548
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
2549
+ readonly fieldType: "cl::t::cellRef";
2550
+ };
2551
+ readonly '5': {
2552
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
2553
+ readonly fieldType: "cl::t::cellRef";
2554
+ };
2523
2555
  readonly name: "PFFeelib";
2524
2556
  };
2525
2557
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -2653,7 +2685,7 @@ declare const tonResolvedObjects: {
2653
2685
  readonly fieldType: "cl::t::uint64";
2654
2686
  };
2655
2687
  readonly '1': {
2656
- readonly fieldName: "DvnFeelib::gas";
2688
+ readonly fieldName: "DvnFeelib::remoteGas";
2657
2689
  readonly fieldType: "cl::t::uint64";
2658
2690
  };
2659
2691
  readonly '2': {
@@ -3690,33 +3722,41 @@ declare const tonResolvedObjects: {
3690
3722
  };
3691
3723
  readonly name: "UlnExecutr";
3692
3724
  };
3693
- readonly 'md::ClaimTon': {
3725
+ readonly ArbitrumPriceFeedExtension: {
3694
3726
  readonly '0': {
3695
- readonly fieldName: "md::ClaimTon::amount";
3696
- readonly fieldType: "cl::t::coins";
3727
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
3728
+ readonly fieldType: "cl::t::uint64";
3697
3729
  };
3698
3730
  readonly '1': {
3699
- readonly fieldName: "md::ClaimTon::target";
3700
- readonly fieldType: "cl::t::address";
3731
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
3732
+ readonly fieldType: "cl::t::uint32";
3701
3733
  };
3702
- readonly name: "claimTon";
3734
+ readonly name: "ArbFeeExt";
3703
3735
  };
3704
- readonly 'md::DropEvent': {
3736
+ readonly 'md::ClaimTon': {
3705
3737
  readonly '0': {
3706
- readonly fieldName: "md::DropEvent::nativeAmount";
3738
+ readonly fieldName: "md::ClaimTon::amount";
3707
3739
  readonly fieldType: "cl::t::coins";
3708
3740
  };
3709
3741
  readonly '1': {
3710
- readonly fieldName: "md::DropEvent::receiver";
3742
+ readonly fieldName: "md::ClaimTon::target";
3711
3743
  readonly fieldType: "cl::t::address";
3712
3744
  };
3713
- readonly name: "DropEvent";
3745
+ readonly name: "claimTon";
3714
3746
  };
3715
3747
  readonly 'md::NativeDrop': {
3716
3748
  readonly '0': {
3717
3749
  readonly fieldName: "md::NativeDrop::payees";
3718
3750
  readonly fieldType: "cl::t::cellRef";
3719
3751
  };
3752
+ readonly '1': {
3753
+ readonly fieldName: "md::NativeDrop::packetId";
3754
+ readonly fieldType: "cl::t::objRef";
3755
+ };
3756
+ readonly '2': {
3757
+ readonly fieldName: "md::NativeDrop::msglib";
3758
+ readonly fieldType: "cl::t::address";
3759
+ };
3720
3760
  readonly name: "NativeDrop";
3721
3761
  };
3722
3762
  readonly 'md::SetDict': {
@@ -5505,7 +5545,6 @@ declare const OPCODES: {
5505
5545
  readonly PriceFeedCache_OP_UPDATE_ARB_EXTENSION: 4188442884n;
5506
5546
  readonly Proxy_OP_CALL_CONTRACT: 166741977n;
5507
5547
  readonly Proxy_OP_EMIT_EVENT: 3445418055n;
5508
- readonly Proxy_OP_SEND_TON: 3496427869n;
5509
5548
  readonly Proxy_OP_HANDLE_CALLBACK: 542230303n;
5510
5549
  readonly Proxy_OP_TOGGLE_CALLBACK: 441875500n;
5511
5550
  };
@@ -5634,6 +5673,7 @@ declare const ERRORS: {
5634
5673
  readonly Worker_ERROR_invalidOpcode: 2014n;
5635
5674
  readonly Worker_ERROR_invalidSignedOpcode: 2013n;
5636
5675
  readonly Worker_ERROR_invalidTarget: 2012n;
5676
+ readonly Worker_ERROR_insufficientBalance: 2011n;
5637
5677
  readonly Dvn_ERROR_expired: 1983n;
5638
5678
  readonly Dvn_ERROR_quorumNotMet: 1982n;
5639
5679
  readonly Dvn_ERROR_notEnoughSignatures: 1981n;
@@ -5810,6 +5850,10 @@ declare const EVENTS: {
5810
5850
  readonly stringValue: "Worker::event::CLAIMED_TON";
5811
5851
  readonly intValue: 140503173701546074404075967663240763604591069363126264866819918n;
5812
5852
  };
5853
+ readonly Worker_event_CLAIMED_TON_FROM_PROXY: {
5854
+ readonly stringValue: "Worker::event::CLAIMED_TON_PROXY";
5855
+ readonly intValue: 39548127545415935865827424351890480893511972838984571677679638605365326600281n;
5856
+ };
5813
5857
  readonly Dvn_event_INVALID_SIGNATURE: {
5814
5858
  readonly stringValue: "Dvn::event::INVALID_SIGNATURE";
5815
5859
  readonly intValue: 1845748568727425907806402299282562526609276329313036843994008809460293n;
@@ -6272,6 +6316,10 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6272
6316
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
6273
6317
  readonly fieldType: "PriceFeedFeelib";
6274
6318
  };
6319
+ readonly '2': {
6320
+ readonly fieldName: "PriceFeedCache::dstEid";
6321
+ readonly fieldType: "cl::t::uint32";
6322
+ };
6275
6323
  readonly name: "pfCache";
6276
6324
  };
6277
6325
  readonly PriceFeedFeelib: {
@@ -6280,7 +6328,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6280
6328
  readonly fieldType: "cl::t::coins";
6281
6329
  };
6282
6330
  readonly '1': {
6283
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
6331
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
6284
6332
  readonly fieldType: "cl::t::uint64";
6285
6333
  };
6286
6334
  readonly '2': {
@@ -6291,6 +6339,14 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6291
6339
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
6292
6340
  readonly fieldType: "cl::t::coins";
6293
6341
  };
6342
+ readonly '4': {
6343
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
6344
+ readonly fieldType: "cl::t::cellRef";
6345
+ };
6346
+ readonly '5': {
6347
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
6348
+ readonly fieldType: "cl::t::cellRef";
6349
+ };
6294
6350
  readonly name: "PFFeelib";
6295
6351
  };
6296
6352
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -6424,7 +6480,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6424
6480
  readonly fieldType: "cl::t::uint64";
6425
6481
  };
6426
6482
  readonly '1': {
6427
- readonly fieldName: "DvnFeelib::gas";
6483
+ readonly fieldName: "DvnFeelib::remoteGas";
6428
6484
  readonly fieldType: "cl::t::uint64";
6429
6485
  };
6430
6486
  readonly '2': {
@@ -7461,33 +7517,41 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7461
7517
  };
7462
7518
  readonly name: "UlnExecutr";
7463
7519
  };
7464
- readonly 'md::ClaimTon': {
7520
+ readonly ArbitrumPriceFeedExtension: {
7465
7521
  readonly '0': {
7466
- readonly fieldName: "md::ClaimTon::amount";
7467
- readonly fieldType: "cl::t::coins";
7522
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
7523
+ readonly fieldType: "cl::t::uint64";
7468
7524
  };
7469
7525
  readonly '1': {
7470
- readonly fieldName: "md::ClaimTon::target";
7471
- readonly fieldType: "cl::t::address";
7526
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
7527
+ readonly fieldType: "cl::t::uint32";
7472
7528
  };
7473
- readonly name: "claimTon";
7529
+ readonly name: "ArbFeeExt";
7474
7530
  };
7475
- readonly 'md::DropEvent': {
7531
+ readonly 'md::ClaimTon': {
7476
7532
  readonly '0': {
7477
- readonly fieldName: "md::DropEvent::nativeAmount";
7533
+ readonly fieldName: "md::ClaimTon::amount";
7478
7534
  readonly fieldType: "cl::t::coins";
7479
7535
  };
7480
7536
  readonly '1': {
7481
- readonly fieldName: "md::DropEvent::receiver";
7537
+ readonly fieldName: "md::ClaimTon::target";
7482
7538
  readonly fieldType: "cl::t::address";
7483
7539
  };
7484
- readonly name: "DropEvent";
7540
+ readonly name: "claimTon";
7485
7541
  };
7486
7542
  readonly 'md::NativeDrop': {
7487
7543
  readonly '0': {
7488
7544
  readonly fieldName: "md::NativeDrop::payees";
7489
7545
  readonly fieldType: "cl::t::cellRef";
7490
7546
  };
7547
+ readonly '1': {
7548
+ readonly fieldName: "md::NativeDrop::packetId";
7549
+ readonly fieldType: "cl::t::objRef";
7550
+ };
7551
+ readonly '2': {
7552
+ readonly fieldName: "md::NativeDrop::msglib";
7553
+ readonly fieldType: "cl::t::address";
7554
+ };
7491
7555
  readonly name: "NativeDrop";
7492
7556
  };
7493
7557
  readonly 'md::SetDict': {
@@ -7946,6 +8010,10 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7946
8010
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
7947
8011
  readonly fieldType: "PriceFeedFeelib";
7948
8012
  };
8013
+ readonly '2': {
8014
+ readonly fieldName: "PriceFeedCache::dstEid";
8015
+ readonly fieldType: "cl::t::uint32";
8016
+ };
7949
8017
  readonly name: "pfCache";
7950
8018
  };
7951
8019
  readonly PriceFeedFeelib: {
@@ -7954,7 +8022,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7954
8022
  readonly fieldType: "cl::t::coins";
7955
8023
  };
7956
8024
  readonly '1': {
7957
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
8025
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
7958
8026
  readonly fieldType: "cl::t::uint64";
7959
8027
  };
7960
8028
  readonly '2': {
@@ -7965,6 +8033,14 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7965
8033
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
7966
8034
  readonly fieldType: "cl::t::coins";
7967
8035
  };
8036
+ readonly '4': {
8037
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
8038
+ readonly fieldType: "cl::t::cellRef";
8039
+ };
8040
+ readonly '5': {
8041
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
8042
+ readonly fieldType: "cl::t::cellRef";
8043
+ };
7968
8044
  readonly name: "PFFeelib";
7969
8045
  };
7970
8046
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -8098,7 +8174,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8098
8174
  readonly fieldType: "cl::t::uint64";
8099
8175
  };
8100
8176
  readonly '1': {
8101
- readonly fieldName: "DvnFeelib::gas";
8177
+ readonly fieldName: "DvnFeelib::remoteGas";
8102
8178
  readonly fieldType: "cl::t::uint64";
8103
8179
  };
8104
8180
  readonly '2': {
@@ -9135,33 +9211,41 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
9135
9211
  };
9136
9212
  readonly name: "UlnExecutr";
9137
9213
  };
9138
- readonly 'md::ClaimTon': {
9214
+ readonly ArbitrumPriceFeedExtension: {
9139
9215
  readonly '0': {
9140
- readonly fieldName: "md::ClaimTon::amount";
9141
- readonly fieldType: "cl::t::coins";
9216
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
9217
+ readonly fieldType: "cl::t::uint64";
9142
9218
  };
9143
9219
  readonly '1': {
9144
- readonly fieldName: "md::ClaimTon::target";
9145
- readonly fieldType: "cl::t::address";
9220
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
9221
+ readonly fieldType: "cl::t::uint32";
9146
9222
  };
9147
- readonly name: "claimTon";
9223
+ readonly name: "ArbFeeExt";
9148
9224
  };
9149
- readonly 'md::DropEvent': {
9225
+ readonly 'md::ClaimTon': {
9150
9226
  readonly '0': {
9151
- readonly fieldName: "md::DropEvent::nativeAmount";
9227
+ readonly fieldName: "md::ClaimTon::amount";
9152
9228
  readonly fieldType: "cl::t::coins";
9153
9229
  };
9154
9230
  readonly '1': {
9155
- readonly fieldName: "md::DropEvent::receiver";
9231
+ readonly fieldName: "md::ClaimTon::target";
9156
9232
  readonly fieldType: "cl::t::address";
9157
9233
  };
9158
- readonly name: "DropEvent";
9234
+ readonly name: "claimTon";
9159
9235
  };
9160
9236
  readonly 'md::NativeDrop': {
9161
9237
  readonly '0': {
9162
9238
  readonly fieldName: "md::NativeDrop::payees";
9163
9239
  readonly fieldType: "cl::t::cellRef";
9164
9240
  };
9241
+ readonly '1': {
9242
+ readonly fieldName: "md::NativeDrop::packetId";
9243
+ readonly fieldType: "cl::t::objRef";
9244
+ };
9245
+ readonly '2': {
9246
+ readonly fieldName: "md::NativeDrop::msglib";
9247
+ readonly fieldType: "cl::t::address";
9248
+ };
9165
9249
  readonly name: "NativeDrop";
9166
9250
  };
9167
9251
  readonly 'md::SetDict': {
@@ -9621,6 +9705,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9621
9705
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
9622
9706
  readonly fieldType: "PriceFeedFeelib";
9623
9707
  };
9708
+ readonly '2': {
9709
+ readonly fieldName: "PriceFeedCache::dstEid";
9710
+ readonly fieldType: "cl::t::uint32";
9711
+ };
9624
9712
  readonly name: "pfCache";
9625
9713
  };
9626
9714
  readonly PriceFeedFeelib: {
@@ -9629,7 +9717,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9629
9717
  readonly fieldType: "cl::t::coins";
9630
9718
  };
9631
9719
  readonly '1': {
9632
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
9720
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
9633
9721
  readonly fieldType: "cl::t::uint64";
9634
9722
  };
9635
9723
  readonly '2': {
@@ -9640,6 +9728,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9640
9728
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
9641
9729
  readonly fieldType: "cl::t::coins";
9642
9730
  };
9731
+ readonly '4': {
9732
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
9733
+ readonly fieldType: "cl::t::cellRef";
9734
+ };
9735
+ readonly '5': {
9736
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
9737
+ readonly fieldType: "cl::t::cellRef";
9738
+ };
9643
9739
  readonly name: "PFFeelib";
9644
9740
  };
9645
9741
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -9773,7 +9869,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9773
9869
  readonly fieldType: "cl::t::uint64";
9774
9870
  };
9775
9871
  readonly '1': {
9776
- readonly fieldName: "DvnFeelib::gas";
9872
+ readonly fieldName: "DvnFeelib::remoteGas";
9777
9873
  readonly fieldType: "cl::t::uint64";
9778
9874
  };
9779
9875
  readonly '2': {
@@ -10810,33 +10906,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10810
10906
  };
10811
10907
  readonly name: "UlnExecutr";
10812
10908
  };
10813
- readonly 'md::ClaimTon': {
10909
+ readonly ArbitrumPriceFeedExtension: {
10814
10910
  readonly '0': {
10815
- readonly fieldName: "md::ClaimTon::amount";
10816
- readonly fieldType: "cl::t::coins";
10911
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
10912
+ readonly fieldType: "cl::t::uint64";
10817
10913
  };
10818
10914
  readonly '1': {
10819
- readonly fieldName: "md::ClaimTon::target";
10820
- readonly fieldType: "cl::t::address";
10915
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
10916
+ readonly fieldType: "cl::t::uint32";
10821
10917
  };
10822
- readonly name: "claimTon";
10918
+ readonly name: "ArbFeeExt";
10823
10919
  };
10824
- readonly 'md::DropEvent': {
10920
+ readonly 'md::ClaimTon': {
10825
10921
  readonly '0': {
10826
- readonly fieldName: "md::DropEvent::nativeAmount";
10922
+ readonly fieldName: "md::ClaimTon::amount";
10827
10923
  readonly fieldType: "cl::t::coins";
10828
10924
  };
10829
10925
  readonly '1': {
10830
- readonly fieldName: "md::DropEvent::receiver";
10926
+ readonly fieldName: "md::ClaimTon::target";
10831
10927
  readonly fieldType: "cl::t::address";
10832
10928
  };
10833
- readonly name: "DropEvent";
10929
+ readonly name: "claimTon";
10834
10930
  };
10835
10931
  readonly 'md::NativeDrop': {
10836
10932
  readonly '0': {
10837
10933
  readonly fieldName: "md::NativeDrop::payees";
10838
10934
  readonly fieldType: "cl::t::cellRef";
10839
10935
  };
10936
+ readonly '1': {
10937
+ readonly fieldName: "md::NativeDrop::packetId";
10938
+ readonly fieldType: "cl::t::objRef";
10939
+ };
10940
+ readonly '2': {
10941
+ readonly fieldName: "md::NativeDrop::msglib";
10942
+ readonly fieldType: "cl::t::address";
10943
+ };
10840
10944
  readonly name: "NativeDrop";
10841
10945
  };
10842
10946
  readonly 'md::SetDict': {
@@ -11295,6 +11399,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11295
11399
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
11296
11400
  readonly fieldType: "PriceFeedFeelib";
11297
11401
  };
11402
+ readonly '2': {
11403
+ readonly fieldName: "PriceFeedCache::dstEid";
11404
+ readonly fieldType: "cl::t::uint32";
11405
+ };
11298
11406
  readonly name: "pfCache";
11299
11407
  };
11300
11408
  readonly PriceFeedFeelib: {
@@ -11303,7 +11411,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11303
11411
  readonly fieldType: "cl::t::coins";
11304
11412
  };
11305
11413
  readonly '1': {
11306
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
11414
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
11307
11415
  readonly fieldType: "cl::t::uint64";
11308
11416
  };
11309
11417
  readonly '2': {
@@ -11314,6 +11422,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11314
11422
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
11315
11423
  readonly fieldType: "cl::t::coins";
11316
11424
  };
11425
+ readonly '4': {
11426
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
11427
+ readonly fieldType: "cl::t::cellRef";
11428
+ };
11429
+ readonly '5': {
11430
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
11431
+ readonly fieldType: "cl::t::cellRef";
11432
+ };
11317
11433
  readonly name: "PFFeelib";
11318
11434
  };
11319
11435
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -11447,7 +11563,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11447
11563
  readonly fieldType: "cl::t::uint64";
11448
11564
  };
11449
11565
  readonly '1': {
11450
- readonly fieldName: "DvnFeelib::gas";
11566
+ readonly fieldName: "DvnFeelib::remoteGas";
11451
11567
  readonly fieldType: "cl::t::uint64";
11452
11568
  };
11453
11569
  readonly '2': {
@@ -12484,33 +12600,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12484
12600
  };
12485
12601
  readonly name: "UlnExecutr";
12486
12602
  };
12487
- readonly 'md::ClaimTon': {
12603
+ readonly ArbitrumPriceFeedExtension: {
12488
12604
  readonly '0': {
12489
- readonly fieldName: "md::ClaimTon::amount";
12490
- readonly fieldType: "cl::t::coins";
12605
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
12606
+ readonly fieldType: "cl::t::uint64";
12491
12607
  };
12492
12608
  readonly '1': {
12493
- readonly fieldName: "md::ClaimTon::target";
12494
- readonly fieldType: "cl::t::address";
12609
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
12610
+ readonly fieldType: "cl::t::uint32";
12495
12611
  };
12496
- readonly name: "claimTon";
12612
+ readonly name: "ArbFeeExt";
12497
12613
  };
12498
- readonly 'md::DropEvent': {
12614
+ readonly 'md::ClaimTon': {
12499
12615
  readonly '0': {
12500
- readonly fieldName: "md::DropEvent::nativeAmount";
12616
+ readonly fieldName: "md::ClaimTon::amount";
12501
12617
  readonly fieldType: "cl::t::coins";
12502
12618
  };
12503
12619
  readonly '1': {
12504
- readonly fieldName: "md::DropEvent::receiver";
12620
+ readonly fieldName: "md::ClaimTon::target";
12505
12621
  readonly fieldType: "cl::t::address";
12506
12622
  };
12507
- readonly name: "DropEvent";
12623
+ readonly name: "claimTon";
12508
12624
  };
12509
12625
  readonly 'md::NativeDrop': {
12510
12626
  readonly '0': {
12511
12627
  readonly fieldName: "md::NativeDrop::payees";
12512
12628
  readonly fieldType: "cl::t::cellRef";
12513
12629
  };
12630
+ readonly '1': {
12631
+ readonly fieldName: "md::NativeDrop::packetId";
12632
+ readonly fieldType: "cl::t::objRef";
12633
+ };
12634
+ readonly '2': {
12635
+ readonly fieldName: "md::NativeDrop::msglib";
12636
+ readonly fieldType: "cl::t::address";
12637
+ };
12514
12638
  readonly name: "NativeDrop";
12515
12639
  };
12516
12640
  readonly 'md::SetDict': {
@@ -12969,6 +13093,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12969
13093
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
12970
13094
  readonly fieldType: "PriceFeedFeelib";
12971
13095
  };
13096
+ readonly '2': {
13097
+ readonly fieldName: "PriceFeedCache::dstEid";
13098
+ readonly fieldType: "cl::t::uint32";
13099
+ };
12972
13100
  readonly name: "pfCache";
12973
13101
  };
12974
13102
  readonly PriceFeedFeelib: {
@@ -12977,7 +13105,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12977
13105
  readonly fieldType: "cl::t::coins";
12978
13106
  };
12979
13107
  readonly '1': {
12980
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
13108
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
12981
13109
  readonly fieldType: "cl::t::uint64";
12982
13110
  };
12983
13111
  readonly '2': {
@@ -12988,6 +13116,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12988
13116
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
12989
13117
  readonly fieldType: "cl::t::coins";
12990
13118
  };
13119
+ readonly '4': {
13120
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
13121
+ readonly fieldType: "cl::t::cellRef";
13122
+ };
13123
+ readonly '5': {
13124
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
13125
+ readonly fieldType: "cl::t::cellRef";
13126
+ };
12991
13127
  readonly name: "PFFeelib";
12992
13128
  };
12993
13129
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -13121,7 +13257,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13121
13257
  readonly fieldType: "cl::t::uint64";
13122
13258
  };
13123
13259
  readonly '1': {
13124
- readonly fieldName: "DvnFeelib::gas";
13260
+ readonly fieldName: "DvnFeelib::remoteGas";
13125
13261
  readonly fieldType: "cl::t::uint64";
13126
13262
  };
13127
13263
  readonly '2': {
@@ -14158,33 +14294,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14158
14294
  };
14159
14295
  readonly name: "UlnExecutr";
14160
14296
  };
14161
- readonly 'md::ClaimTon': {
14297
+ readonly ArbitrumPriceFeedExtension: {
14162
14298
  readonly '0': {
14163
- readonly fieldName: "md::ClaimTon::amount";
14164
- readonly fieldType: "cl::t::coins";
14299
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
14300
+ readonly fieldType: "cl::t::uint64";
14165
14301
  };
14166
14302
  readonly '1': {
14167
- readonly fieldName: "md::ClaimTon::target";
14168
- readonly fieldType: "cl::t::address";
14303
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
14304
+ readonly fieldType: "cl::t::uint32";
14169
14305
  };
14170
- readonly name: "claimTon";
14306
+ readonly name: "ArbFeeExt";
14171
14307
  };
14172
- readonly 'md::DropEvent': {
14308
+ readonly 'md::ClaimTon': {
14173
14309
  readonly '0': {
14174
- readonly fieldName: "md::DropEvent::nativeAmount";
14310
+ readonly fieldName: "md::ClaimTon::amount";
14175
14311
  readonly fieldType: "cl::t::coins";
14176
14312
  };
14177
14313
  readonly '1': {
14178
- readonly fieldName: "md::DropEvent::receiver";
14314
+ readonly fieldName: "md::ClaimTon::target";
14179
14315
  readonly fieldType: "cl::t::address";
14180
14316
  };
14181
- readonly name: "DropEvent";
14317
+ readonly name: "claimTon";
14182
14318
  };
14183
14319
  readonly 'md::NativeDrop': {
14184
14320
  readonly '0': {
14185
14321
  readonly fieldName: "md::NativeDrop::payees";
14186
14322
  readonly fieldType: "cl::t::cellRef";
14187
14323
  };
14324
+ readonly '1': {
14325
+ readonly fieldName: "md::NativeDrop::packetId";
14326
+ readonly fieldType: "cl::t::objRef";
14327
+ };
14328
+ readonly '2': {
14329
+ readonly fieldName: "md::NativeDrop::msglib";
14330
+ readonly fieldType: "cl::t::address";
14331
+ };
14188
14332
  readonly name: "NativeDrop";
14189
14333
  };
14190
14334
  readonly 'md::SetDict': {
@@ -14643,6 +14787,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14643
14787
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
14644
14788
  readonly fieldType: "PriceFeedFeelib";
14645
14789
  };
14790
+ readonly '2': {
14791
+ readonly fieldName: "PriceFeedCache::dstEid";
14792
+ readonly fieldType: "cl::t::uint32";
14793
+ };
14646
14794
  readonly name: "pfCache";
14647
14795
  };
14648
14796
  readonly PriceFeedFeelib: {
@@ -14651,7 +14799,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14651
14799
  readonly fieldType: "cl::t::coins";
14652
14800
  };
14653
14801
  readonly '1': {
14654
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
14802
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
14655
14803
  readonly fieldType: "cl::t::uint64";
14656
14804
  };
14657
14805
  readonly '2': {
@@ -14662,6 +14810,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14662
14810
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
14663
14811
  readonly fieldType: "cl::t::coins";
14664
14812
  };
14813
+ readonly '4': {
14814
+ readonly fieldName: "PriceFeedFeelib::arbitrumExtension";
14815
+ readonly fieldType: "cl::t::cellRef";
14816
+ };
14817
+ readonly '5': {
14818
+ readonly fieldName: "PriceFeedFeelib::optimismExtension";
14819
+ readonly fieldType: "cl::t::cellRef";
14820
+ };
14665
14821
  readonly name: "PFFeelib";
14666
14822
  };
14667
14823
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -14795,7 +14951,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14795
14951
  readonly fieldType: "cl::t::uint64";
14796
14952
  };
14797
14953
  readonly '1': {
14798
- readonly fieldName: "DvnFeelib::gas";
14954
+ readonly fieldName: "DvnFeelib::remoteGas";
14799
14955
  readonly fieldType: "cl::t::uint64";
14800
14956
  };
14801
14957
  readonly '2': {
@@ -15832,33 +15988,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15832
15988
  };
15833
15989
  readonly name: "UlnExecutr";
15834
15990
  };
15835
- readonly 'md::ClaimTon': {
15991
+ readonly ArbitrumPriceFeedExtension: {
15836
15992
  readonly '0': {
15837
- readonly fieldName: "md::ClaimTon::amount";
15838
- readonly fieldType: "cl::t::coins";
15993
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
15994
+ readonly fieldType: "cl::t::uint64";
15839
15995
  };
15840
15996
  readonly '1': {
15841
- readonly fieldName: "md::ClaimTon::target";
15842
- readonly fieldType: "cl::t::address";
15997
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
15998
+ readonly fieldType: "cl::t::uint32";
15843
15999
  };
15844
- readonly name: "claimTon";
16000
+ readonly name: "ArbFeeExt";
15845
16001
  };
15846
- readonly 'md::DropEvent': {
16002
+ readonly 'md::ClaimTon': {
15847
16003
  readonly '0': {
15848
- readonly fieldName: "md::DropEvent::nativeAmount";
16004
+ readonly fieldName: "md::ClaimTon::amount";
15849
16005
  readonly fieldType: "cl::t::coins";
15850
16006
  };
15851
16007
  readonly '1': {
15852
- readonly fieldName: "md::DropEvent::receiver";
16008
+ readonly fieldName: "md::ClaimTon::target";
15853
16009
  readonly fieldType: "cl::t::address";
15854
16010
  };
15855
- readonly name: "DropEvent";
16011
+ readonly name: "claimTon";
15856
16012
  };
15857
16013
  readonly 'md::NativeDrop': {
15858
16014
  readonly '0': {
15859
16015
  readonly fieldName: "md::NativeDrop::payees";
15860
16016
  readonly fieldType: "cl::t::cellRef";
15861
16017
  };
16018
+ readonly '1': {
16019
+ readonly fieldName: "md::NativeDrop::packetId";
16020
+ readonly fieldType: "cl::t::objRef";
16021
+ };
16022
+ readonly '2': {
16023
+ readonly fieldName: "md::NativeDrop::msglib";
16024
+ readonly fieldType: "cl::t::address";
16025
+ };
15862
16026
  readonly name: "NativeDrop";
15863
16027
  };
15864
16028
  readonly 'md::SetDict': {