@layerzerolabs/lz-ton-sdk-v2 3.0.41 → 3.0.43

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 +125 -55
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.mts +295 -112
  24. package/dist/index.d.ts +295 -112
  25. package/dist/index.mjs +125 -55
  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.ts 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': {
@@ -4197,7 +4237,7 @@ declare class TonContractWrapper extends BaseWrapper {
4197
4237
  }): Promise<Cell>;
4198
4238
  getNewDvnFeelib(provider: ContractProvider, args: {
4199
4239
  quorum: bigint;
4200
- gas: bigint;
4240
+ remoteGas: bigint;
4201
4241
  multiplierBps: bigint;
4202
4242
  floorMarginUSD: bigint;
4203
4243
  }): Promise<Cell>;
@@ -4208,11 +4248,17 @@ declare class TonContractWrapper extends BaseWrapper {
4208
4248
  nativeCap: bigint;
4209
4249
  lzComposeBaseGas: bigint;
4210
4250
  }): Promise<Cell>;
4251
+ getNewArbitrumPriceFeedExtension(provider: ContractProvider, args: {
4252
+ gasPerL2Tx: bigint;
4253
+ gasPerL1CallDataByte: bigint;
4254
+ }): Promise<Cell>;
4211
4255
  getNewPriceFeedFeelib(provider: ContractProvider, args: {
4212
4256
  priceRatio: bigint;
4213
- gasPriceInUnit: bigint;
4257
+ gasPriceInRemoteUnit: bigint;
4214
4258
  gasPerByte: bigint;
4215
4259
  nativePriceUsd: bigint;
4260
+ arbitrumExtension: Cell;
4261
+ optimismExtension: Cell;
4216
4262
  }): Promise<Cell>;
