@layerzerolabs/lz-evm-sdk-v2 2.1.3 → 2.1.4

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 (107) hide show
  1. package/artifacts/contracts/oft/OFT.sol/OFT.json +8 -2
  2. package/artifacts/contracts/oft/OFTAdapter.sol/OFTAdapter.json +8 -2
  3. package/artifacts/contracts/oft/OFTCore.sol/OFTCore.json +9 -3
  4. package/artifacts/contracts/oft/interfaces/IOFT.sol/IOFT.json +8 -2
  5. package/deployments/arbitrum-mainnet/DVN01Node.json +1912 -0
  6. package/deployments/arbitrum-mainnet/DVNDelegate.json +1912 -0
  7. package/deployments/arbitrum-mainnet/DVNFeeLib01Node.json +399 -0
  8. package/deployments/arbitrum-mainnet/DVNFeeLibDelegate.json +399 -0
  9. package/deployments/arbitrum-mainnet/DVNFeeLibP2P.json +399 -0
  10. package/deployments/arbitrum-mainnet/DVNFeeLibSuperduper.json +399 -0
  11. package/deployments/arbitrum-mainnet/DVNP2P.json +1912 -0
  12. package/deployments/arbitrum-mainnet/DVNSuperduper.json +1912 -0
  13. package/deployments/avalanche-mainnet/DVN01Node.json +1912 -0
  14. package/deployments/avalanche-mainnet/DVNDelegate.json +1912 -0
  15. package/deployments/avalanche-mainnet/DVNFeeLib01Node.json +399 -0
  16. package/deployments/avalanche-mainnet/DVNFeeLibDelegate.json +399 -0
  17. package/deployments/avalanche-mainnet/DVNFeeLibP2P.json +399 -0
  18. package/deployments/avalanche-mainnet/DVNFeeLibSuperduper.json +399 -0
  19. package/deployments/avalanche-mainnet/DVNP2P.json +1912 -0
  20. package/deployments/avalanche-mainnet/DVNSuperduper.json +1912 -0
  21. package/deployments/bsc-mainnet/DVN01Node.json +1912 -0
  22. package/deployments/bsc-mainnet/DVNDelegate.json +1912 -0
  23. package/deployments/bsc-mainnet/DVNFeeLib01Node.json +399 -0
  24. package/deployments/bsc-mainnet/DVNFeeLibDelegate.json +399 -0
  25. package/deployments/bsc-mainnet/DVNFeeLibP2P.json +399 -0
  26. package/deployments/bsc-mainnet/DVNFeeLibSuperduper.json +399 -0
  27. package/deployments/bsc-mainnet/DVNP2P.json +1912 -0
  28. package/deployments/bsc-mainnet/DVNSuperduper.json +1912 -0
  29. package/deployments/ethereum-mainnet/DVN01Node.json +1912 -0
  30. package/deployments/ethereum-mainnet/DVNDelegate.json +1912 -0
  31. package/deployments/ethereum-mainnet/DVNFeeLib01Node.json +399 -0
  32. package/deployments/ethereum-mainnet/DVNFeeLibDelegate.json +399 -0
  33. package/deployments/ethereum-mainnet/DVNFeeLibP2P.json +399 -0
  34. package/deployments/ethereum-mainnet/DVNFeeLibSuperduper.json +399 -0
  35. package/deployments/ethereum-mainnet/DVNP2P.json +1912 -0
  36. package/deployments/ethereum-mainnet/DVNSuperduper.json +1912 -0
  37. package/deployments/exocore-testnet/DVN.json +1929 -0
  38. package/deployments/exocore-testnet/DVNFeeLib.json +398 -0
  39. package/deployments/exocore-testnet/DefaultProxyAdmin.json +258 -0
  40. package/deployments/exocore-testnet/EndpointV2.json +3000 -0
  41. package/deployments/exocore-testnet/EndpointV2View.json +435 -0
  42. package/deployments/exocore-testnet/EndpointV2View_Implementation.json +313 -0
  43. package/deployments/exocore-testnet/EndpointV2View_Proxy.json +230 -0
  44. package/deployments/exocore-testnet/Executor.json +1532 -0
  45. package/deployments/exocore-testnet/ExecutorFeeLib.json +423 -0
  46. package/deployments/exocore-testnet/ExecutorProxyAdmin.json +283 -0
  47. package/deployments/exocore-testnet/Executor_Implementation.json +1591 -0
  48. package/deployments/exocore-testnet/Executor_Proxy.json +365 -0
  49. package/deployments/exocore-testnet/LzExecutor.json +757 -0
  50. package/deployments/exocore-testnet/LzExecutor_Implementation.json +703 -0
  51. package/deployments/exocore-testnet/LzExecutor_Proxy.json +244 -0
  52. package/deployments/exocore-testnet/PriceFeed.json +890 -0
  53. package/deployments/exocore-testnet/PriceFeedProxyAdmin.json +283 -0
  54. package/deployments/exocore-testnet/PriceFeed_Implementation.json +912 -0
  55. package/deployments/exocore-testnet/PriceFeed_Proxy.json +244 -0
  56. package/deployments/exocore-testnet/ReceiveUln301.json +1292 -0
  57. package/deployments/exocore-testnet/ReceiveUln301View.json +354 -0
  58. package/deployments/exocore-testnet/ReceiveUln301View_Implementation.json +231 -0
  59. package/deployments/exocore-testnet/ReceiveUln301View_Proxy.json +230 -0
  60. package/deployments/exocore-testnet/ReceiveUln302.json +1006 -0
  61. package/deployments/exocore-testnet/ReceiveUln302View.json +478 -0
  62. package/deployments/exocore-testnet/ReceiveUln302View_Implementation.json +384 -0
  63. package/deployments/exocore-testnet/ReceiveUln302View_Proxy.json +230 -0
  64. package/deployments/exocore-testnet/SendUln301.json +1569 -0
  65. package/deployments/exocore-testnet/SendUln302.json +1527 -0
  66. package/deployments/exocore-testnet/Treasury.json +412 -0
  67. package/deployments/exocore-testnet/TreasuryFeeHandler.json +125 -0
  68. package/deployments/fantom-mainnet/DVN01Node.json +1912 -0
  69. package/deployments/fantom-mainnet/DVNDelegate.json +1912 -0
  70. package/deployments/fantom-mainnet/DVNFeeLib01Node.json +399 -0
  71. package/deployments/fantom-mainnet/DVNFeeLibDelegate.json +399 -0
  72. package/deployments/fantom-mainnet/DVNFeeLibP2P.json +399 -0
  73. package/deployments/fantom-mainnet/DVNFeeLibSuperduper.json +399 -0
  74. package/deployments/fantom-mainnet/DVNP2P.json +1912 -0
  75. package/deployments/fantom-mainnet/DVNSuperduper.json +1912 -0
  76. package/deployments/optimism-mainnet/DVN01Node.json +1912 -0
  77. package/deployments/optimism-mainnet/DVNDelegate.json +1912 -0
  78. package/deployments/optimism-mainnet/DVNFeeLib01Node.json +399 -0
  79. package/deployments/optimism-mainnet/DVNFeeLibDelegate.json +399 -0
  80. package/deployments/optimism-mainnet/DVNFeeLibP2P.json +399 -0
  81. package/deployments/optimism-mainnet/DVNFeeLibSuperduper.json +399 -0
  82. package/deployments/optimism-mainnet/DVNP2P.json +1912 -0
  83. package/deployments/optimism-mainnet/DVNSuperduper.json +1912 -0
  84. package/deployments/polygon-mainnet/DVN01Node.json +1927 -0
  85. package/deployments/polygon-mainnet/DVNDelegate.json +1927 -0
  86. package/deployments/polygon-mainnet/DVNFeeLib01Node.json +414 -0
  87. package/deployments/polygon-mainnet/DVNFeeLibDelegate.json +414 -0
  88. package/deployments/polygon-mainnet/DVNFeeLibP2P.json +414 -0
  89. package/deployments/polygon-mainnet/DVNFeeLibSuperduper.json +414 -0
  90. package/deployments/polygon-mainnet/DVNP2P.json +1927 -0
  91. package/deployments/polygon-mainnet/DVNSuperduper.json +1927 -0
  92. package/deployments/tangible-testnet/DVN.json +49 -33
  93. package/dist/{index-sAfl5Zdn.d.mts → index-qyWfX6mU.d.mts} +65 -37
  94. package/dist/{index-sAfl5Zdn.d.ts → index-qyWfX6mU.d.ts} +65 -37
  95. package/dist/index.browser.cjs +33 -9
  96. package/dist/index.browser.cjs.map +1 -1
  97. package/dist/index.browser.d.mts +1 -1
  98. package/dist/index.browser.d.ts +1 -1
  99. package/dist/index.browser.mjs +33 -9
  100. package/dist/index.browser.mjs.map +1 -1
  101. package/dist/index.cjs +33 -9
  102. package/dist/index.cjs.map +1 -1
  103. package/dist/index.d.mts +1 -1
  104. package/dist/index.d.ts +1 -1
  105. package/dist/index.mjs +33 -9
  106. package/dist/index.mjs.map +1 -1
  107. package/package.json +9 -9