4217
4263
  getNewWorkerCoreStorage(provider: ContractProvider, args: {
4218
4264
  admins: Cell;
@@ -4234,10 +4280,6 @@ declare class TonContractWrapper extends BaseWrapper {
4234
4280
  amount: bigint;
4235
4281
  target: bigint;
4236
4282
  }): Promise<Cell>;
4237
- getNewMdDropEvent(provider: ContractProvider, args: {
4238
- nativeAmount: bigint;
4239
- receiver: bigint;
4240
- }): Promise<Cell>;
4241
4283
  getNewMdExecuteParams(provider: ContractProvider, args: {
4242
4284
  target: bigint;
4243
4285
  callData: Cell;
@@ -4247,6 +4289,8 @@ declare class TonContractWrapper extends BaseWrapper {
4247
4289
  }): Promise<Cell>;
4248
4290
  getNewMdNativeDrop(provider: ContractProvider, args: {
4249
4291
  payees: Cell;
4292
+ packetId: Cell;
4293
+ msglib: bigint;
4250
4294
  }): Promise<Cell>;
4251
4295
  getNewMdSetDict(provider: ContractProvider, args: {
4252
4296
  nonce: bigint;
@@ -4268,6 +4312,7 @@ declare class TonContractWrapper extends BaseWrapper {
4268
4312
  admins: Cell;
4269
4313
  version: bigint;
4270
4314
  priceFeedFeeLib: Cell;
4315
+ dstEid: bigint;
4271
4316
  }): Promise<Cell>;
4272
4317
  getNewProxy(provider: ContractProvider, args: {
4273
4318
  admins: Cell;
@@ -4731,7 +4776,7 @@ interface UlnManager {
4731
4776
  }
4732
4777
  interface DvnFeelib {
4733
4778
  quorum: bigint;
4734
- gas: bigint;
4779
+ remoteGas: bigint;
4735
4780
  multiplierBps: bigint;
4736
4781
  floorMarginUSD: bigint;
4737
4782
  }
@@ -4742,11 +4787,17 @@ interface ExecutorFeelib {
4742
4787
  nativeCap: bigint;
4743
4788
  lzComposeBaseGas: bigint;
4744
4789
  }
4790
+ interface ArbitrumPriceFeedExtension {
4791
+ gasPerL2Tx: bigint;
4792
+ gasPerL1CallDataByte: bigint;
4793
+ }
4745
4794
  interface PriceFeedFeelib {
4746
4795
  priceRatio: bigint;
4747
- gasPriceInUnit: bigint;
4796
+ gasPriceInRemoteUnit: bigint;
4748
4797
  gasPerByte: bigint;
4749
4798
  nativePriceUsd: bigint;
4799
+ arbitrumExtension: Cell;
4800
+ optimismExtension: Cell;
4750
4801
  }
4751
4802
  interface WorkerCoreStorage {
4752
4803
  admins: Cell;
@@ -4769,10 +4820,6 @@ interface MdClaimTon extends Md {
4769
4820
  amount: bigint;
4770
4821
  target: bigint;
4771
4822
  }
4772
- interface MdDropEvent extends Md {
4773
- nativeAmount: bigint;
4774
- receiver: bigint;
4775
- }
4776
4823
  interface MdExecuteParams extends Md {
4777
4824
  target: bigint;
4778
4825
  callData: Cell;
@@ -4782,6 +4829,8 @@ interface MdExecuteParams extends Md {
4782
4829
  }
4783
4830
  interface MdNativeDrop extends Md {
4784
4831
  payees: Cell;
4832
+ packetId: Cell;
4833
+ msglib: bigint;
4785
4834
  }
4786
4835
  interface MdSetDict extends Md {
4787
4836
  nonce: bigint;
@@ -4802,6 +4851,7 @@ interface MdSignedRequest extends Md {
4802
4851
  interface PriceFeedCache {
4803
4852
  workerCoreStorage: Cell;
4804
4853
  priceFeedFeeLibStorage: Cell;
4854
+ dstEid: bigint;
4805
4855
  }
4806
4856
  interface Proxy {
4807
4857
  workerCoreStorage: Cell;
@@ -4929,12 +4979,12 @@ declare class TonObjectUnwrapper {
4929
4979
  static getUlnManagerToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<UlnManager>;
4930
4980
  static getDvnFeelibToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<DvnFeelib>;
4931
4981
  static getExecutorFeelibToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<ExecutorFeelib>;
4982
+ static getArbitrumPriceFeedExtensionToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<ArbitrumPriceFeedExtension>;
4932
4983
  static getPriceFeedFeelibToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<PriceFeedFeelib>;
4933
4984
  static getWorkerCoreStorageToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<WorkerCoreStorage>;
4934
4985
  static getDvnToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Dvn>;
4935
4986
  static getExecutorToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<Executor>;
4936
4987
  static getMdClaimTonToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdClaimTon>;
4937
- static getMdDropEventToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdDropEvent>;
4938
4988
  static getMdExecuteParamsToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdExecuteParams>;
4939
4989
  static getMdNativeDropToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdNativeDrop>;
4940
4990
  static getMdSetDictToTS(wrapper: ExtendedContract<TonContractWrapper>, cell: Cell): Promise<MdSetDict>;
@@ -5015,12 +5065,12 @@ declare const deconstructorMap: {
5015
5065
  ulnMgr: typeof TonObjectUnwrapper.getUlnManagerToTS;
5016
5066
  UlnDvnFl: typeof TonObjectUnwrapper.getDvnFeelibToTS;
5017
5067
  UlnExecutr: typeof TonObjectUnwrapper.getExecutorFeelibToTS;
5068
+ ArbFeeExt: typeof TonObjectUnwrapper.getArbitrumPriceFeedExtensionToTS;
5018
5069
  PFFeelib: typeof TonObjectUnwrapper.getPriceFeedFeelibToTS;
5019
5070
  wrkCorStor: typeof TonObjectUnwrapper.getWorkerCoreStorageToTS;
5020
5071
  dvn: typeof TonObjectUnwrapper.getDvnToTS;
5021
5072
  executor: typeof TonObjectUnwrapper.getExecutorToTS;
5022
5073
  claimTon: typeof TonObjectUnwrapper.getMdClaimTonToTS;
5023
- DropEvent: typeof TonObjectUnwrapper.getMdDropEventToTS;
5024
5074
  execParams: typeof TonObjectUnwrapper.getMdExecuteParamsToTS;
5025
5075
  NativeDrop: typeof TonObjectUnwrapper.getMdNativeDropToTS;
5026
5076
  setDct: typeof TonObjectUnwrapper.getMdSetDictToTS;
@@ -5490,7 +5540,11 @@ declare const OPCODES: {
5490
5540
  readonly Executor_OP_LZ_RECEIVE_ALERT: 3844476787n;
5491
5541
  readonly PriceFeedCache_OP_UPDATE_PRICE: 3356097040n;
5492
5542
  readonly PriceFeedCache_OP_UPDATE_NATIVE_PRICE: 2272264441n;
5543
+ readonly PriceFeedCache_OP_UPDATE_OP_PRICES: 68094176n;
5544
+ readonly PriceFeedCache_OP_UPDATE_OP_NATIVE_PRICES: 1736418267n;
5545
+ readonly PriceFeedCache_OP_UPDATE_ARB_EXTENSION: 4188442884n;
5493
5546
  readonly Proxy_OP_CALL_CONTRACT: 166741977n;
5547
+ readonly Proxy_OP_EMIT_EVENT: 3445418055n;
5494
5548
  readonly Proxy_OP_HANDLE_CALLBACK: 542230303n;
5495
5549
  readonly Proxy_OP_TOGGLE_CALLBACK: 441875500n;
5496
5550
  };
@@ -5619,6 +5673,7 @@ declare const ERRORS: {
5619
5673
  readonly Worker_ERROR_invalidOpcode: 2014n;
5620
5674
  readonly Worker_ERROR_invalidSignedOpcode: 2013n;
5621
5675
  readonly Worker_ERROR_invalidTarget: 2012n;
5676
+ readonly Worker_ERROR_insufficientBalance: 2011n;
5622
5677
  readonly Dvn_ERROR_expired: 1983n;
5623
5678
  readonly Dvn_ERROR_quorumNotMet: 1982n;
5624
5679
  readonly Dvn_ERROR_notEnoughSignatures: 1981n;
@@ -5791,6 +5846,14 @@ declare const EVENTS: {
5791
5846
  readonly stringValue: "Worker::event::ADMINS_SET";
5792
5847
  readonly intValue: 548840522271664353140921748684534232820842422473671553795412n;
5793
5848
  };
5849
+ readonly Worker_event_CLAIMED_TON: {
5850
+ readonly stringValue: "Worker::event::CLAIMED_TON";
5851
+ readonly intValue: 140503173701546074404075967663240763604591069363126264866819918n;
5852
+ };
5853
+ readonly Worker_event_CLAIMED_TON_FROM_PROXY: {
5854
+ readonly stringValue: "Worker::event::CLAIMED_TON_PROXY";
5855
+ readonly intValue: 39548127545415935865827424351890480893511972838984571677679638605365326600281n;
5856
+ };
5794
5857
  readonly Dvn_event_INVALID_SIGNATURE: {
5795
5858
  readonly stringValue: "Dvn::event::INVALID_SIGNATURE";
5796
5859
  readonly intValue: 1845748568727425907806402299282562526609276329313036843994008809460293n;
@@ -6253,6 +6316,10 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6253
6316
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
6254
6317
  readonly fieldType: "PriceFeedFeelib";
6255
6318
  };
6319
+ readonly '2': {
6320
+ readonly fieldName: "PriceFeedCache::dstEid";
6321
+ readonly fieldType: "cl::t::uint32";
6322
+ };
6256
6323
  readonly name: "pfCache";
6257
6324
  };
6258
6325
  readonly PriceFeedFeelib: {
@@ -6261,7 +6328,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6261
6328
  readonly fieldType: "cl::t::coins";
6262
6329
  };
6263
6330
  readonly '1': {
6264
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
6331
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
6265
6332
  readonly fieldType: "cl::t::uint64";
6266
6333
  };
6267
6334
  readonly '2': {
@@ -6272,6 +6339,14 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6272
6339
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
6273
6340
  readonly fieldType: "cl::t::coins";
6274
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
+ };
6275
6350
  readonly name: "PFFeelib";
6276
6351
  };
6277
6352
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -6405,7 +6480,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
6405
6480
  readonly fieldType: "cl::t::uint64";
6406
6481
  };
6407
6482
  readonly '1': {
6408
- readonly fieldName: "DvnFeelib::gas";
6483
+ readonly fieldName: "DvnFeelib::remoteGas";
6409
6484
  readonly fieldType: "cl::t::uint64";
6410
6485
  };
6411
6486
  readonly '2': {
@@ -7442,33 +7517,41 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7442
7517
  };
7443
7518
  readonly name: "UlnExecutr";
7444
7519
  };
7445
- readonly 'md::ClaimTon': {
7520
+ readonly ArbitrumPriceFeedExtension: {
7446
7521
  readonly '0': {
7447
- readonly fieldName: "md::ClaimTon::amount";
7448
- readonly fieldType: "cl::t::coins";
7522
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
7523
+ readonly fieldType: "cl::t::uint64";
7449
7524
  };
7450
7525
  readonly '1': {
7451
- readonly fieldName: "md::ClaimTon::target";
7452
- readonly fieldType: "cl::t::address";
7526
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
7527
+ readonly fieldType: "cl::t::uint32";
7453
7528
  };
7454
- readonly name: "claimTon";
7529
+ readonly name: "ArbFeeExt";
7455
7530
  };
7456
- readonly 'md::DropEvent': {
7531
+ readonly 'md::ClaimTon': {
7457
7532
  readonly '0': {
7458
- readonly fieldName: "md::DropEvent::nativeAmount";
7533
+ readonly fieldName: "md::ClaimTon::amount";
7459
7534
  readonly fieldType: "cl::t::coins";
7460
7535
  };
7461
7536
  readonly '1': {
7462
- readonly fieldName: "md::DropEvent::receiver";
7537
+ readonly fieldName: "md::ClaimTon::target";
7463
7538
  readonly fieldType: "cl::t::address";
7464
7539
  };
7465
- readonly name: "DropEvent";
7540
+ readonly name: "claimTon";
7466
7541
  };
7467
7542
  readonly 'md::NativeDrop': {
7468
7543
  readonly '0': {
7469
7544
  readonly fieldName: "md::NativeDrop::payees";
7470
7545
  readonly fieldType: "cl::t::cellRef";
7471
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
+ };
7472
7555
  readonly name: "NativeDrop";
7473
7556
  };
7474
7557
  readonly 'md::SetDict': {
@@ -7927,6 +8010,10 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7927
8010
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
7928
8011
  readonly fieldType: "PriceFeedFeelib";
7929
8012
  };
8013
+ readonly '2': {
8014
+ readonly fieldName: "PriceFeedCache::dstEid";
8015
+ readonly fieldType: "cl::t::uint32";
8016
+ };
7930
8017
  readonly name: "pfCache";
7931
8018
  };
7932
8019
  readonly PriceFeedFeelib: {
@@ -7935,7 +8022,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7935
8022
  readonly fieldType: "cl::t::coins";
7936
8023
  };
7937
8024
  readonly '1': {
7938
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
8025
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
7939
8026
  readonly fieldType: "cl::t::uint64";
7940
8027
  };
7941
8028
  readonly '2': {
@@ -7946,6 +8033,14 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
7946
8033
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
7947
8034
  readonly fieldType: "cl::t::coins";
7948
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
+ };
7949
8044
  readonly name: "PFFeelib";
7950
8045
  };
7951
8046
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -8079,7 +8174,7 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
8079
8174
  readonly fieldType: "cl::t::uint64";
8080
8175
  };
8081
8176
  readonly '1': {
8082
- readonly fieldName: "DvnFeelib::gas";
8177
+ readonly fieldName: "DvnFeelib::remoteGas";
8083
8178
  readonly fieldType: "cl::t::uint64";
8084
8179
  };
8085
8180
  readonly '2': {
@@ -9116,33 +9211,41 @@ declare const buildClass: <ClassName extends TonObjectsKeys<{
9116
9211
  };
9117
9212
  readonly name: "UlnExecutr";
9118
9213
  };
9119
- readonly 'md::ClaimTon': {
9214
+ readonly ArbitrumPriceFeedExtension: {
9120
9215
  readonly '0': {
9121
- readonly fieldName: "md::ClaimTon::amount";
9122
- readonly fieldType: "cl::t::coins";
9216
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
9217
+ readonly fieldType: "cl::t::uint64";
9123
9218
  };
9124
9219
  readonly '1': {
9125
- readonly fieldName: "md::ClaimTon::target";
9126
- readonly fieldType: "cl::t::address";
9220
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
9221
+ readonly fieldType: "cl::t::uint32";
9127
9222
  };
9128
- readonly name: "claimTon";
9223
+ readonly name: "ArbFeeExt";
9129
9224
  };
9130
- readonly 'md::DropEvent': {
9225
+ readonly 'md::ClaimTon': {
9131
9226
  readonly '0': {
9132
- readonly fieldName: "md::DropEvent::nativeAmount";
9227
+ readonly fieldName: "md::ClaimTon::amount";
9133
9228
  readonly fieldType: "cl::t::coins";
9134
9229
  };
9135
9230
  readonly '1': {
9136
- readonly fieldName: "md::DropEvent::receiver";
9231
+ readonly fieldName: "md::ClaimTon::target";
9137
9232
  readonly fieldType: "cl::t::address";
9138
9233
  };
9139
- readonly name: "DropEvent";
9234
+ readonly name: "claimTon";
9140
9235
  };
9141
9236
  readonly 'md::NativeDrop': {
9142
9237
  readonly '0': {
9143
9238
  readonly fieldName: "md::NativeDrop::payees";
9144
9239
  readonly fieldType: "cl::t::cellRef";
9145
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
+ };
9146
9249
  readonly name: "NativeDrop";
9147
9250
  };
9148
9251
  readonly 'md::SetDict': {
@@ -9602,6 +9705,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9602
9705
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
9603
9706
  readonly fieldType: "PriceFeedFeelib";
9604
9707
  };
9708
+ readonly '2': {
9709
+ readonly fieldName: "PriceFeedCache::dstEid";
9710
+ readonly fieldType: "cl::t::uint32";
9711
+ };
9605
9712
  readonly name: "pfCache";
9606
9713
  };
9607
9714
  readonly PriceFeedFeelib: {
@@ -9610,7 +9717,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9610
9717
  readonly fieldType: "cl::t::coins";
9611
9718
  };
9612
9719
  readonly '1': {
9613
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
9720
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
9614
9721
  readonly fieldType: "cl::t::uint64";
9615
9722
  };
9616
9723
  readonly '2': {
@@ -9621,6 +9728,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9621
9728
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
9622
9729
  readonly fieldType: "cl::t::coins";
9623
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
+ };
9624
9739
  readonly name: "PFFeelib";
9625
9740
  };
9626
9741
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -9754,7 +9869,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
9754
9869
  readonly fieldType: "cl::t::uint64";
9755
9870
  };
9756
9871
  readonly '1': {
9757
- readonly fieldName: "DvnFeelib::gas";
9872
+ readonly fieldName: "DvnFeelib::remoteGas";
9758
9873
  readonly fieldType: "cl::t::uint64";
9759
9874
  };
9760
9875
  readonly '2': {
@@ -10791,33 +10906,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
10791
10906
  };
10792
10907
  readonly name: "UlnExecutr";
10793
10908
  };
10794
- readonly 'md::ClaimTon': {
10909
+ readonly ArbitrumPriceFeedExtension: {
10795
10910
  readonly '0': {
10796
- readonly fieldName: "md::ClaimTon::amount";
10797
- readonly fieldType: "cl::t::coins";
10911
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
10912
+ readonly fieldType: "cl::t::uint64";
10798
10913
  };
10799
10914
  readonly '1': {
10800
- readonly fieldName: "md::ClaimTon::target";
10801
- readonly fieldType: "cl::t::address";
10915
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
10916
+ readonly fieldType: "cl::t::uint32";
10802
10917
  };
10803
- readonly name: "claimTon";
10918
+ readonly name: "ArbFeeExt";
10804
10919
  };
10805
- readonly 'md::DropEvent': {
10920
+ readonly 'md::ClaimTon': {
10806
10921
  readonly '0': {
10807
- readonly fieldName: "md::DropEvent::nativeAmount";
10922
+ readonly fieldName: "md::ClaimTon::amount";
10808
10923
  readonly fieldType: "cl::t::coins";
10809
10924
  };
10810
10925
  readonly '1': {
10811
- readonly fieldName: "md::DropEvent::receiver";
10926
+ readonly fieldName: "md::ClaimTon::target";
10812
10927
  readonly fieldType: "cl::t::address";
10813
10928
  };
10814
- readonly name: "DropEvent";
10929
+ readonly name: "claimTon";
10815
10930
  };
10816
10931
  readonly 'md::NativeDrop': {
10817
10932
  readonly '0': {
10818
10933
  readonly fieldName: "md::NativeDrop::payees";
10819
10934
  readonly fieldType: "cl::t::cellRef";
10820
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
+ };
10821
10944
  readonly name: "NativeDrop";
10822
10945
  };
10823
10946
  readonly 'md::SetDict': {
@@ -11276,6 +11399,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11276
11399
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
11277
11400
  readonly fieldType: "PriceFeedFeelib";
11278
11401
  };
11402
+ readonly '2': {
11403
+ readonly fieldName: "PriceFeedCache::dstEid";
11404
+ readonly fieldType: "cl::t::uint32";
11405
+ };
11279
11406
  readonly name: "pfCache";
11280
11407
  };
11281
11408
  readonly PriceFeedFeelib: {
@@ -11284,7 +11411,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11284
11411
  readonly fieldType: "cl::t::coins";
11285
11412
  };
11286
11413
  readonly '1': {
11287
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
11414
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
11288
11415
  readonly fieldType: "cl::t::uint64";
11289
11416
  };
11290
11417
  readonly '2': {
@@ -11295,6 +11422,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11295
11422
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
11296
11423
  readonly fieldType: "cl::t::coins";
11297
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
+ };
11298
11433
  readonly name: "PFFeelib";
11299
11434
  };
11300
11435
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -11428,7 +11563,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
11428
11563
  readonly fieldType: "cl::t::uint64";
11429
11564
  };
11430
11565
  readonly '1': {
11431
- readonly fieldName: "DvnFeelib::gas";
11566
+ readonly fieldName: "DvnFeelib::remoteGas";
11432
11567
  readonly fieldType: "cl::t::uint64";
11433
11568
  };
11434
11569
  readonly '2': {
@@ -12465,33 +12600,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12465
12600
  };
12466
12601
  readonly name: "UlnExecutr";
12467
12602
  };
12468
- readonly 'md::ClaimTon': {
12603
+ readonly ArbitrumPriceFeedExtension: {
12469
12604
  readonly '0': {
12470
- readonly fieldName: "md::ClaimTon::amount";
12471
- readonly fieldType: "cl::t::coins";
12605
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
12606
+ readonly fieldType: "cl::t::uint64";
12472
12607
  };
12473
12608
  readonly '1': {
12474
- readonly fieldName: "md::ClaimTon::target";
12475
- readonly fieldType: "cl::t::address";
12609
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
12610
+ readonly fieldType: "cl::t::uint32";
12476
12611
  };
12477
- readonly name: "claimTon";
12612
+ readonly name: "ArbFeeExt";
12478
12613
  };
12479
- readonly 'md::DropEvent': {
12614
+ readonly 'md::ClaimTon': {
12480
12615
  readonly '0': {
12481
- readonly fieldName: "md::DropEvent::nativeAmount";
12616
+ readonly fieldName: "md::ClaimTon::amount";
12482
12617
  readonly fieldType: "cl::t::coins";
12483
12618
  };
12484
12619
  readonly '1': {
12485
- readonly fieldName: "md::DropEvent::receiver";
12620
+ readonly fieldName: "md::ClaimTon::target";
12486
12621
  readonly fieldType: "cl::t::address";
12487
12622
  };
12488
- readonly name: "DropEvent";
12623
+ readonly name: "claimTon";
12489
12624
  };
12490
12625
  readonly 'md::NativeDrop': {
12491
12626
  readonly '0': {
12492
12627
  readonly fieldName: "md::NativeDrop::payees";
12493
12628
  readonly fieldType: "cl::t::cellRef";
12494
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
+ };
12495
12638
  readonly name: "NativeDrop";
12496
12639
  };
12497
12640
  readonly 'md::SetDict': {
@@ -12950,6 +13093,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12950
13093
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
12951
13094
  readonly fieldType: "PriceFeedFeelib";
12952
13095
  };
13096
+ readonly '2': {
13097
+ readonly fieldName: "PriceFeedCache::dstEid";
13098
+ readonly fieldType: "cl::t::uint32";
13099
+ };
12953
13100
  readonly name: "pfCache";
12954
13101
  };
12955
13102
  readonly PriceFeedFeelib: {
@@ -12958,7 +13105,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12958
13105
  readonly fieldType: "cl::t::coins";
12959
13106
  };
12960
13107
  readonly '1': {
12961
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
13108
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
12962
13109
  readonly fieldType: "cl::t::uint64";
12963
13110
  };
12964
13111
  readonly '2': {
@@ -12969,6 +13116,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
12969
13116
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
12970
13117
  readonly fieldType: "cl::t::coins";
12971
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
+ };
12972
13127
  readonly name: "PFFeelib";
12973
13128
  };
12974
13129
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -13102,7 +13257,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
13102
13257
  readonly fieldType: "cl::t::uint64";
13103
13258
  };
13104
13259
  readonly '1': {
13105
- readonly fieldName: "DvnFeelib::gas";
13260
+ readonly fieldName: "DvnFeelib::remoteGas";
13106
13261
  readonly fieldType: "cl::t::uint64";
13107
13262
  };
13108
13263
  readonly '2': {
@@ -14139,33 +14294,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14139
14294
  };
14140
14295
  readonly name: "UlnExecutr";
14141
14296
  };
14142
- readonly 'md::ClaimTon': {
14297
+ readonly ArbitrumPriceFeedExtension: {
14143
14298
  readonly '0': {
14144
- readonly fieldName: "md::ClaimTon::amount";
14145
- readonly fieldType: "cl::t::coins";
14299
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
14300
+ readonly fieldType: "cl::t::uint64";
14146
14301
  };
14147
14302
  readonly '1': {
14148
- readonly fieldName: "md::ClaimTon::target";
14149
- readonly fieldType: "cl::t::address";
14303
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
14304
+ readonly fieldType: "cl::t::uint32";
14150
14305
  };
14151
- readonly name: "claimTon";
14306
+ readonly name: "ArbFeeExt";
14152
14307
  };
14153
- readonly 'md::DropEvent': {
14308
+ readonly 'md::ClaimTon': {
14154
14309
  readonly '0': {
14155
- readonly fieldName: "md::DropEvent::nativeAmount";
14310
+ readonly fieldName: "md::ClaimTon::amount";
14156
14311
  readonly fieldType: "cl::t::coins";
14157
14312
  };
14158
14313
  readonly '1': {
14159
- readonly fieldName: "md::DropEvent::receiver";
14314
+ readonly fieldName: "md::ClaimTon::target";
14160
14315
  readonly fieldType: "cl::t::address";
14161
14316
  };
14162
- readonly name: "DropEvent";
14317
+ readonly name: "claimTon";
14163
14318
  };
14164
14319
  readonly 'md::NativeDrop': {
14165
14320
  readonly '0': {
14166
14321
  readonly fieldName: "md::NativeDrop::payees";
14167
14322
  readonly fieldType: "cl::t::cellRef";
14168
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
+ };
14169
14332
  readonly name: "NativeDrop";
14170
14333
  };
14171
14334
  readonly 'md::SetDict': {
@@ -14624,6 +14787,10 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14624
14787
  readonly fieldName: "PriceFeedCache::priceFeedFeeLibStorage";
14625
14788
  readonly fieldType: "PriceFeedFeelib";
14626
14789
  };
14790
+ readonly '2': {
14791
+ readonly fieldName: "PriceFeedCache::dstEid";
14792
+ readonly fieldType: "cl::t::uint32";
14793
+ };
14627
14794
  readonly name: "pfCache";
14628
14795
  };
14629
14796
  readonly PriceFeedFeelib: {
@@ -14632,7 +14799,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14632
14799
  readonly fieldType: "cl::t::coins";
14633
14800
  };
14634
14801
  readonly '1': {
14635
- readonly fieldName: "PriceFeedFeelib::gasPriceInUnit";
14802
+ readonly fieldName: "PriceFeedFeelib::gasPriceInRemoteUnit";
14636
14803
  readonly fieldType: "cl::t::uint64";
14637
14804
  };
14638
14805
  readonly '2': {
@@ -14643,6 +14810,14 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14643
14810
  readonly fieldName: "PriceFeedFeelib::nativePriceUsd";
14644
14811
  readonly fieldType: "cl::t::coins";
14645
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
+ };
14646
14821
  readonly name: "PFFeelib";
14647
14822
  };
14648
14823
  readonly 'md::UlnWorkerFeelibBytecode': {
@@ -14776,7 +14951,7 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
14776
14951
  readonly fieldType: "cl::t::uint64";
14777
14952
  };
14778
14953
  readonly '1': {
14779
- readonly fieldName: "DvnFeelib::gas";
14954
+ readonly fieldName: "DvnFeelib::remoteGas";
14780
14955
  readonly fieldType: "cl::t::uint64";
14781
14956
  };
14782
14957
  readonly '2': {
@@ -15813,33 +15988,41 @@ declare const decodeClass: <ClassName extends TonObjectsKeys<{
15813
15988
  };
15814
15989
  readonly name: "UlnExecutr";
15815
15990
  };
15816
- readonly 'md::ClaimTon': {
15991
+ readonly ArbitrumPriceFeedExtension: {
15817
15992
  readonly '0': {
15818
- readonly fieldName: "md::ClaimTon::amount";
15819
- readonly fieldType: "cl::t::coins";
15993
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL2Tx";
15994
+ readonly fieldType: "cl::t::uint64";
15820
15995
  };
15821
15996
  readonly '1': {
15822
- readonly fieldName: "md::ClaimTon::target";
15823
- readonly fieldType: "cl::t::address";
15997
+ readonly fieldName: "ArbitrumPriceFeedExtension::gasPerL1CallDataByte";
15998
+ readonly fieldType: "cl::t::uint32";
15824
15999
  };
15825
- readonly name: "claimTon";
16000
+ readonly name: "ArbFeeExt";
15826
16001
  };
15827
- readonly 'md::DropEvent': {
16002
+ readonly 'md::ClaimTon': {
15828
16003
  readonly '0': {
15829
- readonly fieldName: "md::DropEvent::nativeAmount";
16004
+ readonly fieldName: "md::ClaimTon::amount";
15830
16005
  readonly fieldType: "cl::t::coins";
15831
16006
  };
15832
16007
  readonly '1': {
15833
- readonly fieldName: "md::DropEvent::receiver";
16008
+ readonly fieldName: "md::ClaimTon::target";
15834
16009
  readonly fieldType: "cl::t::address";
15835
16010
  };
15836
- readonly name: "DropEvent";
16011
+ readonly name: "claimTon";
15837
16012
  };
15838
16013
  readonly 'md::NativeDrop': {
15839
16014
  readonly '0': {
15840
16015
  readonly fieldName: "md::NativeDrop::payees";
15841
16016
  readonly fieldType: "cl::t::cellRef";
15842
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
+ };
15843
16026
  readonly name: "NativeDrop";
15844
16027
  };
15845
16028
  readonly 'md::SetDict': {
@@ -15904,4 +16087,4 @@ declare function getCompiledJson(name: string, root: string): {
15904
16087
  hex: string;
15905
16088
  };
15906
16089
 
15907
- export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type BaseOApp, type BaseStorage, BaseWrapper, type BoolTypeLike, type Channel, type ClDeclareCellField, type ClDeclareField, type ClDeclareNumericField, type ClassDefinition, type ClassNames, type ClassTypeLike, type ComputeSizeGasTest, type Controller, type Counter, type DecodedAndRaw, type DictionaryTypeLike, type Dvn, type DvnFeelib, type DvnFeesPaidEvent, ERRORS, EVENTS, type Endpoint, type EnhancedAddress, type EnhancedAddressList, type EnhancedCell, type Executor, type ExecutorFeePaidEvent, type ExecutorFeelib, type ExtendedContract, type FieldTypeToValue, type FieldTypes, type Fields, type GetIntFnNames, type LZFields, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, LzEvent, LzEventHandler, LzGasTracker, type LzMsglibInfo, type LzPacket, type LzPath, type LzReceiveEpConfig, type LzSendEpConfig, type LzSmlJobAssigned, type LzWorker, MAX_CELL_BITS, type Md, type MdAddMsglib, type MdBool, type MdChannelNonceInfo, type MdClaimTon, type MdCoinsAmount, type MdCounterIncrement, type MdDeploy, type MdDropEvent, type MdExecuteParams, type MdExtendedMd, type MdGetMsglibInfoCallback, type MdInitEndpoint, type MdInitSmlConnection, type MdInitUln, type MdInitUlnConnection, type MdInitUlnManager, type MdLzReceivePrepare, type MdLzReceiveStatus, type MdLzReceiveStatusNewFull, type MdLzSend, type MdMdAddress, type MdMdEid, type MdMdObj, type MdMessagingReceipt, type MdMsglibSendCallback, type MdNativeDrop, type MdNonce, type MdOptionsExtended, type MdOptionsV1, type MdOptionsV2, type MdPacketId, type MdPacketSent, type MdRentRefill, type MdSetAddress, type MdSetAdminWorkerAddresses, type MdSetDict, type MdSetEpConfig, type MdSetPeer, type MdSetQuorum, type MdSetSmlManagerConfig, type MdSignedRequest, type MdTreasuryFeeBps, type MdUlnSend, type MdUlnVerification, type MdUlnWorkerFeelibBytecode, type MdUlnWorkerFeelibEvents, type MdVerificationStatus, NAME_WIDTH, type NumberTypeLike, OPCODES, type POOO, PUBLIC_KEY_BYTE_LENGTH, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Primitive, type Proxy, type SendRequestOptions, type SmlConnection, type SmlManager, TonContractWrapper, TonObjectUnwrapper, type TonObjects, type TonObjectsKeys, type Uln, type UlnConnection, type UlnEvents, type UlnManager, type UlnReceiveConfig, type UlnSendConfig, type UlnWorkerFeelibInfo, type ValueOf, type WorkerCoreStorage, _getTypeWidth, addressToBigInt, addressToHex, appsAllStorages, appsCounter, asciiStringToBigint, baseBuildClass, baseDecodeClass, bigIntToHex, bigintToAddress, bigintToAsciiString, buildClass, buildPathClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, compareAddresses, createVerifierDictSet, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, fieldTypes, generateBuildClass, generateDecodeClass, getBocStringFromMessage, getCellName, getCellNameNumber, getClosestByteAlignedBits, getCompiledCode, getCompiledJson, getEndpointInitStorage, getMessageFromBocString, getName, getTotalBits, hexToCells, initBaseOApp, initBaseStorage, initWorkerCoreStorage, isClassName, isLoadableDict, jettonsZro, keyMap, nameMap, nullObject, numberTypeLikeToAbsBigInt, opcodeToName, parseTonAddress, printDeepDecode, printDeepDiff, protocolChannel, protocolController, protocolEndpoint, publicKeyToHash, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, to32ByteBuffer, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workersDvn };
16090
+ export { type ActionEvent, type AddressListTypeLike, type AddressTypeLike, type ArbitrumPriceFeedExtension, type BaseOApp, type BaseStorage, BaseWrapper, type BoolTypeLike, type Channel, type ClDeclareCellField, type ClDeclareField, type ClDeclareNumericField, type ClassDefinition, type ClassNames, type ClassTypeLike, type ComputeSizeGasTest, type Controller, type Counter, type DecodedAndRaw, type DictionaryTypeLike, type Dvn, type DvnFeelib, type DvnFeesPaidEvent, ERRORS, EVENTS, type Endpoint, type EnhancedAddress, type EnhancedAddressList, type EnhancedCell, type Executor, type ExecutorFeePaidEvent, type ExecutorFeelib, type ExtendedContract, type FieldTypeToValue, type FieldTypes, type Fields, type GetIntFnNames, type LZFields, type LoadableDict, type LzAttestation, type LzConfig, LzDict, type LzEpConfigNewWithConnection, LzEvent, LzEventHandler, LzGasTracker, type LzMsglibInfo, type LzPacket, type LzPath, type LzReceiveEpConfig, type LzSendEpConfig, type LzSmlJobAssigned, type LzWorker, MAX_CELL_BITS, type Md, type MdAddMsglib, type MdBool, type MdChannelNonceInfo, type MdClaimTon, type MdCoinsAmount, type MdCounterIncrement, type MdDeploy, type MdExecuteParams, type MdExtendedMd, type MdGetMsglibInfoCallback, type MdInitEndpoint, type MdInitSmlConnection, type MdInitUln, type MdInitUlnConnection, type MdInitUlnManager, type MdLzReceivePrepare, type MdLzReceiveStatus, type MdLzReceiveStatusNewFull, type MdLzSend, type MdMdAddress, type MdMdEid, type MdMdObj, type MdMessagingReceipt, type MdMsglibSendCallback, type MdNativeDrop, type MdNonce, type MdOptionsExtended, type MdOptionsV1, type MdOptionsV2, type MdPacketId, type MdPacketSent, type MdRentRefill, type MdSetAddress, type MdSetAdminWorkerAddresses, type MdSetDict, type MdSetEpConfig, type MdSetPeer, type MdSetQuorum, type MdSetSmlManagerConfig, type MdSignedRequest, type MdTreasuryFeeBps, type MdUlnSend, type MdUlnVerification, type MdUlnWorkerFeelibBytecode, type MdUlnWorkerFeelibEvents, type MdVerificationStatus, NAME_WIDTH, type NumberTypeLike, OPCODES, type POOO, PUBLIC_KEY_BYTE_LENGTH, type PathLike, type PathWayLike, type PriceFeedCache, type PriceFeedFeelib, type Primitive, type Proxy, type SendRequestOptions, type SmlConnection, type SmlManager, TonContractWrapper, TonObjectUnwrapper, type TonObjects, type TonObjectsKeys, type Uln, type UlnConnection, type UlnEvents, type UlnManager, type UlnReceiveConfig, type UlnSendConfig, type UlnWorkerFeelibInfo, type ValueOf, type WorkerCoreStorage, _getTypeWidth, addressToBigInt, addressToHex, appsAllStorages, appsCounter, asciiStringToBigint, baseBuildClass, baseDecodeClass, bigIntToHex, bigintToAddress, bigintToAsciiString, buildClass, buildPathClass, calculateCellConsumption, calculateCellConsumptionFromHex, cellsToHex, cl, clDeclare, clGetCellRef, clGetUint, compareAddresses, createVerifierDictSet, decodeClass, deconstructorMap, deepDecode, deepDiff, deserializeAddressList, emptyCell, emptyMap, emptyPOOO, fieldTypes, generateBuildClass, generateDecodeClass, getBocStringFromMessage, getCellName, getCellNameNumber, getClosestByteAlignedBits, getCompiledCode, getCompiledJson, getEndpointInitStorage, getMessageFromBocString, getName, getTotalBits, hexToCells, initBaseOApp, initBaseStorage, initWorkerCoreStorage, isClassName, isLoadableDict, jettonsZro, keyMap, nameMap, nullObject, numberTypeLikeToAbsBigInt, opcodeToName, parseTonAddress, printDeepDecode, printDeepDiff, protocolChannel, protocolController, protocolEndpoint, publicKeyToHash, serializeAddressList, simpleMsglibSmlConnection, simpleMsglibSmlManager, srcMultisig, to32ByteBuffer, tonObjects, tonRealNameByCellName, tonResolvedObjects, ultralightnodeUln, ultralightnodeUlnConnection, ultralightnodeUlnManager, ultralightnodeWorkerFeeLibs, workerFeeLibsDvnFeeLib, workerFeeLibsExecutorFeeLib, workersDvn };