@@ -6603,7 +6603,7 @@ interface IOFTInterface extends utils.Interface {
6603
6603
  decodeFunctionResult(functionFragment: "token", data: BytesLike): Result;
6604
6604
  events: {
6605
6605
  "OFTReceived(bytes32,uint32,address,uint256)": EventFragment;
6606
- "OFTSent(bytes32,uint32,address,uint256)": EventFragment;
6606
+ "OFTSent(bytes32,uint32,address,uint256,uint256)": EventFragment;
6607
6607
  };
6608
6608
  getEvent(nameOrSignatureOrTopic: "OFTReceived"): EventFragment;
6609
6609
  getEvent(nameOrSignatureOrTopic: "OFTSent"): EventFragment;
@@ -6612,7 +6612,7 @@ interface OFTReceivedEventObject$3 {
6612
6612
  guid: string;
6613
6613
  srcEid: number;
6614
6614
  toAddress: string;
6615
- amountLD: BigNumber;
6615
+ amountReceivedLD: BigNumber;
6616
6616
  }
6617
6617
  type OFTReceivedEvent$3 = TypedEvent<[
6618
6618
  string,
@@ -6625,12 +6625,14 @@ interface OFTSentEventObject$3 {
6625
6625
  guid: string;
6626
6626
  dstEid: number;
6627
6627
  fromAddress: string;
6628
- amountLD: BigNumber;
6628
+ amountSentLD: BigNumber;
6629
+ amountReceivedLD: BigNumber;
6629
6630
  }
6630
6631
  type OFTSentEvent$3 = TypedEvent<[
6631
6632
  string,
6632
6633
  number,
6633
6634
  string,
6635
+ BigNumber,
6634
6636
  BigNumber
6635
6637
  ], OFTSentEventObject$3>;
6636
6638
  type OFTSentEventFilter$3 = TypedEventFilter<OFTSentEvent$3>;
@@ -6711,10 +6713,10 @@ interface IOFT extends BaseContract {
6711
6713
  token(overrides?: CallOverrides): Promise<string>;
6712
6714
  };
6713
6715
  filters: {
6714
- "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter$3;
6715
- OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter$3;
6716
- "OFTSent(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter$3;
6717
- OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter$3;
6716
+ "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter$3;
6717
+ OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter$3;
6718
+ "OFTSent(bytes32,uint32,address,uint256,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter$3;
6719
+ OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter$3;
6718
6720
  };
6719
6721
  estimateGas: {
6720
6722
  approvalRequired(overrides?: CallOverrides): Promise<BigNumber>;
@@ -6969,7 +6971,7 @@ interface OFTInterface extends utils.Interface {
6969
6971
  "EnforcedOptionSet(tuple[])": EventFragment;
6970
6972
  "MsgInspectorSet(address)": EventFragment;
6971
6973
  "OFTReceived(bytes32,uint32,address,uint256)": EventFragment;
6972
- "OFTSent(bytes32,uint32,address,uint256)": EventFragment;
6974
+ "OFTSent(bytes32,uint32,address,uint256,uint256)": EventFragment;
6973
6975
  "OwnershipTransferred(address,address)": EventFragment;
6974
6976
  "PeerSet(uint32,bytes32)": EventFragment;
6975
6977
  "PreCrimeSet(address)": EventFragment;
@@ -7014,7 +7016,7 @@ interface OFTReceivedEventObject$2 {
7014
7016
  guid: string;
7015
7017
  srcEid: number;
7016
7018
  toAddress: string;
7017
- amountLD: BigNumber;
7019
+ amountReceivedLD: BigNumber;
7018
7020
  }
7019
7021
  type OFTReceivedEvent$2 = TypedEvent<[
7020
7022
  string,
@@ -7027,12 +7029,14 @@ interface OFTSentEventObject$2 {
7027
7029
  guid: string;
7028
7030
  dstEid: number;
7029
7031
  fromAddress: string;
7030
- amountLD: BigNumber;
7032
+ amountSentLD: BigNumber;
7033
+ amountReceivedLD: BigNumber;
7031
7034
  }
7032
7035
  type OFTSentEvent$2 = TypedEvent<[
7033
7036
  string,
7034
7037
  number,
7035
7038
  string,
7039
+ BigNumber,
7036
7040
  BigNumber
7037
7041
  ], OFTSentEventObject$2>;
7038
7042
  type OFTSentEventFilter$2 = TypedEventFilter<OFTSentEvent$2>;
@@ -7363,10 +7367,10 @@ interface OFT extends BaseContract {
7363
7367
  EnforcedOptionSet(_enforcedOptions?: null): EnforcedOptionSetEventFilter$2;
7364
7368
  "MsgInspectorSet(address)"(inspector?: null): MsgInspectorSetEventFilter$2;
7365
7369
  MsgInspectorSet(inspector?: null): MsgInspectorSetEventFilter$2;
7366
- "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter$2;
7367
- OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter$2;
7368
- "OFTSent(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter$2;
7369
- OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter$2;
7370
+ "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter$2;
7371
+ OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter$2;
7372
+ "OFTSent(bytes32,uint32,address,uint256,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter$2;
7373
+ OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter$2;
7370
7374
  "OwnershipTransferred(address,address)"(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter$s;
7371
7375
  OwnershipTransferred(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter$s;
7372
7376
  "PeerSet(uint32,bytes32)"(eid?: null, peer?: null): PeerSetEventFilter$5;
@@ -7720,7 +7724,7 @@ interface OFTAdapterInterface extends utils.Interface {
7720
7724
  "EnforcedOptionSet(tuple[])": EventFragment;
7721
7725
  "MsgInspectorSet(address)": EventFragment;
7722
7726
  "OFTReceived(bytes32,uint32,address,uint256)": EventFragment;
7723
- "OFTSent(bytes32,uint32,address,uint256)": EventFragment;
7727
+ "OFTSent(bytes32,uint32,address,uint256,uint256)": EventFragment;
7724
7728
  "OwnershipTransferred(address,address)": EventFragment;
7725
7729
  "PeerSet(uint32,bytes32)": EventFragment;
7726
7730
  "PreCrimeSet(address)": EventFragment;
@@ -7751,7 +7755,7 @@ interface OFTReceivedEventObject$1 {
7751
7755
  guid: string;
7752
7756
  srcEid: number;
7753
7757
  toAddress: string;
7754
- amountLD: BigNumber;
7758
+ amountReceivedLD: BigNumber;
7755
7759
  }
7756
7760
  type OFTReceivedEvent$1 = TypedEvent<[
7757
7761
  string,
@@ -7764,12 +7768,14 @@ interface OFTSentEventObject$1 {
7764
7768
  guid: string;
7765
7769
  dstEid: number;
7766
7770
  fromAddress: string;
7767
- amountLD: BigNumber;
7771
+ amountSentLD: BigNumber;
7772
+ amountReceivedLD: BigNumber;
7768
7773
  }
7769
7774
  type OFTSentEvent$1 = TypedEvent<[
7770
7775
  string,
7771
7776
  number,
7772
7777
  string,
7778
+ BigNumber,
7773
7779
  BigNumber
7774
7780
  ], OFTSentEventObject$1>;
7775
7781
  type OFTSentEventFilter$1 = TypedEventFilter<OFTSentEvent$1>;
@@ -8034,10 +8040,10 @@ interface OFTAdapter extends BaseContract {
8034
8040
  EnforcedOptionSet(_enforcedOptions?: null): EnforcedOptionSetEventFilter$1;
8035
8041
  "MsgInspectorSet(address)"(inspector?: null): MsgInspectorSetEventFilter$1;
8036
8042
  MsgInspectorSet(inspector?: null): MsgInspectorSetEventFilter$1;
8037
- "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter$1;
8038
- OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter$1;
8039
- "OFTSent(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter$1;
8040
- OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter$1;
8043
+ "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter$1;
8044
+ OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter$1;
8045
+ "OFTSent(bytes32,uint32,address,uint256,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter$1;
8046
+ OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter$1;
8041
8047
  "OwnershipTransferred(address,address)"(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter$r;
8042
8048
  OwnershipTransferred(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter$r;
8043
8049
  "PeerSet(uint32,bytes32)"(eid?: null, peer?: null): PeerSetEventFilter$4;
@@ -8347,7 +8353,7 @@ interface OFTCoreInterface extends utils.Interface {
8347
8353
  "EnforcedOptionSet(tuple[])": EventFragment;
8348
8354
  "MsgInspectorSet(address)": EventFragment;
8349
8355
  "OFTReceived(bytes32,uint32,address,uint256)": EventFragment;
8350
- "OFTSent(bytes32,uint32,address,uint256)": EventFragment;
8356
+ "OFTSent(bytes32,uint32,address,uint256,uint256)": EventFragment;
8351
8357
  "OwnershipTransferred(address,address)": EventFragment;
8352
8358
  "PeerSet(uint32,bytes32)": EventFragment;
8353
8359
  "PreCrimeSet(address)": EventFragment;
@@ -8378,7 +8384,7 @@ interface OFTReceivedEventObject {
8378
8384
  guid: string;
8379
8385
  srcEid: number;
8380
8386
  toAddress: string;
8381
- amountLD: BigNumber;
8387
+ amountReceivedLD: BigNumber;
8382
8388
  }
8383
8389
  type OFTReceivedEvent = TypedEvent<[
8384
8390
  string,
@@ -8391,12 +8397,14 @@ interface OFTSentEventObject {
8391
8397
  guid: string;
8392
8398
  dstEid: number;
8393
8399
  fromAddress: string;
8394
- amountLD: BigNumber;
8400
+ amountSentLD: BigNumber;
8401
+ amountReceivedLD: BigNumber;
8395
8402
  }
8396
8403
  type OFTSentEvent = TypedEvent<[
8397
8404
  string,
8398
8405
  number,
8399
8406
  string,
8407
+ BigNumber,
8400
8408
  BigNumber
8401
8409
  ], OFTSentEventObject>;
8402
8410
  type OFTSentEventFilter = TypedEventFilter<OFTSentEvent>;
@@ -8661,10 +8669,10 @@ interface OFTCore extends BaseContract {
8661
8669
  EnforcedOptionSet(_enforcedOptions?: null): EnforcedOptionSetEventFilter;
8662
8670
  "MsgInspectorSet(address)"(inspector?: null): MsgInspectorSetEventFilter;
8663
8671
  MsgInspectorSet(inspector?: null): MsgInspectorSetEventFilter;
8664
- "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter;
8665
- OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTReceivedEventFilter;
8666
- "OFTSent(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter;
8667
- OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountLD?: null): OFTSentEventFilter;
8672
+ "OFTReceived(bytes32,uint32,address,uint256)"(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter;
8673
+ OFTReceived(guid?: PromiseOrValue<BytesLike> | null, srcEid?: null, toAddress?: PromiseOrValue<string> | null, amountReceivedLD?: null): OFTReceivedEventFilter;
8674
+ "OFTSent(bytes32,uint32,address,uint256,uint256)"(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter;
8675
+ OFTSent(guid?: PromiseOrValue<BytesLike> | null, dstEid?: null, fromAddress?: PromiseOrValue<string> | null, amountSentLD?: null, amountReceivedLD?: null): OFTSentEventFilter;
8668
8676
  "OwnershipTransferred(address,address)"(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter$q;
8669
8677
  OwnershipTransferred(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter$q;
8670
8678
  "PeerSet(uint32,bytes32)"(eid?: null, peer?: null): PeerSetEventFilter$3;
@@ -37079,7 +37087,7 @@ declare class IOFT__factory {
37079
37087
  }, {
37080
37088
  readonly indexed: false;
37081
37089
  readonly internalType: "uint256";
37082
- readonly name: "amountLD";
37090
+ readonly name: "amountReceivedLD";
37083
37091
  readonly type: "uint256";
37084
37092
  }];
37085
37093
  readonly name: "OFTReceived";
@@ -37104,7 +37112,12 @@ declare class IOFT__factory {
37104
37112
  }, {
37105
37113
  readonly indexed: false;
37106
37114
  readonly internalType: "uint256";
37107
- readonly name: "amountLD";
37115
+ readonly name: "amountSentLD";
37116
+ readonly type: "uint256";
37117
+ }, {
37118
+ readonly indexed: false;
37119
+ readonly internalType: "uint256";
37120
+ readonly name: "amountReceivedLD";
37108
37121
  readonly type: "uint256";
37109
37122
  }];
37110
37123
  readonly name: "OFTSent";
@@ -37551,7 +37564,7 @@ declare class OFT__factory {
37551
37564
  }, {
37552
37565
  readonly indexed: false;
37553
37566
  readonly internalType: "uint256";
37554
- readonly name: "amountLD";
37567
+ readonly name: "amountReceivedLD";
37555
37568
  readonly type: "uint256";
37556
37569
  }];
37557
37570
  readonly name: "OFTReceived";
@@ -37576,7 +37589,12 @@ declare class OFT__factory {
37576
37589
  }, {
37577
37590
  readonly indexed: false;
37578
37591
  readonly internalType: "uint256";
37579
- readonly name: "amountLD";
37592
+ readonly name: "amountSentLD";
37593
+ readonly type: "uint256";
37594
+ }, {
37595
+ readonly indexed: false;
37596
+ readonly internalType: "uint256";
37597
+ readonly name: "amountReceivedLD";
37580
37598
  readonly type: "uint256";
37581
37599
  }];
37582
37600
  readonly name: "OFTSent";
@@ -38661,7 +38679,7 @@ declare class OFTAdapter__factory {
38661
38679
  }, {
38662
38680
  readonly indexed: false;
38663
38681
  readonly internalType: "uint256";
38664
- readonly name: "amountLD";
38682
+ readonly name: "amountReceivedLD";
38665
38683
  readonly type: "uint256";
38666
38684
  }];
38667
38685
  readonly name: "OFTReceived";
@@ -38686,7 +38704,12 @@ declare class OFTAdapter__factory {
38686
38704
  }, {
38687
38705
  readonly indexed: false;
38688
38706
  readonly internalType: "uint256";
38689
- readonly name: "amountLD";
38707
+ readonly name: "amountSentLD";
38708
+ readonly type: "uint256";
38709
+ }, {
38710
+ readonly indexed: false;
38711
+ readonly internalType: "uint256";
38712
+ readonly name: "amountReceivedLD";
38690
38713
  readonly type: "uint256";
38691
38714
  }];
38692
38715
  readonly name: "OFTSent";
@@ -39585,7 +39608,7 @@ declare class OFTCore__factory {
39585
39608
  }, {
39586
39609
  readonly indexed: false;
39587
39610
  readonly internalType: "uint256";
39588
- readonly name: "amountLD";
39611
+ readonly name: "amountReceivedLD";
39589
39612
  readonly type: "uint256";
39590
39613
  }];
39591
39614
  readonly name: "OFTReceived";
@@ -39610,7 +39633,12 @@ declare class OFTCore__factory {
39610
39633
  }, {
39611
39634
  readonly indexed: false;
39612
39635
  readonly internalType: "uint256";
39613
- readonly name: "amountLD";
39636
+ readonly name: "amountSentLD";
39637
+ readonly type: "uint256";
39638
+ }, {
39639
+ readonly indexed: false;
39640
+ readonly internalType: "uint256";
39641
+ readonly name: "amountReceivedLD";
39614
39642
  readonly type: "uint256";
39615
39643
  }];
39616
39644
  readonly name: "OFTSent";
@@ -39998,7 +40026,7 @@ declare class OFTCore__factory {
39998
40026
  readonly name: "version";
39999
40027
  readonly type: "uint64";
40000
40028
  }];
40001
- readonly stateMutability: "view";
40029
+ readonly stateMutability: "pure";
40002
40030
  readonly type: "function";
40003
40031
  }, {
40004
40032
  readonly inputs: readonly [];
@@ -10456,7 +10456,7 @@ var _abi36 = [
10456
10456
  {
10457
10457
  indexed: false,
10458
10458
  internalType: "uint256",
10459
- name: "amountLD",
10459
+ name: "amountReceivedLD",
10460
10460
  type: "uint256"
10461
10461
  }
10462
10462
  ],
@@ -10487,7 +10487,13 @@ var _abi36 = [
10487
10487
  {
10488
10488
  indexed: false,
10489
10489
  internalType: "uint256",
10490
- name: "amountLD",
10490
+ name: "amountSentLD",
10491
+ type: "uint256"
10492
+ },
10493
+ {
10494
+ indexed: false,
10495
+ internalType: "uint256",
10496
+ name: "amountReceivedLD",
10491
10497
  type: "uint256"
10492
10498
  }
10493
10499
  ],
@@ -11065,7 +11071,7 @@ var _abi37 = [
11065
11071
  {
11066
11072
  indexed: false,
11067
11073
  internalType: "uint256",
11068
- name: "amountLD",
11074
+ name: "amountReceivedLD",
11069
11075
  type: "uint256"
11070
11076
  }
11071
11077
  ],
@@ -11096,7 +11102,13 @@ var _abi37 = [
11096
11102
  {
11097
11103
  indexed: false,
11098
11104
  internalType: "uint256",
11099
- name: "amountLD",
11105
+ name: "amountSentLD",
11106
+ type: "uint256"
11107
+ },
11108
+ {
11109
+ indexed: false,
11110
+ internalType: "uint256",
11111
+ name: "amountReceivedLD",
11100
11112
  type: "uint256"
11101
11113
  }
11102
11114
  ],
@@ -12515,7 +12527,7 @@ var _abi38 = [
12515
12527
  {
12516
12528
  indexed: false,
12517
12529
  internalType: "uint256",
12518
- name: "amountLD",
12530
+ name: "amountReceivedLD",
12519
12531
  type: "uint256"
12520
12532
  }
12521
12533
  ],
@@ -12546,7 +12558,13 @@ var _abi38 = [
12546
12558
  {
12547
12559
  indexed: false,
12548
12560
  internalType: "uint256",
12549
- name: "amountLD",
12561
+ name: "amountSentLD",
12562
+ type: "uint256"
12563
+ },
12564
+ {
12565
+ indexed: false,
12566
+ internalType: "uint256",
12567
+ name: "amountReceivedLD",
12550
12568
  type: "uint256"
12551
12569
  }
12552
12570
  ],
@@ -13720,7 +13738,7 @@ var _abi39 = [
13720
13738
  {
13721
13739
  indexed: false,
13722
13740
  internalType: "uint256",
13723
- name: "amountLD",
13741
+ name: "amountReceivedLD",
13724
13742
  type: "uint256"
13725
13743
  }
13726
13744
  ],
@@ -13751,7 +13769,13 @@ var _abi39 = [
13751
13769
  {
13752
13770
  indexed: false,
13753
13771
  internalType: "uint256",
13754
- name: "amountLD",
13772
+ name: "amountSentLD",
13773
+ type: "uint256"
13774
+ },
13775
+ {
13776
+ indexed: false,
13777
+ internalType: "uint256",
13778
+ name: "amountReceivedLD",
13755
13779
  type: "uint256"
13756
13780
  }
13757
13781
  ],
@@ -14255,7 +14279,7 @@ var _abi39 = [
14255
14279
  type: "uint64"
14256
14280
  }
14257
14281
  ],
14258
- stateMutability: "view",
14282
+ stateMutability: "pure",
14259
14283
  type: "function"
14260
14284
  },
14261
14285
  {